OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldCenterOnThumb
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeGtkOrAura.h
46
virtual bool
shouldCenterOnThumb
(ScrollbarThemeClient*, const PlatformMouseEvent&);
ScrollbarThemeWin.h
48
virtual bool
shouldCenterOnThumb
(ScrollbarThemeClient*, const PlatformMouseEvent&) OVERRIDE;
ScrollbarThemeMacCommon.h
53
virtual bool
shouldCenterOnThumb
(ScrollbarThemeClient*, const PlatformMouseEvent&) OVERRIDE;
ScrollbarTheme.h
87
virtual bool
shouldCenterOnThumb
(ScrollbarThemeClient*, const PlatformMouseEvent&) { return false; }
ScrollbarThemeGtkOrAura.cpp
143
bool ScrollbarThemeGtkOrAura::
shouldCenterOnThumb
(ScrollbarThemeClient*, const PlatformMouseEvent& evt)
ScrollbarThemeWin.cpp
223
bool ScrollbarThemeWin::
shouldCenterOnThumb
(ScrollbarThemeClient*, const PlatformMouseEvent& evt)
Scrollbar.cpp
467
if ((m_pressedPart == BackTrackPart || m_pressedPart == ForwardTrackPart) && theme()->
shouldCenterOnThumb
(this, evt)) {
ScrollbarThemeMacCommon.mm
319
bool ScrollbarThemeMacCommon::
shouldCenterOnThumb
(ScrollbarThemeClient*, const PlatformMouseEvent& evt)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarTheme.h
48
virtual bool
shouldCenterOnThumb
(ScrollbarThemeClient* scrollbar, const PlatformMouseEvent& event) OVERRIDE { return ScrollbarTheme::theme()->
shouldCenterOnThumb
(scrollbar, event); }
Completed in 60 milliseconds