/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_win.h | 208 const gfx::Rect& src_subrect, 212 const gfx::Rect& src_subrect,
|
render_widget_host_view_win.cc | 877 const gfx::Rect& src_subrect, 885 if (dst_size.IsEmpty() || src_subrect.IsEmpty()) 889 accelerated_surface_->AsyncCopyTo(src_subrect, dst_size, callback); 893 const gfx::Rect& src_subrect, 904 if (src_subrect.IsEmpty()) 908 accelerated_surface_->AsyncCopyToVideoFrame(src_subrect, target, callback); [all...] |
render_widget_host_view_mac.mm | [all...] |
render_widget_host_view_aura.cc | [all...] |
render_widget_host_impl.h | 185 const gfx::Rect& src_subrect, [all...] |
/external/chromium_org/content/public/browser/ |
render_widget_host.h | 310 const gfx::Rect& src_subrect,
|
/external/chromium_org/content/renderer/ |
render_widget.h | 387 void OnSnapshot(const gfx::Rect& src_subrect); 547 bool OnSnapshotHelper(const gfx::Rect& src_subrect, SkBitmap* bitmap);
|
render_widget.cc | [all...] |
/external/chromium_org/content/browser/browser_plugin/ |
browser_plugin_guest.h | 155 gfx::Rect src_subrect,
|
browser_plugin_guest.cc | 700 gfx::Rect src_subrect, 706 copy_request_id_, src_subrect, dst_size)); [all...] |
/external/chromium_org/content/browser/renderer_host/media/ |
web_contents_video_capture_device_unittest.cc | 174 const gfx::Rect& src_subrect,
|
/external/chromium_org/content/common/ |
view_messages.h | [all...] |