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

  /external/webkit/WebKit/android/nav/
CacheBuilder.h 127 IntRect mNodeBounds;
CachedFrame.h 168 const WebCore::IntRect& bounds() const { return mNodeBounds; }
179 void setNodeBounds(const WebCore::IntRect& b) { mNodeBounds = b; }
195 WebCore::IntRect mNodeBounds;

Completed in 691 milliseconds