HomeSort by relevance Sort by last modified time
    Searched refs:directionChange (Results 1 - 3 of 3) 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...]
CachedFrame.h 91 bool directionChange() const;

Completed in 1081 milliseconds