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

1 2 3 4 56 7 8

  /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/
input_tag_speech_dispatcher.cc 56 const blink::WebRect& element_rect,
render_widget.cc 50 #include "third_party/WebKit/public/platform/WebRect.h"
95 using blink::WebRect;
    [all...]
  /external/chromium_org/content/renderer/media/
webmediaplayer_ms.h 84 const blink::WebRect& rect,
webmediaplayer_ms.cc 22 #include "third_party/WebKit/public/platform/WebRect.h"
31 using blink::WebRect;
270 const WebRect& rect,
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebScrollbarThemeClientImpl.cpp 121 blink::WebVector<blink::WebRect> webTickmarks;
  /external/chromium_org/third_party/WebKit/Source/web/
WebElement.cpp 41 #include "public/platform/WebRect.h"
153 WebRect WebElement::boundsInViewportSpace()
WebViewImpl.cpp     [all...]
WebAXObject.cpp 51 #include "public/platform/WebRect.h"
457 WebRect WebAXObject::boundingBoxRect() const
460 return WebRect();
1048 void WebAXObject::scrollToMakeVisibleWithSubFocus(const WebRect& subfocus) const
  /external/chromium_org/chrome/browser/autofill/risk/
fingerprint_browsertest.cc 19 #include "third_party/WebKit/public/platform/WebRect.h"
196 screen_info.rect = blink::WebRect(screen_bounds_);
197 screen_info.availableRect = blink::WebRect(available_screen_bounds_);
  /external/chromium_org/chrome/test/chromedriver/
element_util.cc 50 bool ParseFromValue(base::Value* value, WebRect* rect) {
67 base::Value* CreateValueFrom(const WebRect& rect) {
121 const WebRect& region,
389 WebRect rect;
417 WebRect* rect) {
580 session, web_view, id, WebRect(WebPoint(0, 0), size),
588 const WebRect& region,
634 WebRect(region_offset, region_size),
  /external/chromium_org/content/renderer/pepper/
renderer_ppapi_host_impl.cc 26 #include "third_party/WebKit/public/platform/WebRect.h"
213 blink::WebRect window_rect = render_frame->GetRenderWidget()->windowRect();
214 blink::WebRect screen_rect =
  /external/chromium_org/webkit/child/
webfallbackthemeengine_impl.cc 8 #include "third_party/WebKit/public/platform/WebRect.h"
14 using blink::WebRect;
179 const blink::WebRect& rect,
webthemeengine_impl_android.cc 9 #include "third_party/WebKit/public/platform/WebRect.h"
15 using blink::WebRect;
174 const blink::WebRect& rect,
webthemeengine_impl_default.cc 8 #include "third_party/WebKit/public/platform/WebRect.h"
14 using blink::WebRect;
172 const blink::WebRect& rect,
  /external/chromium/webkit/glue/
webmediaplayer_impl.h 219 virtual void paint(WebKit::WebCanvas* canvas, const WebKit::WebRect& rect);
  /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/content/test/
layouttest_support.cc 32 using blink::WebRect;
  /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...]
ScrollingCoordinatorChromiumTest.cpp 264 WebVector<WebRect> nonFastScrollableRegion = rootScrollLayer->nonFastScrollableRegion();
267 ASSERT_EQ(WebRect(8, 8, 10, 10), nonFastScrollableRegion[0]);
  /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/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp 249 void TestPlugin::updateGeometry(const WebRect& frameRect, const WebRect& clipRect, const WebVector<WebRect>& cutOutsRects, bool isVisible)
  /external/chromium_org/content/public/common/
common_param_traits_macros.h 19 #include "third_party/WebKit/public/platform/WebRect.h"
42 IPC_STRUCT_TRAITS_BEGIN(blink::WebRect)

Completed in 1502 milliseconds

1 2 3 4 56 7 8