Searched defs:determinate (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/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.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/chromium_org/third_party/WebKit/Source/testing/runner/
H A DWebTestThemeEngineWin.cpp729 void WebTestThemeEngineWin::paintProgressBar(blink::WebCanvas* canvas, const blink::WebRect& barRect, const blink::WebRect& valueRect, bool determinate, double) argument
732 WebTestThemeControlWin::State cstate = determinate ? WebTestThemeControlWin::NormalState : WebTestThemeControlWin::IndeterminateState;
/external/chromium_org/webkit/child/
H A Dwebthemeengine_impl_win.cc974 bool determinate, double animatedSeconds)
979 extra.progress_bar.determinate = determinate;
972 paintProgressBar( WebCanvas* canvas, const WebRect& barRect, const WebRect& valueRect, bool determinate, double animatedSeconds) argument
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFallbackThemeEngine.h125 bool determinate; member in struct:blink::WebFallbackThemeEngine::ProgressBarExtraParams
/external/chromium_org/third_party/WebKit/public/platform/default/
H A DWebThemeEngine.h131 bool determinate; member in struct:blink::WebThemeEngine::ProgressBarExtraParams
/external/chromium_org/ui/native_theme/
H A Dnative_theme.h144 bool determinate; member in struct:ui::NativeTheme::ProgressBarExtraParams

Completed in 338 milliseconds