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

/external/chromium_org/chrome/test/chromedriver/
H A Dbasic_types.h28 struct WebRect { struct
29 WebRect();
30 WebRect(int x, int y, int width, int height);
31 WebRect(const WebPoint& origin, const WebSize& size);
32 ~WebRect();
H A Dbasic_types.cc24 WebRect::WebRect() : origin(0, 0), size(0, 0) {} function in class:WebRect
26 WebRect::WebRect(int x, int y, int width, int height) function in class:WebRect
29 WebRect::WebRect(const WebPoint& origin, const WebSize& size) function in class:WebRect
32 WebRect::~WebRect() {}
34 int WebRect::X() const { return origin.x; }
36 int WebRect
[all...]
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebRect.h46 struct WebRect { struct in namespace:blink
54 WebRect() function in struct:blink::WebRect
62 WebRect(int x, int y, int width, int height) function in struct:blink::WebRect
71 WebRect(const IntRect& r) function in struct:blink::WebRect
79 WebRect& operator=(const IntRect& r)
93 WebRect(const gfx::Rect& r) function in struct:blink::WebRect
101 WebRect& operator=(const gfx::Rect& r)
117 inline bool operator==(const WebRect& a, const WebRect& b)
122 inline bool operator!=(const WebRect
[all...]
H A DWebFallbackThemeEngine.h40 struct WebRect;
148 virtual void paint(WebCanvas*, Part, State, const WebRect&, const ExtraParams*) { } argument
H A DWebThemeEngine.h40 struct WebRect;
83 virtual void paintScrollbarThumb(WebCanvas*, State, Size, const WebRect&, const ScrollbarInfo&) { } argument
188 virtual void paint(WebCanvas*, Part, State, const WebRect&, const ExtraParams*) { } argument
/external/chromium_org/third_party/WebKit/public/web/
H A DWebView.h185 virtual void scrollFocusedNodeIntoRect(const WebRect&) { } argument
192 virtual void zoomToFindInPageRect(const WebRect&) = 0;
197 virtual bool zoomToMultipleTargetsRect(const WebRect&) = 0;
401 virtual void extractSmartClipData(WebRect initRect, WebString& text, WebString& html, WebRect& resultRect) = 0;
460 virtual void getSelectionRootBounds(WebRect& bounds) const = 0;
H A DWebWidgetClient.h37 #include "public/platform/WebRect.h"
52 virtual void didInvalidateRect(const WebRect&) { } argument
123 virtual WebRect windowRect() { return WebRect(); }
124 virtual void setWindowRect(const WebRect&) { } argument
130 virtual WebRect windowResizerRect() { return WebRect(); }
134 virtual WebRect rootWindowRect() { return WebRect(); }
H A DWebWidget.h37 #include "../platform/WebRect.h"
118 virtual void paint(WebCanvas*, const WebRect& viewPort) { }
120 virtual void paintCompositedDeprecated(WebCanvas*, const WebRect&) { } argument
210 virtual bool selectionBounds(WebRect& anchor, WebRect& focus) const { return false; }

Completed in 107 milliseconds