Searched defs:minXMinYCorner (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DIntRect.h118 IntPoint minXMinYCorner() const { return m_location; } // typically topLeft function in class:blink::IntRect
H A DFloatRect.h121 FloatPoint minXMinYCorner() const { return m_location; } // typically topLeft function in class:blink::FloatRect
H A DLayoutRect.h132 LayoutPoint minXMinYCorner() const { return m_location; } // typically topLeft function in class:blink::LayoutRect

Completed in 81 milliseconds