browserui/browser/BrowserAppSrc/BrowserProgressIndicator.cpp
changeset 10 4530440261a8
parent 0 84ad3b177aa3
equal deleted inserted replaced
5:e45c3f40ea5f 10:4530440261a8
    37 // CONSTANTS
    37 // CONSTANTS
    38 
    38 
    39 const TInt KGranularity = 4;
    39 const TInt KGranularity = 4;
    40 const TUint KkBLimit = 999;
    40 const TUint KkBLimit = 999;
    41 const TUint KOnekB = 1024;
    41 const TUint KOnekB = 1024;
    42 const TUint KOneMB = 1048580;
    42 const TUint KOneMB = 1024 * 1024;
    43 const TInt KMaxPercentage = 100;
    43 const TInt KMaxPercentage = 100;
    44 const TInt KMBLimit = 10;
    44 const TInt KMBLimit = 10;
    45 const TInt KMaxMBLimit = 100;
    45 const TInt KMaxMBLimit = 100;
    46 _LIT(text,"(%S) %S ");
    46 _LIT(text,"(%S) %S ");
    47 _LIT(twoDecimals,"%2.2lf");
    47 _LIT(twoDecimals,"%2.2lf");