/external/chromium_org/content/browser/renderer_host/ |
D | gpu_message_filter.h | 51 void EndFrameSubscription(int route_id);
|
D | gpu_message_filter.cc | 124 void GpuMessageFilter::EndFrameSubscription(int route_id) { in EndFrameSubscription() function in content::GpuMessageFilter 298 host->EndFrameSubscription(subscription->surface_id); in EndFrameSubscriptionInternal()
|
D | render_widget_host_view_base.h | 80 virtual void EndFrameSubscription() OVERRIDE;
|
D | render_widget_host_view_base.cc | 562 void RenderWidgetHostViewBase::EndFrameSubscription() { in EndFrameSubscription() function in content::RenderWidgetHostViewBase 570 render_process_host->EndFrameSubscription(impl->GetRoutingID()); in EndFrameSubscription()
|
D | render_process_host_impl.h | 156 void EndFrameSubscription(int route_id);
|
D | render_widget_host_view_mac.h | 287 virtual void EndFrameSubscription() OVERRIDE;
|
D | render_widget_host_view_browsertest.cc | 443 view->EndFrameSubscription(); in IN_PROC_BROWSER_TEST_F()
|
D | render_process_host_impl.cc | 1786 void RenderProcessHostImpl::EndFrameSubscription(int route_id) { in EndFrameSubscription() function in content::RenderProcessHostImpl 1790 &GpuMessageFilter::EndFrameSubscription, in EndFrameSubscription()
|
D | render_widget_host_view_aura.h | 216 virtual void EndFrameSubscription() OVERRIDE;
|
D | render_widget_host_view_aura.cc | 1155 void RenderWidgetHostViewAura::EndFrameSubscription() { in EndFrameSubscription() function in content::RenderWidgetHostViewAura
|
D | render_widget_host_view_mac.mm | 1262 void RenderWidgetHostViewMac::EndFrameSubscription() {
|
/external/chromium_org/content/browser/gpu/ |
D | gpu_process_host.h | 135 void EndFrameSubscription(int surface_id);
|
D | gpu_process_host.cc | 1074 void GpuProcessHost::EndFrameSubscription(int surface_id) { in EndFrameSubscription() function in content::GpuProcessHost
|
/external/chromium_org/content/port/browser/ |
D | render_widget_host_view_port.h | 214 virtual void EndFrameSubscription() = 0;
|
/external/chromium_org/content/browser/renderer_host/media/ |
D | web_contents_video_capture_device.cc | 389 view->EndFrameSubscription(); in ~ContentCaptureSubscription()
|
D | web_contents_video_capture_device_unittest.cc | 189 virtual void EndFrameSubscription() OVERRIDE { in EndFrameSubscription() function in content::__anonc20f33fa0111::CaptureTestView
|