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

  /external/chromium_org/third_party/WebKit/Source/platform/
Widget.h 65 IntRect boundsRect() const { return IntRect(0, 0, width(), height()); }
73 void invalidate() { invalidateRect(boundsRect()); }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.cpp     [all...]

Completed in 58 milliseconds