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 123 LayoutRect contentBox = contentBoxRect();
124 LayoutRect absoluteContentBox(localToAbsoluteQuad(FloatQuad(contentBox)).boundingBox());
126 contentBox.setLocation(absoluteContentBox.location());
127 return setWidgetGeometry(contentBox);
RenderImage.cpp 527 LayoutRect contentBox = contentBoxRect();
529 LayoutPoint mapLocation = locationInContainer.point() - toLayoutSize(accumulatedOffset) - locationOffset() - toLayoutSize(contentBox.location());
532 if (map->mapMouseEvent(mapLocation, contentBox.size(), tempResult))

Completed in 47 milliseconds