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

  /external/webkit/WebKit/android/nav/
CachedRoot.h 62 const WebCore::IntRect& focusBounds() const { return mFocusBounds; }
95 void setFocusBounds(const WebCore::IntRect& r) { mFocusBounds = r; }
111 WebCore::IntRect mFocusBounds; // dom text input focus node bounds
CachedRoot.cpp 810 return WebCore::IntPoint(mFocusBounds.x() + (mFocusBounds.width() >> 1),
811 mFocusBounds.y() + (mFocusBounds.height() >> 1));
    [all...]

Completed in 42 milliseconds