Searched refs:uniteIfNonZero (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DIntRect.cpp105 void IntRect::uniteIfNonZero(const IntRect& other) function in class:WebCore::IntRect
H A DLayoutRect.cpp93 void LayoutRect::uniteIfNonZero(const LayoutRect& other) function in class:WebCore::LayoutRect
H A DFloatRect.h134 void uniteIfNonZero(const FloatRect&);
H A DIntRect.h134 void uniteIfNonZero(const IntRect&);
H A DFloatRect.cpp127 void FloatRect::uniteIfNonZero(const FloatRect& other) function in class:WebCore::FloatRect
H A DLayoutRect.h148 void uniteIfNonZero(const LayoutRect&);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.cpp844 m_rect.uniteIfNonZero(rect);
957 result.uniteIfNonZero(logicalRect);
960 result.uniteIfNonZero(logicalRect.transposedRect());
967 result.uniteIfNonZero(currInline->culledInlineVisualOverflowBoundingBox());
969 result.uniteIfNonZero(currInline->linesVisualOverflowBoundingBox());
974 result.uniteIfNonZero(currText->linesVisualOverflowBoundingBox());

Completed in 166 milliseconds