/bootable/recovery/ |
ui.h | 38 enum ProgressType { EMPTY, INDETERMINATE, DETERMINATE }; 39 virtual void SetProgressType(ProgressType determinate) = 0;
|
verifier_test.cpp | 70 void SetProgressType(ProgressType determinate) { }
|
/external/webkit/Source/WebKit/chromium/public/win/ |
WebThemeEngine.h | 85 bool determinate, double animatedSeconds) {}
|
/external/chromium/webkit/glue/ |
webthemeengine_impl_win.h | 42 const WebKit::WebRect& valueRect, bool determinate,
|
webthemeengine_impl_linux.cc | 146 native_theme_extra_params->progress_bar.determinate = 147 extra_params->progressBar.determinate;
|
webthemeengine_impl_win.cc | 475 bool determinate, double animatedSeconds) 483 &native_value_rect, determinate, animatedSeconds, canvas);
|
/external/webkit/Source/WebKit/chromium/public/linux/ |
WebThemeEngine.h | 125 bool determinate; member in struct:WebKit::WebThemeEngine::ProgressBarExtraParams
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
WebThemeEngineDRTWin.h | 95 bool determinate, double time);
|
WebThemeEngineDRTWin.cpp | 750 bool determinate, 754 WebThemeControlDRTWin::State cstate = determinate ? WebThemeControlDRTWin::NormalState
|
/external/webkit/Source/WebCore/platform/chromium/ |
PlatformBridge.h | 268 GraphicsContext*, const IntRect& barRect, const IntRect& valueRect, bool determinate, double animatedSeconds); 343 bool determinate; member in struct:WebCore::PlatformBridge::ProgressBarExtraParams
|
/external/webkit/Source/WebKit/chromium/src/ |
PlatformBridge.cpp | 776 GraphicsContext* gc, const IntRect& barRect, const IntRect& valueRect, bool determinate, double animatedSeconds) 779 gc->platformContext()->canvas(), barRect, valueRect, determinate, animatedSeconds); 865 webThemeExtraParams->progressBar.determinate = extraParams->progressBar.determinate; [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderThemeChromiumLinux.cpp | 334 extraParams.progressBar.determinate = renderProgress->isDeterminate();
|