Searched refs:routing_id_ (Results 1 - 25 of 64) sorted by relevance

123

/external/chromium_org/chrome/renderer/extensions/
H A Dchrome_v8_extension_handler.cc16 : 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_;
H A Dchrome_v8_extension_handler.h34 int routing_id_; member in class:extensions::ChromeV8ExtensionHandler
/external/chromium_org/content/renderer/
H A Drender_widget_fullscreen.cc16 DCHECK_NE(MSG_ROUTING_NONE, routing_id_);
21 Send(new ViewHostMsg_ShowFullscreenWidget(opener_id_, routing_id_));
45 opener_id, &routing_id_, &surface_id_));
H A Ddom_automation_controller.h53 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
H A Drenderer_webapplicationcachehost_impl.cc24 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_);
H A Ddom_automation_controller.cc23 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(),
H A Drenderer_webapplicationcachehost_impl.h29 int routing_id_; member in class:content::RendererWebApplicationCacheHostImpl
/external/chromium_org/content/worker/
H A Dshared_worker_permission_client_proxy.cc21 routing_id_(routing_id),
36 routing_id_, origin_url_, name, display_name,
46 routing_id_, origin_url_, &result));
56 routing_id_, origin_url_, name, &result));
H A Dshared_worker_permission_client_proxy.h39 const int routing_id_; member in class:content::SharedWorkerPermissionClientProxy
/external/chromium_org/content/browser/renderer_host/
H A Dwebsocket_host.cc98 const int routing_id_; member in class:content::__anon8228::WebSocketEventHandler
106 : dispatcher_(dispatcher), routing_id_(routing_id) {}
109 DVLOG(1) << "WebSocketEventHandler destroyed routing_id=" << routing_id_;
116 << " routing_id=" << routing_id_ << " fail=" << fail
119 routing_id_, fail, selected_protocol, std::string()));
127 << " routing_id=" << routing_id_ << " fin=" << fin
130 routing_id_, fin, OpCodeToMessageType(type), data));
135 << " routing_id=" << routing_id_;
136 return StateCast(dispatcher_->SendClosing(routing_id_));
141 << " routing_id=" << routing_id_ << " quot
[all...]
/external/chromium_org/content/public/renderer/
H A Drender_frame_observer.cc15 routing_id_(MSG_ROUTING_NONE) {
19 routing_id_ = impl->GetRoutingID();
H A Drender_view_observer.cc15 routing_id_(MSG_ROUTING_NONE) {
19 routing_id_ = impl->routing_id();
H A Drender_frame_observer.h39 int routing_id() const { return routing_id_; }
54 int routing_id_; member in class:content::RenderFrameObserver
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dexternal_protocol_dialog.h15 int routing_id_; variable
/external/chromium_org/chrome/renderer/
H A Dworker_permission_client_proxy.cc17 : routing_id_(render_view->GetRoutingID()),
39 routing_id_, document_origin_url_, top_frame_origin_url_,
50 routing_id_, document_origin_url_, top_frame_origin_url_, &result));
61 routing_id_, document_origin_url_, top_frame_origin_url_, name, &result));
H A Dexternal_host_bindings.h43 int routing_id_; member in class:ExternalHostBindings
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_impl.cc49 routing_id_(routing_id),
51 GetProcess()->AddRoute(routing_id_, this);
53 RenderFrameHostID(GetProcess()->GetID(), routing_id_),
58 GetProcess()->RemoveRoute(routing_id_);
60 RenderFrameHostID(GetProcess()->GetID(), routing_id_));
66 return routing_id_;
H A Drender_frame_host_impl.h45 int routing_id() const { return routing_id_; }
92 int routing_id_; member in class:content::RenderFrameHostImpl
/external/chromium_org/content/renderer/input/
H A Dinput_handler_wrapper.h25 int routing_id() const { return routing_id_; }
40 int routing_id_; member in class:content::InputHandlerWrapper
H A Dinput_handler_wrapper.cc21 routing_id_(routing_id),
43 input_handler_manager_->RemoveInputHandler(routing_id_);
55 input_handler_manager_->DidOverscroll(routing_id_, params);
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dextension_message_port.cc21 routing_id_(routing_id),
39 routing_id_, dest_port_id, channel_name, source_tab, info,
47 routing_id_, source_port_id, error_message));
53 routing_id_, target_port_id, message));
/external/chromium_org/content/renderer/pepper/
H A Dppb_broker_impl.cc35 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_,
/external/chromium_org/extensions/common/
H A Devent_matcher.h54 int routing_id_; member in class:extensions::EventMatcher
H A Devent_matcher.cc20 routing_id_(routing_id) {
69 return routing_id_;
/external/chromium_org/content/renderer/gpu/
H A Dcompositor_output_surface.cc61 routing_id_(routing_id),
86 output_surface_filter_->RemoveRoute(routing_id_);
98 routing_id_,
115 Send(new ViewHostMsg_SwapCompositorFrame(routing_id_,
160 Send(new ViewHostMsg_SetNeedsBeginFrame(routing_id_, enable));

Completed in 1354 milliseconds

123