OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EndFrameSubscription
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/content/browser/renderer_host/
gpu_message_filter.h
51
void
EndFrameSubscription
(int route_id);
render_widget_host_view_base.h
80
virtual void
EndFrameSubscription
() OVERRIDE;
gpu_message_filter.cc
124
void GpuMessageFilter::
EndFrameSubscription
(int route_id) {
298
host->
EndFrameSubscription
(subscription->surface_id);
render_widget_host_view_base.cc
562
void RenderWidgetHostViewBase::
EndFrameSubscription
() {
570
render_process_host->
EndFrameSubscription
(impl->GetRoutingID());
render_process_host_impl.h
156
void
EndFrameSubscription
(int route_id);
render_widget_host_view_mac.h
287
virtual void
EndFrameSubscription
() OVERRIDE;
render_widget_host_view_aura.h
216
virtual void
EndFrameSubscription
() OVERRIDE;
[
all
...]
render_widget_host_view_browsertest.cc
443
view->
EndFrameSubscription
();
[
all
...]
render_process_host_impl.cc
[
all
...]
render_widget_host_view_aura.cc
[
all
...]
/external/chromium_org/content/browser/gpu/
gpu_process_host.h
135
void
EndFrameSubscription
(int surface_id);
gpu_process_host.cc
[
all
...]
/external/chromium_org/content/port/browser/
render_widget_host_view_port.h
214
virtual void
EndFrameSubscription
() = 0;
/external/chromium_org/content/browser/renderer_host/media/
web_contents_video_capture_device.cc
389
view->
EndFrameSubscription
();
web_contents_video_capture_device_unittest.cc
189
virtual void
EndFrameSubscription
() OVERRIDE {
Completed in 1298 milliseconds