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

  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollbarThemeMac.h 42 virtual bool supportsControlTints() const OVERRIDE { return true; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumDefault.h 93 virtual bool supportsControlTints() const;
RenderScrollbarTheme.h 45 virtual bool supportsControlTints() const OVERRIDE { return true; }
RenderTheme.h 110 virtual bool supportsControlTints() const { return false; }
RenderThemeChromiumMac.h 43 virtual bool supportsControlTints() const OVERRIDE { return true; }
RenderThemeChromiumDefault.cpp 183 bool RenderThemeChromiumDefault::supportsControlTints() const
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollbarTheme.h 58 virtual bool supportsControlTints() const { return false; }
Scrollbar.cpp 172 if (context->updatingControlTints() && theme()->supportsControlTints()) {
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.cpp     [all...]

Completed in 91 milliseconds