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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.cpp 404 LayoutRect objectBounds = absoluteContentBox();
409 if (!objectBounds.isEmpty())
410 isVisible = viewBounds.intersects(objectBounds);
412 isVisible = viewBounds.contains(objectBounds);
418 if (!objectBounds.isEmpty()) {
420 screenArea.intersect(objectBounds);
RenderBlock.cpp     [all...]

Completed in 717 milliseconds