HomeSort by relevance Sort by last modified time
    Searched defs:directionChange (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKit/android/nav/
CachedHistory.h 45 bool directionChange() const { return mDirectionChange; }
CachedFrame.cpp 185 bool bestInNav = directionChange() && bestData.inOrSubsumesNav();
186 bool testInNav = directionChange() && testData.inOrSubsumesNav();
335 bool CachedFrame::directionChange() const
337 return history()->directionChange();
    [all...]

Completed in 139 milliseconds