Searched refs:routing_id_ (Results 1 - 25 of 66) 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/components/autofill/content/renderer/
H A Drenderer_save_password_progress_logger.cc15 : sender_(sender), routing_id_(routing_id) {
23 new AutofillHostMsg_RecordSavePasswordProgress(routing_id_, log));
H A Drenderer_save_password_progress_logger.h38 const int routing_id_; member in class:autofill::RendererSavePasswordProgressLogger
/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_));
44 opener_id, &routing_id_, &surface_id_));
H A Drenderer_webapplicationcachehost_impl.cc23 routing_id_(render_view->routing_id()) {
45 routing_id_, manifest_url, true));
52 routing_id_, info.manifest_url, false));
58 return RenderViewImpl::FromRoutingID(routing_id_);
H A Drenderer_webapplicationcachehost_impl.h29 int routing_id_; member in class:content::RendererWebApplicationCacheHostImpl
/external/chromium_org/content/public/renderer/
H A Drender_view_observer.cc15 routing_id_(MSG_ROUTING_NONE) {
19 routing_id_ = impl->routing_id();
20 // TODO(jam): bring this back DCHECK_NE(routing_id_, MSG_ROUTING_NONE);
60 routing_id_ = 0;
66 routing_id_ = impl->routing_id();
H A Drender_frame_observer.cc15 routing_id_(MSG_ROUTING_NONE) {
19 routing_id_ = impl->GetRoutingID();
20 DCHECK_NE(routing_id_, MSG_ROUTING_NONE);
H A Drender_frame_observer.h84 int routing_id() const { return routing_id_; }
99 int routing_id_; member in class:content::RenderFrameObserver
/external/chromium_org/content/renderer/shared_worker/
H A Dembedded_shared_worker_permission_client_proxy.cc22 routing_id_(routing_id),
38 routing_id_, origin_url_, name, display_name, estimated_size, &result));
48 routing_id_, origin_url_, &result));
58 routing_id_, origin_url_, name, &result));
H A Dembedded_shared_worker_permission_client_proxy.h39 const int routing_id_; member in class:content::EmbeddedSharedWorkerPermissionClientProxy
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_proxy_host.cc45 : routing_id_(site_instance->GetProcess()->GetNextRoutingID()),
48 GetProcess()->AddRoute(routing_id_, this);
51 RenderFrameProxyHostID(GetProcess()->GetID(), routing_id_),
72 Send(new FrameMsg_DeleteProxy(routing_id_));
74 GetProcess()->RemoveRoute(routing_id_);
76 RenderFrameProxyHostID(GetProcess()->GetID(), routing_id_));
98 msg->set_routing_id(routing_id_);
133 Send(new FrameMsg_NewFrameProxy(routing_id_,
H A Drender_frame_proxy_host.h73 return routing_id_;
113 int routing_id_; member in class:content::RenderFrameProxyHost
/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.cc18 : routing_id_(render_frame->GetRoutingID()),
40 routing_id_, document_origin_url_, top_frame_origin_url_,
51 routing_id_, document_origin_url_, top_frame_origin_url_, &result));
62 routing_id_, document_origin_url_, top_frame_origin_url_, name, &result));
/external/chromium_org/content/renderer/input/
H A Dinput_handler_wrapper.cc21 routing_id_(routing_id),
42 input_handler_manager_->RemoveInputHandler(routing_id_);
54 input_handler_manager_->DidOverscroll(routing_id_, params);
58 input_handler_manager_->DidStopFlinging(routing_id_);
H A Dinput_handler_wrapper.h26 int routing_id() const { return routing_id_; }
43 int routing_id_; member in class:content::InputHandlerWrapper
/external/chromium_org/content/browser/renderer_host/
H A Dwebsocket_host.cc141 const int routing_id_; member in class:content::__anon7385::WebSocketEventHandler
153 routing_id_(routing_id),
158 DVLOG(1) << "WebSocketEventHandler destroyed routing_id=" << routing_id_;
166 << " routing_id=" << routing_id_ << " fail=" << fail
171 routing_id_, fail, selected_protocol, extensions));
179 << " routing_id=" << routing_id_ << " fin=" << fin
183 routing_id_, fin, OpCodeToMessageType(type), data));
188 << " routing_id=" << routing_id_;
190 return StateCast(dispatcher_->NotifyClosingHandshake(routing_id_));
195 << " routing_id=" << routing_id_ << " quot
[all...]
H A Dwebsocket_host.h51 int routing_id() const { return routing_id_; }
80 const int routing_id_; member in class:content::WebSocketHost
/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.cc34 routing_id_(RenderThreadImpl::current()->GenerateRoutingID()) {
35 ChildThread::current()->GetRouter()->AddRoute(routing_id_, this);
46 ChildThread::current()->GetRouter()->RemoveRoute(routing_id_);
79 new ViewHostMsg_OpenChannelToPpapiBroker(routing_id_, broker_path));
85 routing_id_,
/external/chromium_org/content/renderer/devtools/
H A Ddevtools_agent_filter.cc26 routing_id_(routing_id) {
30 DevToolsAgent* agent = DevToolsAgent::FromRoutingId(routing_id_);
38 int routing_id_; member in class:content::__anon7699::MessageImpl
/external/chromium_org/content/shell/renderer/
H A Dipc_echo.h46 int routing_id_; member in class:content::IPCEcho
/external/chromium_org/extensions/common/
H A Devent_matcher.h54 int routing_id_; member in class:extensions::EventMatcher

Completed in 1984 milliseconds

123