Home
last modified time | relevance | path

Searched refs:inProgrammaticScroll (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.h289 bool inProgrammaticScroll() const { return m_inProgrammaticScroll; } in inProgrammaticScroll() function
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp4016 bool oldProgrammaticScroll = frameView->inProgrammaticScroll(); in updateMainFrameScrollPosition()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp4747 m_wasProgrammaticScroll = view->inProgrammaticScroll(); in didChangeScrollOffset()