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

1 2 3

  /external/chromium_org/chrome/renderer/extensions/
chrome_v8_extension_handler.cc 16 : context_(context), routing_id_(MSG_ROUTING_NONE) {
20 if (routing_id_ != MSG_ROUTING_NONE)
21 RenderThread::Get()->RemoveRoute(routing_id_);
25 if (routing_id_ == MSG_ROUTING_NONE) {
26 routing_id_ = RenderThread::Get()->GenerateRoutingID();
27 RenderThread::Get()->AddRoute(routing_id_, this);
30 return routing_id_;
chrome_v8_extension_handler.h 34 int routing_id_; member in class:extensions::ChromeV8ExtensionHandler
  /external/chromium_org/content/browser/renderer_host/
render_frame_host_impl.h 29 int routing_id() { return routing_id_; }
34 int routing_id_; member in class:content::RenderFrameHostImpl
render_frame_host_impl.cc 16 routing_id_(routing_id) {
  /external/chromium_org/content/renderer/
render_widget_fullscreen.cc 16 DCHECK_NE(MSG_ROUTING_NONE, routing_id_);
21 Send(new ViewHostMsg_ShowFullscreenWidget(opener_id_, routing_id_));
45 opener_id, &routing_id_, &surface_id_));
dom_automation_controller.h 53 routing message in (5). (routing_id_)
64 stored automation_id_ as an IPC message. routing_id_ is used to route
112 void set_routing_id(int routing_id) { routing_id_ = routing_id; }
122 int routing_id_; // routing id to be used by first channel. member in class:content::DomAutomationController
renderer_webapplicationcachehost_impl.cc 24 routing_id_(render_view->routing_id()) {
46 routing_id_, manifest_url, true));
53 routing_id_, info.manifest_url, false));
59 return RenderViewImpl::FromRoutingID(routing_id_);
renderer_webapplicationcachehost_impl.h 29 int routing_id_; member in class:content::RendererWebApplicationCacheHostImpl
dom_automation_controller.cc 23 routing_id_(MSG_ROUTING_NONE),
97 new ViewHostMsg_DomOperationResponse(routing_id_, json, automation_id_));
128 new ViewHostMsg_DomOperationResponse(routing_id_, json, automation_id_)));
152 new ViewHostMsg_DomOperationResponse(routing_id_, args[1].ToString(),
  /external/chromium_org/content/public/browser/
render_view_host_observer.h 51 int routing_id() { return routing_id_; }
63 int routing_id_; member in class:content::RenderViewHostObserver
render_view_host_observer.cc 13 routing_id_(render_view_host_->GetRoutingID()) {
  /external/chromium_org/content/public/renderer/
render_view_observer.cc 15 routing_id_(MSG_ROUTING_NONE) {
19 routing_id_ = impl->routing_id();
  /external/chromium_org/content/renderer/gpu/
input_handler_wrapper.h 27 int routing_id() const { return routing_id_; }
46 int routing_id_; member in class:content::InputHandlerWrapper
input_handler_wrapper.cc 21 routing_id_(routing_id),
42 input_handler_manager_->RemoveInputHandler(routing_id_);
54 input_handler_manager_->DidOverscroll(routing_id_, params);
compositor_output_surface.cc 62 routing_id_(routing_id),
85 output_surface_filter_->RemoveRoute(routing_id_);
97 routing_id_,
106 Send(new ViewHostMsg_SwapCompositorFrame(routing_id_,
149 Send(new ViewHostMsg_SetNeedsBeginFrame(routing_id_, enable));
  /external/chromium_org/extensions/common/
event_matcher.cc 18 routing_id_(routing_id) {
58 return routing_id_;
event_matcher.h 50 int routing_id_; member in class:extensions::EventMatcher
  /external/chromium_org/chrome/browser/extensions/api/messaging/
extension_message_port.cc 21 routing_id_(routing_id),
38 routing_id_, dest_port_id, channel_name, source_tab, info));
45 routing_id_, source_port_id, error_message));
51 routing_id_, target_port_id, message));
extension_message_port.h 41 int routing_id_; member in class:extensions::ExtensionMessagePort
  /external/chromium_org/content/renderer/pepper/
ppb_broker_impl.cc 35 routing_id_(RenderThreadImpl::current()->GenerateRoutingID()) {
36 ChildThread::current()->AddRoute(routing_id_, this);
47 ChildThread::current()->RemoveRoute(routing_id_);
82 routing_id_, broker_path));
88 routing_id_,
ppb_broker_impl.h 70 int routing_id_; member in class:content::PPB_Broker_Impl
ppb_tcp_socket_private_impl.cc 21 routing_id_(routing_id) {
26 ChildThread::current()->RemoveRoute(routing_id_);
45 routing_id_, socket_id_, host, port));
52 routing_id_, socket_id_, addr));
  /external/chromium_org/chrome/renderer/
external_host_bindings.h 43 int routing_id_; member in class:ExternalHostBindings
  /external/chromium_org/content/browser/loader/
async_resource_handler.cc 86 routing_id_(routing_id),
142 return filter_->Send(new ResourceMsg_UploadProgress(routing_id_, request_id,
162 routing_id_, request_id, new_url, response->head));
198 routing_id_, request_id, response->head));
206 routing_id_, request_id, copy));
258 new ResourceMsg_SetDataBuffer(routing_id_, request_id, handle, size,
268 new ResourceMsg_DataReceived(routing_id_, request_id, data_offset,
288 routing_id_, request_id, bytes_downloaded));
331 filter_->Send(new ResourceMsg_RequestComplete(routing_id_,
  /external/chromium_org/content/browser/android/
media_resource_getter_impl.h 78 int routing_id_; member in class:content::MediaResourceGetterImpl

Completed in 1177 milliseconds

1 2 3