OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldDragDocumentInsteadOfThumb
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeMacCommon.h
54
virtual bool
shouldDragDocumentInsteadOfThumb
(ScrollbarThemeClient*, const PlatformMouseEvent&) OVERRIDE;
ScrollbarTheme.h
89
virtual bool
shouldDragDocumentInsteadOfThumb
(ScrollbarThemeClient*, const PlatformMouseEvent&) { return false; }
Scrollbar.cpp
399
convertFromContainingWindow(evt.position()).y(), theme()->
shouldDragDocumentInsteadOfThumb
(this, evt));
ScrollbarThemeMacCommon.mm
328
bool ScrollbarThemeMacCommon::
shouldDragDocumentInsteadOfThumb
(ScrollbarThemeClient*, const PlatformMouseEvent& event)
Completed in 29 milliseconds