/external/chromium_org/content/browser/renderer_host/ |
D | gpu_message_filter.cc | 91 void GpuMessageFilter::EndFrameSubscription(int route_id) { in EndFrameSubscription() function in content::GpuMessageFilter 262 host->EndFrameSubscription(subscription->surface_id); in EndFrameSubscriptionInternal()
|
D | gpu_message_filter.h | 47 void EndFrameSubscription(int route_id);
|
D | render_widget_host_view_base.cc | 571 void RenderWidgetHostViewBase::EndFrameSubscription() { in EndFrameSubscription() function in content::RenderWidgetHostViewBase 579 render_process_host->EndFrameSubscription(impl->GetRoutingID()); in EndFrameSubscription()
|
D | render_widget_host_view_base.h | 78 virtual void EndFrameSubscription() OVERRIDE;
|
D | render_process_host_impl.h | 176 void EndFrameSubscription(int route_id);
|
D | render_widget_host_view_mac.h | 306 virtual void EndFrameSubscription() OVERRIDE;
|
D | render_widget_host_view_aura.h | 195 virtual void EndFrameSubscription() OVERRIDE;
|
D | render_widget_host_view_browsertest.cc | 360 view->EndFrameSubscription(); in IN_PROC_BROWSER_TEST_P()
|
D | render_process_host_impl.cc | 1979 void RenderProcessHostImpl::EndFrameSubscription(int route_id) { in EndFrameSubscription() function in content::RenderProcessHostImpl 1983 &GpuMessageFilter::EndFrameSubscription, in EndFrameSubscription()
|
D | render_widget_host_view_aura.cc | 956 void RenderWidgetHostViewAura::EndFrameSubscription() { in EndFrameSubscription() function in content::RenderWidgetHostViewAura 957 delegated_frame_host_->EndFrameSubscription(); in EndFrameSubscription()
|
D | render_widget_host_view_mac.mm | 1277 void RenderWidgetHostViewMac::EndFrameSubscription() { 1279 delegated_frame_host_->EndFrameSubscription();
|
/external/chromium_org/content/public/browser/ |
D | render_widget_host_view.h | 132 virtual void EndFrameSubscription() = 0;
|
/external/chromium_org/content/browser/gpu/ |
D | gpu_process_host.h | 153 void EndFrameSubscription(int surface_id);
|
D | gpu_process_host.cc | 938 void GpuProcessHost::EndFrameSubscription(int surface_id) { in EndFrameSubscription() function in content::GpuProcessHost
|
/external/chromium_org/content/browser/compositor/ |
D | delegated_frame_host.h | 107 void EndFrameSubscription();
|
D | delegated_frame_host.cc | 207 void DelegatedFrameHost::EndFrameSubscription() { in EndFrameSubscription() function in content::DelegatedFrameHost
|
/external/chromium_org/content/browser/media/capture/ |
D | web_contents_video_capture_device.cc | 401 view->EndFrameSubscription(); in ~ContentCaptureSubscription()
|
D | web_contents_video_capture_device_unittest.cc | 190 virtual void EndFrameSubscription() OVERRIDE { in EndFrameSubscription() function in content::__anon8521ce140111::CaptureTestView
|