/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 263 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 | 576 void RenderWidgetHostViewBase::EndFrameSubscription() { in EndFrameSubscription() function in content::RenderWidgetHostViewBase 584 render_process_host->EndFrameSubscription(impl->GetRoutingID()); in EndFrameSubscription()
|
D | render_widget_host_view_base.h | 85 virtual void EndFrameSubscription() OVERRIDE;
|
D | render_process_host_impl.h | 172 void EndFrameSubscription(int route_id);
|
D | render_widget_host_view_mac.h | 296 virtual void EndFrameSubscription() OVERRIDE;
|
D | render_widget_host_view_aura.h | 199 virtual void EndFrameSubscription() OVERRIDE;
|
D | render_widget_host_view_browsertest.cc | 361 view->EndFrameSubscription(); in IN_PROC_BROWSER_TEST_P()
|
D | render_process_host_impl.cc | 1976 void RenderProcessHostImpl::EndFrameSubscription(int route_id) { in EndFrameSubscription() function in content::RenderProcessHostImpl 1980 &GpuMessageFilter::EndFrameSubscription, in EndFrameSubscription()
|
D | render_widget_host_view_aura.cc | 990 void RenderWidgetHostViewAura::EndFrameSubscription() { in EndFrameSubscription() function in content::RenderWidgetHostViewAura 991 delegated_frame_host_->EndFrameSubscription(); in EndFrameSubscription()
|
D | render_widget_host_view_mac.mm | 1187 void RenderWidgetHostViewMac::EndFrameSubscription() { 1189 delegated_frame_host_->EndFrameSubscription();
|
/external/chromium_org/content/public/browser/ |
D | render_widget_host_view.h | 135 virtual void EndFrameSubscription() = 0;
|
/external/chromium_org/content/browser/gpu/ |
D | gpu_process_host.h | 144 void EndFrameSubscription(int surface_id);
|
D | gpu_process_host.cc | 843 void GpuProcessHost::EndFrameSubscription(int surface_id) { in EndFrameSubscription() function in content::GpuProcessHost
|
/external/chromium_org/content/browser/compositor/ |
D | delegated_frame_host.h | 113 void EndFrameSubscription();
|
D | delegated_frame_host.cc | 226 void DelegatedFrameHost::EndFrameSubscription() { in EndFrameSubscription() function in content::DelegatedFrameHost
|
/external/chromium_org/content/browser/media/capture/ |
D | web_contents_video_capture_device.cc | 377 view->EndFrameSubscription(); in ~ContentCaptureSubscription()
|
D | web_contents_video_capture_device_unittest.cc | 193 virtual void EndFrameSubscription() OVERRIDE { in EndFrameSubscription() function in content::__anon104c92870111::CaptureTestView
|