Searched refs:objectBounds (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderImage.cpp404 LayoutRect objectBounds = absoluteContentBox(); local
409 if (!objectBounds.isEmpty())
410 isVisible = viewBounds.intersects(objectBounds);
412 isVisible = viewBounds.contains(objectBounds);
418 if (!objectBounds.isEmpty()) {
420 screenArea.intersect(objectBounds);
H A DRenderBlock.cpp1386 LayoutRect objectBounds = absoluteContentBox(); local
1390 if (!objectBounds.isEmpty())
1391 isVisible = viewBounds.intersects(objectBounds);
1393 isVisible = viewBounds.contains(objectBounds);
1399 if (!objectBounds.isEmpty()) {
1401 screenArea.intersect(objectBounds);

Completed in 101 milliseconds