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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeMacNonOverlayAPI.h 41 virtual bool usesOverlayScrollbars() const OVERRIDE { return false; }
ScrollbarThemeMock.cpp 46 bool ScrollbarThemeMock::usesOverlayScrollbars() const
ScrollbarThemeMock.h 37 virtual bool usesOverlayScrollbars() const OVERRIDE;
ScrollbarThemeMacOverlayAPI.h 44 virtual bool usesOverlayScrollbars() const OVERRIDE;
ScrollbarThemeOverlay.h 43 virtual bool usesOverlayScrollbars() const OVERRIDE;
ScrollbarThemeOverlay.cpp 54 bool ScrollbarThemeOverlay::usesOverlayScrollbars() const
ScrollbarTheme.h 56 virtual bool usesOverlayScrollbars() const { return false; }
ScrollbarThemeMacOverlayAPI.mm 131 bool ScrollbarThemeMacOverlayAPI::usesOverlayScrollbars() const
Scrollbar.cpp 538 return m_theme->usesOverlayScrollbars();
ScrollView.cpp 375 bool scrollbarsAreOverlay = ScrollbarTheme::theme()->usesOverlayScrollbars();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ViewportTest.cpp 109 EXPECT_TRUE(WebCore::ScrollbarTheme::theme()->usesOverlayScrollbars());
    [all...]
WebFrameTest.cpp 190 EXPECT_TRUE(WebCore::ScrollbarTheme::theme()->usesOverlayScrollbars());
    [all...]

Completed in 1085 milliseconds