Searched refs:determinate (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/win/
H A DWebThemeEngine.h85 bool determinate, double animatedSeconds) {}
83 paintProgressBar( WebCanvas*, const WebRect& barRect, const WebRect& valueRect, bool determinate, double animatedSeconds) argument
/external/chromium/webkit/glue/
H A Dwebthemeengine_impl_win.h42 const WebKit::WebRect& valueRect, bool determinate,
H A Dwebthemeengine_impl_linux.cc146 native_theme_extra_params->progress_bar.determinate =
147 extra_params->progressBar.determinate;
H A Dwebthemeengine_impl_win.cc475 bool determinate, double animatedSeconds)
483 &native_value_rect, determinate, animatedSeconds, canvas);
473 paintProgressBar( WebCanvas* canvas, const WebRect& barRect, const WebRect& valueRect, bool determinate, double animatedSeconds) argument
/external/webkit/Source/WebKit/chromium/public/linux/
H A DWebThemeEngine.h125 bool determinate; member in struct:WebKit::WebThemeEngine::ProgressBarExtraParams
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebThemeEngineDRTWin.h95 bool determinate, double time);
H A DWebThemeEngineDRTWin.cpp750 bool determinate,
754 WebThemeControlDRTWin::State cstate = determinate ? WebThemeControlDRTWin::NormalState
747 paintProgressBar(WebKit::WebCanvas* canvas, const WebKit::WebRect& barRect, const WebKit::WebRect& valueRect, bool determinate, double) argument
/external/webkit/Source/WebCore/platform/chromium/
H A DPlatformBridge.h268 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/
H A DPlatformBridge.cpp776 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;
775 paintProgressBar( GraphicsContext* gc, const IntRect& barRect, const IntRect& valueRect, bool determinate, double animatedSeconds) argument
/external/webkit/Source/WebCore/rendering/
H A DRenderThemeChromiumLinux.cpp334 extraParams.progressBar.determinate = renderProgress->isDeterminate();

Completed in 236 milliseconds