HomeSort by relevance Sort by last modified time
    Searched refs:EndFrameSubscription (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/content/browser/renderer_host/
gpu_message_filter.h 47 void EndFrameSubscription(int route_id);
gpu_message_filter.cc 91 void GpuMessageFilter::EndFrameSubscription(int route_id) {
262 host->EndFrameSubscription(subscription->surface_id);
render_widget_host_view_base.cc 571 void RenderWidgetHostViewBase::EndFrameSubscription() {
579 render_process_host->EndFrameSubscription(impl->GetRoutingID());
render_process_host_impl.h 176 void EndFrameSubscription(int route_id);
render_widget_host_view_base.h 78 virtual void EndFrameSubscription() OVERRIDE;
render_widget_host_view_aura.h 195 virtual void EndFrameSubscription() OVERRIDE;
render_widget_host_view_mac.h 306 virtual void EndFrameSubscription() OVERRIDE;
render_widget_host_view_browsertest.cc 360 view->EndFrameSubscription();
render_process_host_impl.cc     [all...]
render_widget_host_view_aura.cc     [all...]
  /external/chromium_org/content/public/browser/
render_widget_host_view.h 132 virtual void EndFrameSubscription() = 0;
  /external/chromium_org/content/browser/compositor/
delegated_frame_host.h 107 void EndFrameSubscription();
delegated_frame_host.cc 207 void DelegatedFrameHost::EndFrameSubscription() {
  /external/chromium_org/content/browser/gpu/
gpu_process_host.h 153 void EndFrameSubscription(int surface_id);
gpu_process_host.cc 938 void GpuProcessHost::EndFrameSubscription(int surface_id) {
    [all...]
  /external/chromium_org/content/browser/media/capture/
web_contents_video_capture_device.cc 401 view->EndFrameSubscription();
web_contents_video_capture_device_unittest.cc 190 virtual void EndFrameSubscription() OVERRIDE {

Completed in 682 milliseconds