Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/renderer_host/
Dgpu_message_filter.h51 void EndFrameSubscription(int route_id);
Dgpu_message_filter.cc124 void GpuMessageFilter::EndFrameSubscription(int route_id) { in EndFrameSubscription() function in content::GpuMessageFilter
298 host->EndFrameSubscription(subscription->surface_id); in EndFrameSubscriptionInternal()
Drender_widget_host_view_base.h80 virtual void EndFrameSubscription() OVERRIDE;
Drender_widget_host_view_base.cc562 void RenderWidgetHostViewBase::EndFrameSubscription() { in EndFrameSubscription() function in content::RenderWidgetHostViewBase
570 render_process_host->EndFrameSubscription(impl->GetRoutingID()); in EndFrameSubscription()
Drender_process_host_impl.h156 void EndFrameSubscription(int route_id);
Drender_widget_host_view_mac.h287 virtual void EndFrameSubscription() OVERRIDE;
Drender_widget_host_view_browsertest.cc443 view->EndFrameSubscription(); in IN_PROC_BROWSER_TEST_F()
Drender_process_host_impl.cc1786 void RenderProcessHostImpl::EndFrameSubscription(int route_id) { in EndFrameSubscription() function in content::RenderProcessHostImpl
1790 &GpuMessageFilter::EndFrameSubscription, in EndFrameSubscription()
Drender_widget_host_view_aura.h216 virtual void EndFrameSubscription() OVERRIDE;
Drender_widget_host_view_aura.cc1155 void RenderWidgetHostViewAura::EndFrameSubscription() { in EndFrameSubscription() function in content::RenderWidgetHostViewAura
Drender_widget_host_view_mac.mm1262 void RenderWidgetHostViewMac::EndFrameSubscription() {
/external/chromium_org/content/browser/gpu/
Dgpu_process_host.h135 void EndFrameSubscription(int surface_id);
Dgpu_process_host.cc1074 void GpuProcessHost::EndFrameSubscription(int surface_id) { in EndFrameSubscription() function in content::GpuProcessHost
/external/chromium_org/content/port/browser/
Drender_widget_host_view_port.h214 virtual void EndFrameSubscription() = 0;
/external/chromium_org/content/browser/renderer_host/media/
Dweb_contents_video_capture_device.cc389 view->EndFrameSubscription(); in ~ContentCaptureSubscription()
Dweb_contents_video_capture_device_unittest.cc189 virtual void EndFrameSubscription() OVERRIDE { in EndFrameSubscription() function in content::__anonc20f33fa0111::CaptureTestView