HomeSort by relevance Sort by last modified time
    Searched full:webrect (Results 126 - 150 of 196) sorted by null

1 2 3 4 56 7 8

  /external/chromium_org/third_party/WebKit/Source/web/
WebElement.cpp 41 #include "public/platform/WebRect.h"
153 WebRect WebElement::boundsInViewportSpace()
WebFrameImpl.h 93 virtual WebRect visibleContentRect() const;
173 virtual bool firstRectForCharacterRange(unsigned location, unsigned length, WebRect&) const;
210 bool wrapWithinFrame, WebRect* selectionRect);
221 virtual int selectNearestFindMatch(const WebFloatPoint&, WebRect* selectionRect);
233 virtual WebRect selectionBoundsRect() const;
344 const WebRect& selectionRect, int activeMatchOrdinal, int identifier);
362 int selectFindMatch(unsigned index, WebRect* selectionRect);
WebPagePopupImpl.cpp 242 void WebPagePopupImpl::paint(WebCanvas* canvas, const WebRect& rect, PaintOptions)
250 m_windowRectInScreen = WebRect(m_windowRectInScreen.x, m_windowRectInScreen.y, newSize.width, newSize.height);
255 m_widgetClient->didInvalidateRect(WebRect(0, 0, newSize.width, newSize.height));
WebViewImpl.cpp     [all...]
LinkHighlight.cpp 49 #include "public/platform/WebRect.h"
236 void LinkHighlight::paintContents(WebCanvas* canvas, const WebRect& webClipRect, bool, WebFloatRect&)
ChromeClientImpl.cpp 102 #include "public/platform/WebRect.h"
168 WebRect rect;
525 WebRect windowRect = m_webView->client()->windowRect();
537 WebRect windowRect = m_webView->client()->windowRect();
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebMediaPlayer.h 46 struct WebRect;
113 virtual void paint(WebCanvas*, const WebRect&, unsigned char alpha) = 0;
WebLayerTreeView.h 42 struct WebRect;
113 virtual bool compositeAndReadback(void *pixels, const WebRect&) = 0;
  /external/chromium_org/content/child/
browser_font_resource_trusted.cc 20 #include "third_party/WebKit/public/platform/WebRect.h"
34 using blink::WebRect;
399 WebRect web_clip;
405 web_clip = WebRect(skclip.fLeft, skclip.fTop, skclip.fRight - skclip.fLeft,
408 web_clip = WebRect(clip->point.x, clip->point.y,
  /external/chromium_org/content/renderer/
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...]
input_tag_speech_dispatcher.cc 56 const blink::WebRect& element_rect,
  /external/chromium_org/content/renderer/media/
webmediaplayer_ms.cc 22 #include "third_party/WebKit/public/platform/WebRect.h"
31 using blink::WebRect;
270 const WebRect& rect,
webmediaplayer_ms.h 84 const blink::WebRect& rect,
  /external/chromium_org/chrome/browser/
DEPS 91 "+third_party/WebKit/public/platform/WebRect.h",
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.h 160 const blink::WebRect& rect) OVERRIDE;
162 const blink::WebRect& frame_rect,
163 const blink::WebRect& clip_rect,
164 const blink::WebVector<blink::WebRect>& cut_outs_rects,
  /external/chromium_org/content/test/
layouttest_support.cc 32 using blink::WebRect;
  /external/chromium_org/third_party/WebKit/Source/web/mac/
WebSubstringUtil.mm 53 #include "public/platform/WebRect.h"
  /external/chromium_org/content/renderer/devtools/
devtools_agent.cc 215 const blink::WebRect& device_rect,
216 const blink::WebRect& view_rect,
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp 249 void TestPlugin::updateGeometry(const WebRect& frameRect, const WebRect& clipRect, const WebVector<WebRect>& cutOutsRects, bool isVisible)
TextInputController.cpp 184 WebRect rect;
  /external/chromium_org/third_party/WebKit/public/web/
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;
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.h 104 virtual bool compositeAndReadback(void *pixels, const blink::WebRect& rect);
  /external/chromium_org/content/shell/renderer/
webkit_test_runner.h 25 struct WebRect;
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebScrollbarThemeClientImpl.cpp 121 blink::WebVector<blink::WebRect> webTickmarks;

Completed in 615 milliseconds

1 2 3 4 56 7 8