Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/nav/
DCachedHistory.h45 bool directionChange() const { return mDirectionChange; } in directionChange() function
DCachedFrame.cpp201 bool bestInNav = directionChange() && bestData.inOrSubsumesNav(); in compare()
202 bool testInNav = directionChange() && testData.inOrSubsumesNav(); in compare()
351 bool CachedFrame::directionChange() const in directionChange() function in android::CachedFrame
353 return history()->directionChange(); in directionChange()
1279 mInNav = history->directionChange() && inNavTop >= 0 && in setDownDirection()
1319 mInNav = history->directionChange() && inNavLeft >= 0 && in setLeftDirection()
1359 mInNav = history->directionChange() && inNavLeft >= 0 && in setRightDirection()
1399 mInNav = history->directionChange() && inNavTop >= 0 && in setUpDirection()
DCachedFrame.h97 bool directionChange() const;