/external/chromium_org/third_party/WebKit/Source/web/ |
InspectorClientImpl.cpp | 42 #include "public/platform/WebRect.h"
|
ScrollbarGroup.cpp | 33 #include "public/platform/WebRect.h"
|
ValidationMessageClientImpl.cpp | 36 #include "public/platform/WebRect.h"
|
WebAXObject.cpp | 51 #include "public/platform/WebRect.h" 457 WebRect WebAXObject::boundingBoxRect() const 460 return WebRect(); 1048 void WebAXObject::scrollToMakeVisibleWithSubFocus(const WebRect& subfocus) const
|
WebPluginContainerImpl.cpp | 85 #include "public/platform/WebRect.h" 374 void WebPluginContainerImpl::invalidateRect(const WebRect& rect) 379 void WebPluginContainerImpl::scrollRect(int dx, int dy, const WebRect& rect) 480 bool WebPluginContainerImpl::isRectTopmost(const WebRect& rect)
|
PageWidgetDelegate.cpp | 93 void PageWidgetDelegate::paint(Page* page, PageOverlayList* overlays, WebCanvas* canvas, const WebRect& rect, CanvasBackground background)
|
WebFrameImpl.cpp | 193 #include "public/platform/WebRect.h" 617 WebRect WebFrameImpl::visibleContentRect() const [all...] |
/external/chromium_org/third_party/WebKit/public/web/ |
WebViewClient.h | 88 struct WebRect; 217 virtual void showValidationMessage(const WebRect& anchorInRootView, const WebString& mainText, const WebString& supplementalText, WebTextDirection hint) { } 223 virtual void moveValidationMessage(const WebRect& anchorInRootView) { } 297 virtual bool didTapMultipleTargets(const WebGestureEvent&, const WebVector<WebRect>& targetRects) { return false; }
|
WebView.h | 200 virtual void scrollFocusedNodeIntoRect(const WebRect&) { } 207 virtual void zoomToFindInPageRect(const WebRect&) = 0; 212 virtual bool zoomToMultipleTargetsRect(const WebRect&) = 0; 442 virtual WebString getSmartClipData(WebRect) = 0;
|
/external/chromium_org/content/renderer/ |
render_widget.cc | 50 #include "third_party/WebKit/public/platform/WebRect.h" 95 using blink::WebRect; [all...] |
render_frame_impl.h | 290 const blink::WebRect& sel);
|
/external/chromium_org/content/renderer/browser_plugin/ |
browser_plugin.cc | 29 #include "third_party/WebKit/public/platform/WebRect.h" 50 using blink::WebRect; [all...] |
/external/chromium_org/content/renderer/gpu/ |
render_widget_compositor.cc | 46 using blink::WebRect; 525 void *pixels, const WebRect& rect_in_device_viewport) {
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
ScrollbarThemeMacNonOverlayAPI.mm | 38 #include "public/platform/WebRect.h" 167 blink::WebRect(scrollbar->frameRect()),
|
ScrollbarThemeMacCommon.mm | 45 #include "public/platform/WebRect.h"
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
ScrollingCoordinatorChromiumTest.cpp | 264 WebVector<WebRect> nonFastScrollableRegion = rootScrollLayer->nonFastScrollableRegion(); 267 ASSERT_EQ(WebRect(8, 8, 10, 10), nonFastScrollableRegion[0]);
|
WebViewTest.cpp | 302 webView->paint(&canvas, WebRect(0, 0, kWidth, kHeight)); 772 WebRect anchor; 773 WebRect focus; [all...] |
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/ |
ScrollingCoordinator.cpp | 65 using blink::WebRect; 118 WebVector<WebRect> webRects(rects.size()); 529 WebVector<WebRect> webRects(iter->value.size()); 555 graphicsLayer->platformLayer()->setTouchEventHandlerRegion(WebVector<WebRect>()); [all...] |
/external/chromium_org/third_party/WebKit/public/testing/ |
WebTestDelegate.h | 47 struct WebRect;
|
/external/chromium/webkit/glue/ |
webmediaplayer_impl.cc | 25 #include "third_party/WebKit/Source/WebKit/chromium/public/WebRect.h" 36 using WebKit::WebRect; 638 const WebRect& rect) {
|
webmediaplayer_impl.h | 219 virtual void paint(WebKit::WebCanvas* canvas, const WebKit::WebRect& rect);
|
/external/chromium_org/content/renderer/npapi/ |
webplugin_impl.cc | 76 using blink::WebRect; 300 void WebPluginImpl::paint(WebCanvas* canvas, const WebRect& paint_rect) { 315 const WebRect& window_rect, const WebRect& clip_rect, 316 const WebVector<WebRect>& cutout_rects, bool is_visible) { [all...] |
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
Internals.cpp | [all...] |
/external/chromium_org/content/renderer/media/ |
webmediaplayer_impl.cc | 54 #include "third_party/WebKit/public/platform/WebRect.h" 66 using blink::WebRect; 511 const WebRect& rect, [all...] |
/external/chromium_org/components/autofill/content/renderer/ |
password_generation_agent.cc | 19 #include "third_party/WebKit/public/platform/WebRect.h"
|