OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_wasFrameScrollable
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.h
150
bool
m_wasFrameScrollable
;
ScrollingCoordinator.cpp
92
,
m_wasFrameScrollable
(false)
152
if (m_shouldScrollOnMainThreadDirty ||
m_wasFrameScrollable
!= frameIsScrollable) {
156
m_wasFrameScrollable
= frameIsScrollable;
538
m_wasFrameScrollable
= false;
[
all
...]
Completed in 60 milliseconds