Home
last modified time | relevance | path

Searched refs:EndFrameSubscription (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
Dgpu_message_filter.cc91 void GpuMessageFilter::EndFrameSubscription(int route_id) { in EndFrameSubscription() function in content::GpuMessageFilter
263 host->EndFrameSubscription(subscription->surface_id); in EndFrameSubscriptionInternal()
Dgpu_message_filter.h47 void EndFrameSubscription(int route_id);
Drender_widget_host_view_base.cc576 void RenderWidgetHostViewBase::EndFrameSubscription() { in EndFrameSubscription() function in content::RenderWidgetHostViewBase
584 render_process_host->EndFrameSubscription(impl->GetRoutingID()); in EndFrameSubscription()
Drender_widget_host_view_base.h85 virtual void EndFrameSubscription() OVERRIDE;
Drender_process_host_impl.h172 void EndFrameSubscription(int route_id);
Drender_widget_host_view_mac.h296 virtual void EndFrameSubscription() OVERRIDE;
Drender_widget_host_view_aura.h199 virtual void EndFrameSubscription() OVERRIDE;
Drender_widget_host_view_browsertest.cc361 view->EndFrameSubscription(); in IN_PROC_BROWSER_TEST_P()
Drender_process_host_impl.cc1976 void RenderProcessHostImpl::EndFrameSubscription(int route_id) { in EndFrameSubscription() function in content::RenderProcessHostImpl
1980 &GpuMessageFilter::EndFrameSubscription, in EndFrameSubscription()
Drender_widget_host_view_aura.cc990 void RenderWidgetHostViewAura::EndFrameSubscription() { in EndFrameSubscription() function in content::RenderWidgetHostViewAura
991 delegated_frame_host_->EndFrameSubscription(); in EndFrameSubscription()
Drender_widget_host_view_mac.mm1187 void RenderWidgetHostViewMac::EndFrameSubscription() {
1189 delegated_frame_host_->EndFrameSubscription();
/external/chromium_org/content/public/browser/
Drender_widget_host_view.h135 virtual void EndFrameSubscription() = 0;
/external/chromium_org/content/browser/gpu/
Dgpu_process_host.h144 void EndFrameSubscription(int surface_id);
Dgpu_process_host.cc843 void GpuProcessHost::EndFrameSubscription(int surface_id) { in EndFrameSubscription() function in content::GpuProcessHost
/external/chromium_org/content/browser/compositor/
Ddelegated_frame_host.h113 void EndFrameSubscription();
Ddelegated_frame_host.cc226 void DelegatedFrameHost::EndFrameSubscription() { in EndFrameSubscription() function in content::DelegatedFrameHost
/external/chromium_org/content/browser/media/capture/
Dweb_contents_video_capture_device.cc377 view->EndFrameSubscription(); in ~ContentCaptureSubscription()
Dweb_contents_video_capture_device_unittest.cc193 virtual void EndFrameSubscription() OVERRIDE { in EndFrameSubscription() function in content::__anon104c92870111::CaptureTestView