Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/nav/
DCachedRoot.cpp872 const WebCore::IntRect& mouseBounds = mHistory->mMouseBounds; in getSimulatedMousePosition() local
873 int x = mouseBounds.x(); in getSimulatedMousePosition()
874 int y = mouseBounds.y(); in getSimulatedMousePosition()
875 int width = mouseBounds.width(); in getSimulatedMousePosition()
876 int height = mouseBounds.height(); in getSimulatedMousePosition()
884 mouseBounds.x(), mouseBounds.y(), mouseBounds.width(), in getSimulatedMousePosition()
885 mouseBounds.height(), point->x(), point->y()); in getSimulatedMousePosition()
1002 mHistory->mMouseBounds = bestData->mouseBounds(); in innerMove()
1201 node->clip(best->mouseBounds()); in maskIfHidden()
DCachedFrame.h174 const WebCore::IntRect& mouseBounds() const { return mMouseBounds; } in mouseBounds() function
DCachedFrame.cpp391 testRect.intersect(testData.mouseBounds()); in findBestAt()