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

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

Completed in 47 milliseconds