Searched defs:WebRect (Results 1 – 11 of 11) sorted by relevance
| /external/chromium_org/third_party/WebKit/public/platform/ |
| D | WebRect.h | 46 struct WebRect { struct 54 WebRect() in WebRect() argument 62 WebRect(int x, int y, int width, int height) in WebRect() function 71 WebRect(const IntRect& r) in WebRect() function 93 WebRect(const gfx::Rect& r) in WebRect() function 117 inline bool operator==(const WebRect& a, const WebRect& b) argument
|
| D | WebThemeEngine.h | 83 …virtual void paintScrollbarThumb(WebCanvas*, State, Size, const WebRect&, const ScrollbarInfo&) { } in paintScrollbarThumb() 188 virtual void paint(WebCanvas*, Part, State, const WebRect&, const ExtraParams*) { } in paint()
|
| D | WebFallbackThemeEngine.h | 148 virtual void paint(WebCanvas*, Part, State, const WebRect&, const ExtraParams*) { } in paint()
|
| /external/chromium_org/chrome/test/chromedriver/ |
| D | basic_types.h | 28 struct WebRect { struct 39 WebPoint origin; 40 WebSize size;
|
| D | basic_types.cc | 24 WebRect::WebRect() : origin(0, 0), size(0, 0) {} in WebRect() function in WebRect 26 WebRect::WebRect(int x, int y, int width, int height) in WebRect() function in WebRect 29 WebRect::WebRect(const WebPoint& origin, const WebSize& size) in WebRect() function in WebRect
|
| /external/chromium_org/third_party/WebKit/public/web/ |
| D | WebWidgetClient.h | 52 virtual void didInvalidateRect(const WebRect&) { } in didInvalidateRect() 124 virtual void setWindowRect(const WebRect&) { } in setWindowRect()
|
| D | WebView.h | 185 virtual void scrollFocusedNodeIntoRect(const WebRect&) { } in scrollFocusedNodeIntoRect()
|
| D | WebWidget.h | 120 virtual void paintCompositedDeprecated(WebCanvas*, const WebRect&) { } in paintCompositedDeprecated()
|
| /external/chromium_org/third_party/WebKit/Source/web/tests/ |
| D | FakeWebPlugin.h | 54 virtual void paint(WebCanvas*, const WebRect&) OVERRIDE { } in paint()
|
| D | WebFrameTest.cpp | 4057 …virtual bool didTapMultipleTargets(const WebSize&, const WebRect&, const WebVector<WebRect>& targe… in didTapMultipleTargets()
|
| /external/chromium_org/third_party/WebKit/Source/web/ |
| D | WebRemoteFrameImpl.cpp | 774 void WebRemoteFrameImpl::setTickmarks(const WebVector<WebRect>&) in setTickmarks()
|