Home
last modified time | relevance | path

Searched defs:navBounds (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebKit/android/nav/
DCachedHistory.h50 const WebCore::IntRect& navBounds() const { return mNavBounds; } in navBounds() function
DCachedHistory.cpp105 const WebCore::IntRect* navBounds = &mNavBounds; in setWorking() local
DCachedRoot.cpp880 const WebCore::IntRect& navBounds = mHistory->mNavBounds; in getSimulatedMousePosition() local
906 const WebCore::IntRect& navBounds = mHistory->mNavBounds; in innerDown() local
932 const WebCore::IntRect& navBounds = mHistory->mNavBounds; in innerLeft() local
1030 const WebCore::IntRect& navBounds = mHistory->mNavBounds; in innerRight() local
1056 const WebCore::IntRect& navBounds = mHistory->mNavBounds; in innerUp() local
DCachedFrame.cpp1178 const WebCore::IntRect& navBounds = history->navBounds(); in setDownDirection() local
1218 const WebCore::IntRect& navBounds = history->navBounds(); in setLeftDirection() local
1258 const WebCore::IntRect& navBounds = history->navBounds(); in setRightDirection() local
1298 const WebCore::IntRect& navBounds = history->navBounds(); in setUpDirection() local
DWebView.cpp880 WebCore::IntRect navBounds = WebCore::IntRect(rx, ry, 1, 1); in motionUp() local