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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatSize.h82 FloatSize expandedTo(const FloatSize& other) const function in class:blink::FloatSize
H A DIntPoint.h67 IntPoint expandedTo(const IntPoint& other) const function in class:blink::IntPoint
83 *this = expandedTo(zero());
H A DIntSize.h76 IntSize expandedTo(const IntSize& other) const function in class:blink::IntSize
90 *this = expandedTo(IntSize());
H A DFloatPoint.h121 FloatPoint expandedTo(const FloatPoint& other) const function in class:blink::FloatPoint
H A DLayoutPoint.h65 LayoutPoint expandedTo(const LayoutPoint& other) const function in class:blink::LayoutPoint
77 *this = expandedTo(zero());
H A DLayoutSize.h88 LayoutSize expandedTo(const LayoutSize& other) const function in class:blink::LayoutSize
102 *this = expandedTo(LayoutSize());

Completed in 2428 milliseconds