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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderWidget.cpp 167 LayoutRect contentBox = contentBoxRect();
168 LayoutRect absoluteContentBox(localToAbsoluteQuad(FloatQuad(contentBox)).boundingBox());
170 contentBox.setLocation(absoluteContentBox.location());
171 return setWidgetGeometry(contentBox);
RenderImage.cpp 541 LayoutRect contentBox = contentBoxRect();
543 LayoutPoint mapLocation = locationInContainer.point() - toLayoutSize(accumulatedOffset) - locationOffset() - toLayoutSize(contentBox.location());
546 if (map->mapMouseEvent(mapLocation, contentBox.size(), tempResult))

Completed in 29 milliseconds