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

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFloatRect.h46 struct WebFloatRect { struct in namespace:blink
54 WebFloatRect() function in struct:blink::WebFloatRect
62 WebFloatRect(float x, float y, float width, float height) function in struct:blink::WebFloatRect
71 WebFloatRect(const FloatRect& r) function in struct:blink::WebFloatRect
79 WebFloatRect& operator=(const FloatRect& r)
93 WebFloatRect(const gfx::RectF& r) function in struct:blink::WebFloatRect
101 WebFloatRect& operator=(const gfx::RectF& r)
117 inline bool operator==(const WebFloatRect& a, const WebFloatRect& b)
122 inline bool operator!=(const WebFloatRect
[all...]

Completed in 57 milliseconds