OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeShouldHandleScrollGestureOnMainThreadRegion
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.h
109
Region
computeShouldHandleScrollGestureOnMainThreadRegion
(const LocalFrame*, const IntPoint& frameLocation) const;
ScrollingCoordinator.cpp
140
Region shouldHandleScrollGestureOnMainThreadRegion =
computeShouldHandleScrollGestureOnMainThreadRegion
(m_page->deprecatedLocalMainFrame(), IntPoint());
691
Region ScrollingCoordinator::
computeShouldHandleScrollGestureOnMainThreadRegion
(const LocalFrame* frame, const IntPoint& frameLocation) const
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/page/
Page.cpp
194
rects = scrollingCoordinator->
computeShouldHandleScrollGestureOnMainThreadRegion
(frame, IntPoint()).rects();
Completed in 51 milliseconds