/external/chromium_org/content/renderer/ |
disambiguation_popup_helper_unittest.cc | 8 #include "third_party/WebKit/public/platform/WebRect.h" 36 blink::WebVector<blink::WebRect> target_rects(static_cast<size_t>(1)); 53 blink::WebVector<blink::WebRect> target_rects(static_cast<size_t>(1)); 71 blink::WebVector<blink::WebRect> target_rects(static_cast<size_t>(2));
|
external_popup_menu.cc | 10 #include "third_party/WebKit/public/platform/WebRect.h" 31 void ExternalPopupMenu::show(const blink::WebRect& bounds) { 32 blink::WebRect rect = bounds;
|
render_widget.h | 25 #include "third_party/WebKit/public/platform/WebRect.h" 125 virtual void didInvalidateRect(const blink::WebRect&); 127 const blink::WebRect& clipRect); 144 virtual blink::WebRect windowRect(); 147 virtual void setWindowRect(const blink::WebRect&); 148 virtual blink::WebRect windowResizerRect(); 149 virtual blink::WebRect rootWindowRect(); 307 void DoDeferredSetWindowRect(const blink::WebRect& pos); 501 void SetPendingWindowRect(const blink::WebRect& r); 705 blink::WebRect pending_window_rect_ [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
PageOverlay.cpp | 123 WebVector<WebRect> webRects(static_cast<size_t>(1)); 124 webRects[0] = WebRect(0, 0, INT_MAX, INT_MAX); 159 WebRect damagedRect(0, 0, size.width, size.height);
|
WebPopupMenuImpl.h | 57 struct WebRect; 73 virtual void paint(WebCanvas*, const WebRect&, PaintOptions = ReadbackFromCompositorIfAvailable) OVERRIDE; 92 void initialize(WebCore::FramelessScrollView* widget, const WebRect& bounds);
|
PageOverlay.h | 45 struct WebRect;
|
PageWidgetDelegate.h | 78 static void paint(WebCore::Page*, PageOverlayList*, WebCanvas*, const WebRect&, CanvasBackground);
|
WebPluginContainerImpl.h | 103 virtual void invalidateRect(const WebRect&); 104 virtual void scrollRect(int dx, int dy, const WebRect&); 112 virtual bool isRectTopmost(const WebRect&);
|
WebViewImpl.h | 57 #include "public/platform/WebRect.h" 139 virtual void paint(WebCanvas*, const WebRect&, PaintOptions = ReadbackFromCompositorIfAvailable); 163 virtual bool selectionBounds(WebRect& anchor, WebRect& focus) const; 214 virtual void scrollFocusedNodeIntoRect(const WebRect&); 215 virtual void zoomToFindInPageRect(const WebRect&); 224 virtual bool zoomToMultipleTargetsRect(const WebRect&); 306 virtual WebString getSmartClipData(WebRect); 511 void computeScaleAndScrollForBlockRect(const WebPoint& hitPoint, const WebRect& blockRect, float padding, float defaultScaleWhenAlreadyLegible, float& scale, WebPoint& scroll); 551 // Returns the bounding box of the block type node touched by the WebRect [all...] |
WebPluginScrollbarImpl.cpp | 41 #include "public/platform/WebRect.h" 89 WebRect webrect(rect); 90 webrect.x += m_scrollbar->x(); 91 webrect.y += m_scrollbar->y(); 92 m_client->invalidateScrollbarRect(this, webrect); 97 WebVector<WebRect> ticks; 160 void WebPluginScrollbarImpl::getTickmarks(WebVector<WebRect>& tickmarks) const 202 void WebPluginScrollbarImpl::setLocation(const WebRect& rect) 206 if (WebRect(oldRect) != rect [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
WebScrollbarImpl.h | 51 virtual void getTickmarks(WebVector<WebRect>& tickmarks) const OVERRIDE;
|
WebScrollbarImpl.cpp | 84 void WebScrollbarImpl::getTickmarks(WebVector<WebRect>& webTickmarks) const 89 WebVector<WebRect> result(tickmarks.size());
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
WebTestThemeEngineWin.cpp | 36 #include "public/platform/WebRect.h" 53 SkIRect webRectToSkIRect(const WebRect& webRect) 56 irect.set(webRect.x, webRect.y, webRect.x + webRect.width - 1, webRect.y + webRect.height - 1); 60 void drawControl(WebCanvas* canvas, const WebRect& rect, WebTestThemeControlWin::Type ctype, WebTestThemeControlWin::State cstate [all...] |
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
OpaqueRectTrackingContentLayerDelegateTest.cpp | 34 #include "public/platform/WebRect.h" 38 using blink::WebRect; 117 WebRect canvasRect() { return WebRect(0, 0, 400, 400); } 192 WebRect contentRect(11, 12, 389, 388);
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebScrollbar.h | 29 #include "WebRect.h" 102 virtual void getTickmarks(WebVector<WebRect>& tickmarks) const = 0;
|
/external/chromium_org/third_party/WebKit/public/web/ |
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;
|
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; }
|
WebFrame.h | 81 struct WebRect; 192 virtual WebRect visibleContentRect() const = 0; 441 virtual bool firstRectForCharacterRange(unsigned location, unsigned length, WebRect&) const = 0; 556 WebRect* selectionRect) = 0; 618 WebRect* selectionRect) = 0; 667 virtual WebRect selectionBoundsRect() const = 0;
|
WebAXObject.h | 52 struct WebRect; 131 BLINK_EXPORT WebRect boundingBoxRect() const; 209 BLINK_EXPORT void scrollToMakeVisibleWithSubFocus(const WebRect&) const;
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_layer_impl.h | 20 #include "third_party/WebKit/public/platform/WebRect.h" 122 const blink::WebVector<blink::WebRect>& region); 123 virtual blink::WebVector<blink::WebRect> nonFastScrollableRegion() const; 125 const blink::WebVector<blink::WebRect>& region); 126 virtual blink::WebVector<blink::WebRect> touchEventHandlerRegion() const;
|
/external/chromium_org/components/plugins/renderer/ |
webview_plugin.cc | 35 using blink::WebRect; 118 void WebViewPlugin::paint(WebCanvas* canvas, const WebRect& rect) { 135 void WebViewPlugin::updateGeometry(const WebRect& frame_rect, 136 const WebRect& clip_rect, 137 const WebVector<WebRect>& cut_out_rects, 207 void WebViewPlugin::didInvalidateRect(const WebRect& rect) {
|
/external/chromium_org/content/renderer/pepper/ |
ppb_scrollbar_impl.cc | 20 #include "third_party/WebKit/public/platform/WebRect.h" 31 using blink::WebRect; 101 tickmarks_[i] = WebRect(tick_marks[i].point.x, 165 scrollbar_->setLocation(WebRect(location->point.x, 210 const blink::WebRect& rect) { 230 blink::WebVector<blink::WebRect>* tick_marks) const { 232 WebRect* rects = NULL;
|
pepper_webplugin_impl.cc | 21 #include "third_party/WebKit/public/platform/WebRect.h" 41 using blink::WebRect; 165 void PepperWebPluginImpl::paint(WebCanvas* canvas, const WebRect& rect) { 171 const WebRect& window_rect, 172 const WebRect& clip_rect, 173 const WebVector<WebRect>& cut_outs_rects,
|
/external/chromium/webkit/glue/ |
webthemeengine_impl_win.cc | 12 #include "third_party/WebKit/Source/WebKit/chromium/public/WebRect.h" 17 using WebKit::WebRect; 21 static RECT WebRectToRECT(const WebRect& rect) { 359 const WebRect& rect) { 385 const WebRect& rect) { 397 const WebRect& rect) { 409 const WebRect& rect) { 421 const WebRect& rect, const WebRect& align_rect) { 435 const WebRect& rect) [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
ScrollbarThemeWin.cpp | 39 #include "public/platform/WebRect.h" 110 blink::Platform::current()->themeEngine()->paintScrollbarTrack(canvas, partId, getThemeState(scrollbar, partType), getClassicThemeState(scrollbar, partType), blink::WebRect(rect), blink::WebRect(alignRect)); 125 blink::Platform::current()->themeEngine()->paintScrollbarArrow(canvas, getThemeArrowState(scrollbar, part), partId | getClassicThemeState(scrollbar, part), blink::WebRect(rect)); 134 blink::Platform::current()->themeEngine()->paintScrollbarThumb(canvas, horz ? SBP_THUMBBTNHORZ : SBP_THUMBBTNVERT, getThemeState(scrollbar, ThumbPart), getClassicThemeState(scrollbar, ThumbPart), blink::WebRect(rect)); 137 blink::Platform::current()->themeEngine()->paintScrollbarThumb(canvas, horz ? SBP_GRIPPERHORZ : SBP_GRIPPERVERT, getThemeState(scrollbar, ThumbPart), getClassicThemeState(scrollbar, ThumbPart), blink::WebRect(rect));
|