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

  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ScrollbarThemeChromiumDefault.h 46 virtual bool shouldCenterOnThumb(ScrollbarThemeClient*, const PlatformMouseEvent&);
ScrollbarThemeChromiumWin.h 48 virtual bool shouldCenterOnThumb(ScrollbarThemeClient*, const PlatformMouseEvent&) OVERRIDE;
ScrollbarThemeChromiumDefault.cpp 125 bool ScrollbarThemeChromiumDefault::shouldCenterOnThumb(ScrollbarThemeClient*, const PlatformMouseEvent& evt)
ScrollbarThemeChromiumWin.cpp 223 bool ScrollbarThemeChromiumWin::shouldCenterOnThumb(ScrollbarThemeClient*, const PlatformMouseEvent& evt)
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollbarThemeMac.h 53 virtual bool shouldCenterOnThumb(ScrollbarThemeClient*, const PlatformMouseEvent&) OVERRIDE;
ScrollbarThemeMac.mm 364 bool ScrollbarThemeMacCommon::shouldCenterOnThumb(ScrollbarThemeClient*, const PlatformMouseEvent& evt)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarTheme.h 49 virtual bool shouldCenterOnThumb(ScrollbarThemeClient* scrollbar, const PlatformMouseEvent& event) OVERRIDE { return ScrollbarTheme::theme()->shouldCenterOnThumb(scrollbar, event); }
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollbarTheme.h 91 virtual bool shouldCenterOnThumb(ScrollbarThemeClient*, const PlatformMouseEvent&) { return false; }
Scrollbar.cpp 451 if ((m_pressedPart == BackTrackPart || m_pressedPart == ForwardTrackPart) && theme()->shouldCenterOnThumb(this, evt)) {

Completed in 150 milliseconds