Home
last modified time | relevance | path

Searched refs:checkForJiggle (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebKit/android/nav/
DCachedRoot.h53 void checkForJiggle(int* ) const;
DCachedRoot.cpp729 void CachedRoot::checkForJiggle(int* xDeltaPtr) const in checkForJiggle() function in android::CachedRoot
DWebView.cpp728 root->checkForJiggle(&dx); in moveCursor()