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

  /external/webkit/WebKit/android/nav/
CachedHistory.cpp 105 const WebCore::IntRect* navBounds = &mNavBounds;
112 if (lastAxis != CachedFrame::LEFT && navBounds->height() > 0) {
113 mMinWorkingHorizontal = navBounds->y();
114 mMaxWorkingHorizontal = navBounds->bottom();
116 if (lastAxis != CachedFrame::UP && navBounds->width() > 0) {
117 mMinWorkingVertical = navBounds->x();
118 mMaxWorkingVertical = navBounds->right();
CachedFrame.cpp     [all...]
CachedHistory.h 50 const WebCore::IntRect& navBounds() const { return mNavBounds; }
CachedRoot.cpp 880 const WebCore::IntRect& navBounds = mHistory->mNavBounds;
883 navBounds.x(), navBounds.y(), navBounds.width(), navBounds.height(),
    [all...]
WebView.cpp 824 return root ? root->rootHistory()->navBounds() :
880 WebCore::IntRect navBounds = WebCore::IntRect(rx, ry, 1, 1);
881 setNavBounds(navBounds);
882 root->rootHistory()->setMouseBounds(navBounds);
    [all...]

Completed in 22 milliseconds