OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:progressActivityBlocks
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk.cpp
631
static const int
progressActivityBlocks
= 5;
659
int newWidth = max(2, progressRect.width() /
progressActivityBlocks
);
/external/webkit/Source/WebCore/rendering/
RenderThemeChromiumSkia.cpp
548
static const int
progressActivityBlocks
= 5;
563
int valueWidth = rect.width() /
progressActivityBlocks
;
Completed in 860 milliseconds