Searched defs:routing_id (Results 76 - 100 of 130) sorted by relevance

123456

/external/chromium_org/chrome/renderer/
H A Dchrome_mock_render_thread.cc78 int routing_id,
77 OnOpenChannelToExtension( int routing_id, const ExtensionMsg_ExternalConnectionInfo& info, const std::string& channel_name, int* port_id) argument
/external/chromium_org/content/browser/android/in_process/
H A Dsynchronous_compositor_output_surface.cc63 void DidActivatePendingTree(int routing_id) { argument
65 SynchronousCompositorImpl::FromRoutingID(routing_id);
107 int routing_id)
110 routing_id_(routing_id),
106 SynchronousCompositorOutputSurface( int routing_id) argument
/external/chromium_org/content/browser/android/
H A Dmedia_resource_getter_impl.cc66 int renderer_id, int routing_id);
98 BrowserContext* browser_context, int renderer_id, int routing_id)
102 routing_id_(routing_id) {
206 int renderer_id, int routing_id)
211 routing_id_(routing_id) {
97 CookieGetterTask( BrowserContext* browser_context, int renderer_id, int routing_id) argument
203 MediaResourceGetterImpl( BrowserContext* browser_context, fileapi::FileSystemContext* file_system_context, int renderer_id, int routing_id) argument
/external/chromium_org/content/child/
H A Dchild_thread.cc256 void ChildThread::AddRoute(int32 routing_id, IPC::Listener* listener) { argument
259 router_.AddRoute(routing_id, listener);
262 void ChildThread::RemoveRoute(int32 routing_id) { argument
265 router_.RemoveRoute(routing_id);
342 if (msg.routing_id() == MSG_ROUTING_CONTROL)
/external/chromium_org/content/common/gpu/
H A Dgpu_channel_manager.cc80 void GpuChannelManager::AddRoute(int32 routing_id, IPC::Listener* listener) { argument
81 gpu_child_thread_->AddRoute(routing_id, listener);
84 void GpuChannelManager::RemoveRoute(int32 routing_id) { argument
85 gpu_child_thread_->RemoveRoute(routing_id);
/external/chromium_org/content/public/renderer/
H A Drender_view_observer.h104 int routing_id() const { return routing_id_; } function in class:content::RenderViewObserver
/external/chromium_org/content/renderer/gpu/
H A Dinput_event_filter_unittest.cc48 InputEventAckState HandleInputEvent(int routing_id, argument
51 DCHECK_EQ(kTestRoutingID, routing_id);
185 EXPECT_EQ(kTestRoutingID, message->routing_id());
241 EXPECT_EQ(kTestRoutingID, message->routing_id());
/external/chromium_org/content/renderer/pepper/
H A Dppb_tcp_socket_private_impl.cc19 int routing_id)
21 routing_id_(routing_id) {
22 ChildThread::current()->AddRoute(routing_id, this);
31 int routing_id = RenderThreadImpl::current()->GenerateRoutingID(); local
34 routing_id, 0, &socket_id));
39 instance, socket_id, routing_id))->GetReference();
16 PPB_TCPSocket_Private_Impl( PP_Instance instance, uint32 socket_id, int routing_id) argument
/external/chromium_org/ipc/
H A Dipc_message_utils.cc242 : routing_id(0),
709 WriteParam(m, p.routing_id);
724 ReadParam(m, iter, &r->routing_id) &&
755 m->WriteUInt32(static_cast<uint32>(p.routing_id()));
763 uint32 routing_id, type, flags; local
764 if (!m->ReadUInt32(iter, &routing_id) ||
774 r->SetHeaderValues(static_cast<int32>(routing_id), type, flags);
/external/chromium_org/ppapi/host/
H A Dppapi_host.cc90 if (context.routing_id != MSG_ROUTING_NONE) {
91 Send(new PpapiHostMsg_InProcessResourceReply(context.routing_id,
163 int routing_id,
169 HostMessageContext context(routing_id, params);
162 OnHostMsgInProcessResourceCall( int routing_id, const proxy::ResourceMessageCallParams& params, const IPC::Message& nested_msg) argument
/external/chromium/chrome/browser/
H A Dbackground_contents_service.cc449 int routing_id,
453 BackgroundContents* contents = new BackgroundContents(site, routing_id, this);
447 CreateBackgroundContents( SiteInstance* site, int routing_id, Profile* profile, const string16& frame_name, const string16& application_id) argument
/external/chromium/chrome/browser/extensions/
H A Dextension_message_service.cc38 int routing_id; member in struct:ExtensionMessageService::MessagePort
40 int routing_id = MSG_ROUTING_CONTROL)
41 : sender(sender), routing_id(routing_id) {}
73 port.sender->Send(new ExtensionMsg_MessageInvoke(port.routing_id,
83 port.sender->Send(new ExtensionMsg_MessageInvoke(port.routing_id,
92 port.sender->Send(new ExtensionMsg_MessageInvoke(port.routing_id,
182 receiver.routing_id = contents->render_view_host()->routing_id();
285 target_tab_contents->render_view_host()->routing_id());
[all...]
/external/chromium/chrome/browser/task_manager/
H A Dtask_manager.h128 int routing_id) = 0;
344 int routing_id,
348 routing_id(routing_id),
358 int routing_id; member in struct:TaskManagerModel::BytesReadParam
342 BytesReadParam(int origin_pid, int render_process_host_child_id, int routing_id, int byte_count) argument
/external/chromium/webkit/glue/
H A Dresource_loader_bridge.h242 int routing_id; member in struct:webkit_glue::ResourceLoaderBridge::RequestInfo
/external/chromium_org/chrome/browser/automation/
H A Dautomation_resource_message_filter.cc366 int routing_id, int tab_handle, int request_id) {
391 RendererId renderer_key(render_process_id, reply_msg->routing_id());
365 SendDownloadRequestToHost( int routing_id, int tab_handle, int request_id) argument
/external/chromium_org/chrome/browser/background/
H A Dbackground_contents_service.cc567 int routing_id,
571 BackgroundContents* contents = new BackgroundContents(site, routing_id, this);
565 CreateBackgroundContents( SiteInstance* site, int routing_id, Profile* profile, const string16& frame_name, const string16& application_id) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_function.h409 int routing_id) {
411 routing_id_ = routing_id;
418 int routing_id() const { return routing_id_; } function in class:IOThreadExtensionFunction
408 set_ipc_sender(base::WeakPtr<ChromeRenderMessageFilter> ipc_sender, int routing_id) argument
H A Dextension_function_dispatcher.cc129 int routing_id,
155 routing_id, request_id, type == ExtensionFunction::SUCCEEDED, results,
161 int routing_id,
170 routing_id,
268 int routing_id,
275 base::Bind(&IOThreadResponseCallback, ipc_sender, routing_id,
300 function_io->set_ipc_sender(ipc_sender, routing_id);
128 CommonResponseCallback(IPC::Sender* ipc_sender, int routing_id, base::ProcessHandle peer_process, int request_id, ExtensionFunction::ResponseType type, const base::ListValue& results, const std::string& error) argument
159 IOThreadResponseCallback( const base::WeakPtr<ChromeRenderMessageFilter>& ipc_sender, int routing_id, int request_id, ExtensionFunction::ResponseType type, const base::ListValue& results, const std::string& error) argument
263 DispatchOnIOThread( ExtensionInfoMap* extension_info_map, void* profile, int render_process_id, base::WeakPtr<ChromeRenderMessageFilter> ipc_sender, int routing_id, const ExtensionHostMsg_Request_Params& params) argument
/external/chromium_org/chrome/browser/translate/
H A Dtranslate_manager_browsertest.cc107 void SimulateOnPageTranslated(int routing_id, argument
114 routing_id, 0, source_lang, target_lang, error));
/external/chromium_org/chrome/renderer/pepper/
H A Dppb_nacl_private_impl.cc94 int routing_id = 0; local
98 // so those nexes can skip finding a routing_id.
100 routing_id = GetRoutingID(instance);
101 if (!routing_id)
121 routing_id,
/external/chromium_org/content/browser/loader/
H A Dasync_resource_handler.cc81 int routing_id,
86 routing_id_(routing_id),
79 AsyncResourceHandler( ResourceMessageFilter* filter, int routing_id, net::URLRequest* request, ResourceDispatcherHostImpl* rdh) argument
/external/chromium_org/content/browser/renderer_host/input/
H A Dimmediate_input_router.cc77 int routing_id)
80 routing_id_(routing_id),
340 routing_id(), &input_event, latency_info, is_keyboard_shortcut));
74 ImmediateInputRouter( RenderProcessHost* process, InputRouterClient* client, int routing_id) argument
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_message_filter.cc152 int32 routing_id,
163 routing_id,
177 void PepperMessageFilter::OnTCPCreate(int32 routing_id, argument
180 CreateTCPSocket(routing_id, plugin_dispatcher_id, false, socket_id);
183 void PepperMessageFilter::OnTCPCreatePrivate(int32 routing_id, argument
186 CreateTCPSocket(routing_id, plugin_dispatcher_id, true, socket_id);
189 void PepperMessageFilter::OnTCPConnect(int32 routing_id, argument
211 routing_id, params, true /* private_api */),
213 routing_id, socket_id, host, port));
216 void PepperMessageFilter::DoTCPConnect(int32 routing_id, argument
151 AddAcceptedTCPSocket( int32 routing_id, uint32 plugin_dispatcher_id, net::StreamSocket* socket) argument
236 OnTCPConnectWithNetAddress( int32 routing_id, uint32 socket_id, const PP_NetAddress_Private& net_addr) argument
258 DoTCPConnectWithNetAddress( int32 routing_id, uint32 socket_id, const PP_NetAddress_Private& net_addr, bool allowed) argument
478 CreateTCPSocket(int32 routing_id, uint32 plugin_dispatcher_id, bool private_api, uint32* socket_id) argument
[all...]
H A Dpepper_tcp_socket.cc42 int32 routing_id,
47 routing_id_(routing_id),
58 int32 routing_id,
64 routing_id_(routing_id),
40 PepperTCPSocket( PepperMessageFilter* manager, int32 routing_id, uint32 plugin_dispatcher_id, uint32 socket_id, bool private_api) argument
56 PepperTCPSocket( PepperMessageFilter* manager, int32 routing_id, uint32 plugin_dispatcher_id, uint32 socket_id, net::StreamSocket* socket, bool private_api) argument
/external/chromium_org/content/public/browser/
H A Dweb_contents_observer.h249 virtual void DidShowFullscreenWidget(int routing_id) {} argument
250 virtual void DidDestroyFullscreenWidget(int routing_id) {} argument
273 int routing_id() const;

Completed in 1503 milliseconds

123456