HomeSort by relevance Sort by last modified time
    Searched defs:mMouseBounds (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKit/android/nav/
CachedHistory.h 53 void setMouseBounds(const WebCore::IntRect& loc) { mMouseBounds = loc; }
64 WebCore::IntRect mMouseBounds; // constricted bounds, if cursor ring is partially visible
CachedFrame.h 174 const WebCore::IntRect& mouseBounds() const { return mMouseBounds; }
178 void setMouseBounds(const WebCore::IntRect& b) { mMouseBounds = b; }
194 WebCore::IntRect mMouseBounds;

Completed in 22 milliseconds