HomeSort by relevance Sort by last modified time
    Searched refs:WebRect (Results 151 - 175 of 178) sorted by null

1 2 3 4 5 67 8

  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.h 107 const blink::WebRect& rect,
  /external/chromium_org/content/renderer/media/
webmediaplayer_impl.h 110 const blink::WebRect& rect,
webmediaplayer_impl.cc 54 #include "third_party/WebKit/public/platform/WebRect.h"
66 using blink::WebRect;
511 const WebRect& rect,
    [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/Source/testing/runner/
TextInputController.cpp 184 WebRect rect;
WebTestThemeEngineMock.cpp 37 #include "public/platform/WebRect.h"
44 using blink::WebRect;
98 static SkIRect webRectToSkIRect(const WebRect& webRect)
101 irect.set(webRect.x, webRect.y,
102 webRect.x + webRect.width - 1, webRect.y + webRect.height - 1)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp 49 #include "public/platform/WebRect.h"
236 void LinkHighlight::paintContents(WebCanvas* canvas, const WebRect& webClipRect, bool, WebFloatRect&)
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...]
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...]
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)
  /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/content/renderer/
render_view_impl.h 442 virtual void showValidationMessage(const blink::WebRect& anchor_in_root_view,
448 const blink::WebRect& anchor_in_root_view) OVERRIDE;
473 const blink::WebVector<blink::WebRect>& target_rects);
607 const blink::WebRect& sel);
    [all...]
render_frame_impl.h 290 const blink::WebRect& sel);
render_view_impl.cc 146 #include "third_party/WebKit/public/platform/WebRect.h"
304 using blink::WebRect;
5874 blink::WebRect webrect; local
    [all...]
  /external/chromium_org/content/renderer/accessibility/
renderer_accessibility_complete.cc 25 using blink::WebRect;
533 WebRect(subfocus.x(), subfocus.y(),
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 46 using blink::WebRect;
525 void *pixels, const WebRect& rect_in_device_viewport) {
gpu_benchmarking_extension.cc 574 blink::WebRect rect = context.render_view_impl()->windowRect();
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp     [all...]
  /external/chromium_org/chrome/renderer/
chrome_render_view_observer.cc 37 #include "third_party/WebKit/public/platform/WebRect.h"
68 using blink::WebRect;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebViewTest.cpp 302 webView->paint(&canvas, WebRect(0, 0, kWidth, kHeight));
772 WebRect anchor;
773 WebRect focus;
    [all...]
  /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) {
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeMacNonOverlayAPI.mm 38 #include "public/platform/WebRect.h"
167 blink::WebRect(scrollbar->frameRect()),
  /external/chromium_org/content/shell/renderer/
webkit_test_runner.cc 38 #include "third_party/WebKit/public/platform/WebRect.h"
75 using blink::WebRect;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.cpp 59 #include "public/platform/WebRect.h"
    [all...]

Completed in 2007 milliseconds

1 2 3 4 5 67 8