/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/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/worker/ |
shared_worker_permission_client_proxy.cc | 21 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));
|
shared_worker_permission_client_proxy.h | 39 const int routing_id_; member in class:content::SharedWorkerPermissionClientProxy
|
/external/chromium_org/content/browser/renderer_host/ |
websocket_host.cc | 98 const int routing_id_; member in class:content::__anon7918::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_ << " quota=" << quota [all...] |
/external/chromium_org/content/public/renderer/ |
render_frame_observer.h | 39 int routing_id() const { return routing_id_; } 54 int routing_id_; member in class:content::RenderFrameObserver
|
render_frame_observer.cc | 15 routing_id_(MSG_ROUTING_NONE) { 19 routing_id_ = impl->GetRoutingID();
|
render_view_observer.cc | 15 routing_id_(MSG_ROUTING_NONE) { 19 routing_id_ = impl->routing_id();
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
external_protocol_dialog.h | 15 int routing_id_; variable
|
/external/chromium_org/chrome/renderer/ |
worker_permission_client_proxy.cc | 17 : 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));
|
external_host_bindings.h | 43 int routing_id_; member in class:ExternalHostBindings
|
worker_permission_client_proxy.h | 43 const int routing_id_; member in class:WorkerPermissionClientProxy
|
/external/chromium_org/content/browser/frame_host/ |
render_frame_host_impl.cc | 49 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_;
|
render_frame_host_impl.h | 45 int routing_id() const { return routing_id_; } 92 int routing_id_; member in class:content::RenderFrameHostImpl
|
/external/chromium_org/content/renderer/input/ |
input_handler_wrapper.h | 25 int routing_id() const { return routing_id_; } 40 int routing_id_; member in class:content::InputHandlerWrapper
|
input_handler_wrapper.cc | 21 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/ |
extension_message_port.cc | 21 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/extensions/common/ |
event_matcher.h | 54 int routing_id_; member in class:extensions::EventMatcher
|
event_matcher.cc | 20 routing_id_(routing_id) { 69 return routing_id_;
|
/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_,
|