OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_scrollGestureRegionIsDirty
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.h
125
bool
m_scrollGestureRegionIsDirty
;
130
bool shouldUpdateAfterCompositingChange() const { return
m_scrollGestureRegionIsDirty
|| m_touchEventTargetRectsAreDirty || frameViewIsDirty(); }
ScrollingCoordinator.cpp
89
,
m_scrollGestureRegionIsDirty
(false)
116
m_scrollGestureRegionIsDirty
= true;
131
if (
m_scrollGestureRegionIsDirty
) {
142
m_scrollGestureRegionIsDirty
= false;
[
all
...]
Completed in 58 milliseconds