HomeSort by relevance Sort by last modified time
    Searched full:usesoverlayscrollbars (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeMacNonOverlayAPI.h 41 virtual bool usesOverlayScrollbars() const OVERRIDE { return false; }
ScrollbarThemeMock.cpp 47 bool ScrollbarThemeMock::usesOverlayScrollbars() const
ScrollbarThemeMock.h 37 virtual bool usesOverlayScrollbars() const OVERRIDE;
ScrollbarThemeMacOverlayAPI.h 44 virtual bool usesOverlayScrollbars() const OVERRIDE;
ScrollbarThemeOverlay.h 45 virtual bool usesOverlayScrollbars() const OVERRIDE;
ScrollbarTheme.h 55 virtual bool usesOverlayScrollbars() const { return false; }
ScrollbarThemeMacOverlayAPI.mm 131 bool ScrollbarThemeMacOverlayAPI::usesOverlayScrollbars() const
ScrollbarThemeOverlay.cpp 65 bool ScrollbarThemeOverlay::usesOverlayScrollbars() const
Scrollbar.cpp 526 return m_theme->usesOverlayScrollbars();
ScrollView.cpp 331 return ScrollbarTheme::theme()->usesOverlayScrollbars();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
PopupMenuTest.cpp 513 EXPECT_TRUE(ScrollbarTheme::theme()->usesOverlayScrollbars());
527 EXPECT_FALSE(ScrollbarTheme::theme()->usesOverlayScrollbars());
536 EXPECT_FALSE(ScrollbarTheme::theme()->usesOverlayScrollbars());
PopupListBox.cpp 801 if (!ScrollbarTheme::theme()->usesOverlayScrollbars())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ViewportTest.cpp 102 EXPECT_TRUE(ScrollbarTheme::theme()->usesOverlayScrollbars());
    [all...]
WebFrameTest.cpp 226 EXPECT_TRUE(ScrollbarTheme::theme()->usesOverlayScrollbars());
    [all...]

Completed in 240 milliseconds