HomeSort by relevance Sort by last modified time
    Searched refs:themeEngine (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumAndroid.cpp 77 IntSize size = Platform::current()->themeEngine()->getSize(WebThemeEngine::PartInnerSpinButton);
88 IntSize scrollbarSize = Platform::current()->themeEngine()->getSize(WebThemeEngine::PartScrollbarDownArrow);
RenderThemeChromiumDefault.cpp 209 IntSize size = Platform::current()->themeEngine()->getSize(WebThemeEngine::PartSliderThumb);
264 Platform::current()->themeEngine()->paint(canvas, WebThemeEngine::PartCheckbox, getWebThemeState(this, o), WebRect(unzoomedRect), &extraParams);
274 IntSize size = Platform::current()->themeEngine()->getSize(WebThemeEngine::PartCheckbox);
287 Platform::current()->themeEngine()->paint(canvas, WebThemeEngine::PartRadio, getWebThemeState(this, o), WebRect(rect), &extraParams);
297 IntSize size = Platform::current()->themeEngine()->getSize(WebThemeEngine::PartRadio);
313 Platform::current()->themeEngine()->paint(canvas, WebThemeEngine::PartButton, getWebThemeState(this, o), WebRect(rect), &extraParams);
335 Platform::current()->themeEngine()->paint(canvas, WebThemeEngine::PartTextField, getWebThemeState(this, o), WebRect(rect), &extraParams);
380 Platform::current()->themeEngine()->paint(canvas, WebThemeEngine::PartMenuList, getWebThemeState(this, o), WebRect(rect), &extraParams);
414 Platform::current()->themeEngine()->paint(canvas, WebThemeEngine::PartMenuList, getWebThemeState(this, o), WebRect(rect), &extraParams);
439 Platform::current()->themeEngine()->paint(canvas, WebThemeEngine::PartSliderTrack, getWebThemeState(this, o), WebRect(unzoomedRect) (…)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeAura.cpp 68 IntSize scrollbarSize = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartScrollbarVerticalTrack);
87 blink::Platform::current()->themeEngine()->paint(canvas, scrollbar->orientation() == HorizontalScrollbar ? blink::WebThemeEngine::PartScrollbarHorizontalTrack : blink::WebThemeEngine::PartScrollbarVerticalTrack, state, blink::WebRect(rect), &extraParams);
130 blink::Platform::current()->themeEngine()->paint(canvas, paintPart, state, blink::WebRect(rect), 0);
143 blink::Platform::current()->themeEngine()->paint(canvas, scrollbar->orientation() == HorizontalScrollbar ? blink::WebThemeEngine::PartScrollbarHorizontalThumb : blink::WebThemeEngine::PartScrollbarVerticalThumb, state, blink::WebRect(rect), 0);
149 IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartScrollbarUpArrow);
154 IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartScrollbarLeftArrow);
161 IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartScrollbarVerticalThumb);
165 IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartScrollbarHorizontalThumb);
ScrollbarThemeOverlay.cpp 151 blink::Platform::current()->themeEngine()->paint(canvas, part, state, blink::WebRect(rect), 0);
ScrollbarTheme.cpp 213 blink::Platform::current()->themeEngine()->paint(context->canvas(), blink::WebThemeEngine::PartScrollbarCorner, blink::WebThemeEngine::StateNormal, blink::WebRect(cornerRect), 0);
  /external/chromium_org/content/ppapi_plugin/
ppapi_webkitplatformsupport_impl.h 40 virtual blink::WebThemeEngine* themeEngine();
ppapi_webkitplatformsupport_impl.cc 216 blink::WebThemeEngine* PpapiWebKitPlatformSupportImpl::themeEngine() {
  /external/chromium_org/mojo/services/html_viewer/
blink_platform_impl.h 33 virtual blink::WebThemeEngine* themeEngine();
blink_platform_impl.cc 85 blink::WebThemeEngine* BlinkPlatformImpl::themeEngine() {
  /external/chromium_org/content/test/
test_webkit_platform_support.h 59 virtual blink::WebThemeEngine* themeEngine();
test_webkit_platform_support.cc 225 active_theme_engine_ = engine ? engine : BlinkPlatformImpl::themeEngine();
228 blink::WebThemeEngine* TestWebKitPlatformSupport::themeEngine() {
  /external/chromium_org/content/child/
blink_platform_impl.h 45 virtual blink::WebThemeEngine* themeEngine();
blink_platform_impl.cc     [all...]
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.h 67 virtual blink::WebThemeEngine* themeEngine();
renderer_webkitplatformsupport_impl.cc 293 blink::WebThemeEngine* RendererWebKitPlatformSupportImpl::themeEngine() {
298 return BlinkPlatformImpl::themeEngine();
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 143 virtual WebThemeEngine* themeEngine() { return 0; }

Completed in 668 milliseconds