HomeSort by relevance Sort by last modified time
    Searched refs:RemoveRoute (Results 1 - 25 of 49) 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 56 void RemoveRoute(int32 routing_id);
message_router.cc 38 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 29 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 62 virtual void RemoveRoute(int32 routing_id) = 0;
  /external/chromium_org/content/renderer/gpu/
stream_texture_host_android.cc 24 channel_->RemoveRoute(stream_id_);
  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.h 139 void RemoveRoute(int route_id);
184 void RemoveRoute(int route_id);
gpu_channel_host.cc 243 RemoveRoute(route_id);
261 void GpuChannelHost::RemoveRoute(int route_id) {
264 base::Bind(&GpuChannelHost::MessageFilter::RemoveRoute,
361 void GpuChannelHost::MessageFilter::RemoveRoute(int route_id) {
gpu_video_decode_accelerator_host.cc 40 channel_->RemoveRoute(decoder_route_id_);
75 channel_->RemoveRoute(decoder_route_id_);
100 channel_->RemoveRoute(route_id);
gpu_video_encode_accelerator_host.cc 37 channel_->RemoveRoute(encoder_route_id_);
66 channel_->RemoveRoute(encoder_route_id_);
106 channel_->RemoveRoute(route_id);
  /external/chromium_org/content/common/gpu/
stream_texture_android.cc 84 owner_stub_->channel()->RemoveRoute(route_id_);
90 owner_stub_->channel()->RemoveRoute(route_id_);
gpu_channel_manager.h 86 void RemoveRoute(int32 routing_id);
gpu_channel.h 127 void RemoveRoute(int32 route_id);
gpu_channel_manager.cc 142 void GpuChannelManager::RemoveRoute(int32 routing_id) {
143 router_->RemoveRoute(routing_id);
  /external/chromium_org/content/renderer/
websharedworker_proxy.cc 45 router_->RemoveRoute(route_id_);
  /external/chromium_org/content/browser/frame_host/
render_frame_proxy_host.cc 74 GetProcess()->RemoveRoute(routing_id_);
  /external/chromium_org/content/public/browser/
render_process_host.h 72 // RemoveRoute. This object should be allocated on the heap; when no
75 virtual void RemoveRoute(int32 routing_id) = 0;
  /external/chromium_org/content/renderer/pepper/
ppb_broker_impl.cc 46 ChildThread::current()->GetRouter()->RemoveRoute(routing_id_);
  /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
np_channel_base.cc 260 void NPChannelBase::RemoveRoute(int route_id) {
261 router_.RemoveRoute(route_id);
267 // If this RemoveRoute call from the NPObject is a result of us calling
315 // RemoveRoute() can clean things up correctly.
  /external/chromium_org/content/public/test/
mock_render_process_host.h 40 virtual void RemoveRoute(int32 routing_id) OVERRIDE;
mock_render_thread.h 47 virtual void RemoveRoute(int32 routing_id) OVERRIDE;

Completed in 630 milliseconds

1 2