Searched refs:mouseBounds (Results 1 – 3 of 3) sorted by relevance
872 const WebCore::IntRect& mouseBounds = mHistory->mMouseBounds; in getSimulatedMousePosition() local873 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()
174 const WebCore::IntRect& mouseBounds() const { return mMouseBounds; } in mouseBounds() function
391 testRect.intersect(testData.mouseBounds()); in findBestAt()