Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/public/platform/
DWebFloatRect.h46 struct WebFloatRect { struct
54 WebFloatRect() in WebFloatRect() argument
62 WebFloatRect(float x, float y, float width, float height) in WebFloatRect() function
71 WebFloatRect(const WebCore::FloatRect& r) in WebFloatRect() function
93 WebFloatRect(const gfx::RectF& r) in WebFloatRect() function
117 inline bool operator==(const WebFloatRect& a, const WebFloatRect& b) argument
/external/chromium_org/third_party/WebKit/Source/web/
DLinkHighlight.cpp255 …id LinkHighlight::paintContents(WebCanvas* canvas, const WebRect& webClipRect, bool, WebFloatRect&, in paintContents() argument
DWebPopupMenuImpl.cpp215 void WebPopupMenuImpl::paintContents(WebCanvas* canvas, const WebRect& rect, bool, WebFloatRect&, in paintContents() argument
DWebRemoteFrameImpl.cpp715 void WebRemoteFrameImpl::findMatchRects(WebVector<WebFloatRect>&) in findMatchRects()