webengine/webkitutils/HistoryProvider/HistoryView.h
branchRCL_3
changeset 37 ac77f89b1d9e
parent 0 dd21522fd290
child 44 800203832575
equal deleted inserted replaced
36:c711bdda59f4 37:ac77f89b1d9e
    35     EHistoryComponentRightPlaceHolder
    35     EHistoryComponentRightPlaceHolder
    36     };
    36     };
    37 
    37 
    38 
    38 
    39 // CONSTANTS
    39 // CONSTANTS
    40 const int KCenterThumbnailWidthPercent = 50;
    40 const int KCenterThumbnailWidthPercent = 60;
    41 const int KCenterThumbnailHeightPercent = 90;
    41 const int KCenterThumbnailHeightPercent = 75;
    42 const int KSideThumbnailWidthPercent = 25;
    42 const int KSideThumbnailWidthPercent = 20;
    43 const int KSideThumbnailHeightPercent = 70;
    43 const int KSideThumbnailHeightPercent = 60;
    44 
    44 
    45 // FORWARD DECLARATIONS
    45 // FORWARD DECLARATIONS
    46 class HistoryController;
    46 class HistoryController;
    47 class HistoryEntry;
    47 class HistoryEntry;
    48 class WebSurface;
    48 class WebSurface;