HomeSort by relevance Sort by last modified time
    Searched refs:RemoveRoute (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/chrome/renderer/extensions/
chrome_v8_extension_handler.cc 21 RenderThread::Get()->RemoveRoute(routing_id_);
  /external/chromium_org/content/common/
message_router.h 53 void RemoveRoute(int32 routing_id);
message_router.cc 33 void MessageRouter::RemoveRoute(int32 routing_id) {
  /external/chromium_org/ipc/
ipc_forwarding_message_filter.h 45 void RemoveRoute(int routing_id);
ipc_forwarding_message_filter.cc 28 void ForwardingMessageFilter::RemoveRoute(int routing_id) {
  /external/chromium_org/content/renderer/npapi/
plugin_channel_host.h 36 void RemoveRoute(int route_id);
plugin_channel_host.cc 21 // The hypothesis at #55 requires that RemoveRoute() be called between
24 // and stores the backtrace of the RemoveRoute() in a breakpad key.
25 // The specific RemoveRoute() is not tracked (there could be multiple,
36 // Breakpad key for the RemoveRoute() backtrace.
44 // true, RemoveRoute() knows WBDP::Initialize() is on the stack, and
103 void PluginChannelHost::RemoveRoute(int route_id) {
115 NPChannelBase::RemoveRoute(route_id);
  /external/chromium_org/content/public/renderer/
render_thread.h 58 virtual void RemoveRoute(int32 routing_id) = 0;
  /external/chromium_org/content/renderer/gpu/
stream_texture_host_android.cc 25 channel_->RemoveRoute(route_id_);
compositor_output_surface.cc 85 output_surface_filter_->RemoveRoute(routing_id_);
  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.h 140 void RemoveRoute(int route_id);
183 void RemoveRoute(int route_id);
gpu_channel_host.cc 193 RemoveRoute(route_id);
219 void GpuChannelHost::RemoveRoute(int route_id) {
222 base::Bind(&GpuChannelHost::MessageFilter::RemoveRoute,
301 void GpuChannelHost::MessageFilter::RemoveRoute(int route_id) {
gpu_video_decode_accelerator_host.cc 41 channel_->RemoveRoute(decoder_route_id_);
153 channel_->RemoveRoute(decoder_route_id_);
  /external/chromium_org/content/public/browser/
render_process_host.h 68 // RemoveRoute. This object should be allocated on the heap; when no
71 virtual void RemoveRoute(int32 routing_id) = 0;
  /external/chromium_org/content/child/
child_thread.h 64 // See documentation on MessageRouter for AddRoute and RemoveRoute
66 void RemoveRoute(int32 routing_id);
  /external/chromium_org/content/common/gpu/
gpu_channel_manager.h 88 void RemoveRoute(int32 routing_id);
gpu_channel.h 137 void RemoveRoute(int32 route_id);
  /external/chromium_org/content/public/test/
mock_render_process_host.h 40 virtual void RemoveRoute(int32 routing_id) OVERRIDE;
mock_render_thread.h 48 virtual void RemoveRoute(int32 routing_id) OVERRIDE;
  /external/chromium_org/content/renderer/pepper/
ppb_broker_impl.cc 47 ChildThread::current()->RemoveRoute(routing_id_);
ppb_tcp_socket_private_impl.cc 26 ChildThread::current()->RemoveRoute(routing_id_);
  /external/chromium_org/content/worker/
websharedworker_stub.cc 49 worker_thread->RemoveRoute(route_id_);
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.h 81 virtual void RemoveRoute(int32 routing_id) OVERRIDE;
  /external/chromium_org/content/child/npapi/
np_channel_base.h 69 void RemoveRoute(int route_id);
167 // RemoveRoute().
171 // true when in the middle of a RemoveRoute call
  /external/chromium_org/content/renderer/
websharedworker_proxy.cc 46 child_thread_->RemoveRoute(route_id_);

Completed in 266 milliseconds

1 2