Searched defs:expandedTo (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatSize.h85 FloatSize expandedTo(const FloatSize& other) const function in class:WebCore::FloatSize
H A DIntPoint.h67 IntPoint expandedTo(const IntPoint& other) const function in class:WebCore::IntPoint
83 *this = expandedTo(zero());
H A DIntSize.h77 IntSize expandedTo(const IntSize& other) const function in class:WebCore::IntSize
91 *this = expandedTo(IntSize());
H A DFloatPoint.h125 FloatPoint expandedTo(const FloatPoint& other) const function in class:WebCore::FloatPoint
H A DLayoutPoint.h65 LayoutPoint expandedTo(const LayoutPoint& other) const function in class:WebCore::LayoutPoint
77 *this = expandedTo(zero());
H A DLayoutSize.h90 LayoutSize expandedTo(const LayoutSize& other) const function in class:WebCore::LayoutSize
104 *this = expandedTo(LayoutSize());

Completed in 72 milliseconds