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
262 host->EndFrameSubscription(subscription->surface_id); in EndFrameSubscriptionInternal()
Dgpu_message_filter.h47 void EndFrameSubscription(int route_id);
Drender_widget_host_view_base.cc571 void RenderWidgetHostViewBase::EndFrameSubscription() { in EndFrameSubscription() function in content::RenderWidgetHostViewBase
579 render_process_host->EndFrameSubscription(impl->GetRoutingID()); in EndFrameSubscription()
Drender_widget_host_view_base.h78 virtual void EndFrameSubscription() OVERRIDE;
Drender_process_host_impl.h176 void EndFrameSubscription(int route_id);
Drender_widget_host_view_mac.h306 virtual void EndFrameSubscription() OVERRIDE;
Drender_widget_host_view_aura.h195 virtual void EndFrameSubscription() OVERRIDE;
Drender_widget_host_view_browsertest.cc360 view->EndFrameSubscription(); in IN_PROC_BROWSER_TEST_P()
Drender_process_host_impl.cc1979 void RenderProcessHostImpl::EndFrameSubscription(int route_id) { in EndFrameSubscription() function in content::RenderProcessHostImpl
1983 &GpuMessageFilter::EndFrameSubscription, in EndFrameSubscription()
Drender_widget_host_view_aura.cc956 void RenderWidgetHostViewAura::EndFrameSubscription() { in EndFrameSubscription() function in content::RenderWidgetHostViewAura
957 delegated_frame_host_->EndFrameSubscription(); in EndFrameSubscription()
Drender_widget_host_view_mac.mm1277 void RenderWidgetHostViewMac::EndFrameSubscription() {
1279 delegated_frame_host_->EndFrameSubscription();
/external/chromium_org/content/public/browser/
Drender_widget_host_view.h132 virtual void EndFrameSubscription() = 0;
/external/chromium_org/content/browser/gpu/
Dgpu_process_host.h153 void EndFrameSubscription(int surface_id);
Dgpu_process_host.cc938 void GpuProcessHost::EndFrameSubscription(int surface_id) { in EndFrameSubscription() function in content::GpuProcessHost
/external/chromium_org/content/browser/compositor/
Ddelegated_frame_host.h107 void EndFrameSubscription();
Ddelegated_frame_host.cc207 void DelegatedFrameHost::EndFrameSubscription() { in EndFrameSubscription() function in content::DelegatedFrameHost
/external/chromium_org/content/browser/media/capture/
Dweb_contents_video_capture_device.cc401 view->EndFrameSubscription(); in ~ContentCaptureSubscription()
Dweb_contents_video_capture_device_unittest.cc190 virtual void EndFrameSubscription() OVERRIDE { in EndFrameSubscription() function in content::__anon8521ce140111::CaptureTestView