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

  /external/webkit/WebKit/android/nav/
CachedFrame.cpp 185 bool bestInNav = directionChange() && bestData.inOrSubsumesNav();
186 bool testInNav = directionChange() && testData.inOrSubsumesNav();
    [all...]
CachedFrame.h 171 bool inOrSubsumesNav() const { return (mNavDelta ^ mNavDelta2) >= 0; }

Completed in 18 milliseconds