Home
last modified time | relevance | path

Searched refs:mDirectionChange (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/android/nav/
DCachedHistory.h45 bool directionChange() const { return mDirectionChange; } in directionChange()
67 bool mDirectionChange; variable
DCachedHistory.cpp82 mDirectionChange = false; in reset()
96 mDirectionChange = change && mLastMove != CachedFrame::UNINITIALIZED; in setWorking()
162 DEBUG_PRINT_BOOL(mDirectionChange); in print()