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 138 LayoutRect contentBox = contentBoxRect();
139 LayoutRect absoluteContentBox(localToAbsoluteQuad(FloatQuad(contentBox)).boundingBox());
141 contentBox.setLocation(absoluteContentBox.location());
142 return setWidgetGeometry(contentBox);
RenderImage.cpp 364 LayoutRect contentBox = contentBoxRect();
366 LayoutPoint mapLocation = locationInContainer.point() - toLayoutSize(accumulatedOffset) - locationOffset() - toLayoutSize(contentBox.location());
369 if (map->mapMouseEvent(mapLocation, contentBox.size(), tempResult))

Completed in 84 milliseconds