Searched defs:routing_id_ (Results 26 - 35 of 35) sorted by relevance

12

/external/chromium_org/content/public/renderer/
H A Drender_view_observer.h107 int routing_id() const { return routing_id_; }
128 int routing_id_; member in class:content::RenderViewObserver
/external/chromium_org/content/renderer/
H A Drender_frame_impl.h638 int routing_id_; member in class:content::RenderFrameImpl
H A Drender_widget.h103 int32 routing_id() const { return routing_id_; }
552 int32 routing_id_; member in class:content::RenderWidget
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_observer.cc201 routing_id_(routing_id) {
205 observer->Send(new ChromeViewMsg_FoundMissingPlugin(routing_id_,
218 observer_->Send(new ChromeViewMsg_StartedDownloadingPlugin(routing_id_));
222 observer_->Send(new ChromeViewMsg_ErrorDownloadingPlugin(routing_id_, msg));
226 observer_->Send(new ChromeViewMsg_CancelledDownloadingPlugin(routing_id_));
230 observer_->Send(new ChromeViewMsg_FinishedDownloadingPlugin(routing_id_));
237 int routing_id_; member in class:PluginObserver::PluginPlaceholderHost
/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 Drender_widget_host_impl.h718 int routing_id_; member in class:content::RenderWidgetHostImpl
H A Drender_message_filter.cc196 routing_id_(routing_id) {
210 filter_->Send(new ViewMsg_PpapiBrokerChannelCreated(routing_id_,
222 int routing_id_; member in class:content::__anon7363::OpenChannelToPpapiBrokerCallback
/external/chromium_org/content/child/
H A Dresource_dispatcher.cc99 int routing_id_; member in class:content::IPCResourceLoaderBridge
112 routing_id_(request_info.routing_id),
188 new ResourceHostMsg_RequestResource(routing_id_, request_id_, request_));
246 IPC::SyncMessage* msg = new ResourceHostMsg_SyncLoad(routing_id_, request_id_,
/external/chromium_org/extensions/browser/
H A Dextension_function.h510 routing_id_ = routing_id;
517 int routing_id() const { return routing_id_; }
539 int routing_id_; member in class:IOThreadExtensionFunction
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_manager_unittest.cc110 routing_id_(rvh->GetRoutingID()),
116 render_view_host->GetRoutingID() == routing_id_) {
127 int routing_id_; member in class:content::__anon7147::RenderViewHostDeletedObserver
140 routing_id_(rfh->GetRoutingID()),
146 render_frame_host->GetRoutingID() == routing_id_) {
157 int routing_id_; member in class:content::__anon7147::RenderFrameHostDeletedObserver

Completed in 145 milliseconds

12