/external/chromium_org/chrome/browser/ui/android/ |
H A D | external_protocol_dialog_android.cc | 11 const GURL& url, int render_process_host_id, int routing_id) { 10 RunExternalProtocolDialog( const GURL& url, int render_process_host_id, int routing_id) argument
|
/external/chromium_org/content/renderer/gpu/ |
H A D | delegated_compositor_output_surface.cc | 11 int32 routing_id, 15 : CompositorOutputSurface(routing_id, 10 DelegatedCompositorOutputSurface( int32 routing_id, uint32 output_surface_id, const scoped_refptr<ContextProviderCommandBuffer>& context_provider, scoped_refptr<FrameSwapMessageQueue> swap_frame_message_queue) argument
|
/external/chromium_org/components/autofill/content/renderer/ |
H A D | renderer_save_password_progress_logger.cc | 14 int routing_id) 15 : sender_(sender), routing_id_(routing_id) { 12 RendererSavePasswordProgressLogger( IPC::Sender* sender, int routing_id) argument
|
/external/chromium_org/content/browser/screen_orientation/ |
H A D | screen_orientation_dispatcher_host_impl.h | 59 LockInformation(int request_id, int process_id, int routing_id); 62 int routing_id; member in struct:content::ScreenOrientationDispatcherHostImpl::LockInformation
|
/external/chromium_org/content/public/browser/ |
H A D | ax_event_notification_details.cc | 15 int routing_id) 21 routing_id(routing_id) { 9 AXEventNotificationDetails( int node_id_to_clear, const std::vector<ui::AXNodeData>& nodes, ui::AXEvent event_type, int id, int process_id, int routing_id) argument
|
H A D | ax_event_notification_details.h | 25 int routing_id); 34 int routing_id; member in struct:content::AXEventNotificationDetails
|
H A D | web_contents_observer.cc | 63 int WebContentsObserver::routing_id() const { function in class:content::WebContentsObserver
|
/external/chromium_org/content/browser/frame_host/ |
H A D | render_frame_host_factory.cc | 22 int routing_id, 29 routing_id, 33 render_view_host, delegate, frame_tree, frame_tree_node, routing_id, 17 Create( RenderViewHostImpl* render_view_host, RenderFrameHostDelegate* delegate, FrameTree* frame_tree, FrameTreeNode* frame_tree_node, int routing_id, bool is_swapped_out) argument
|
/external/chromium_org/content/browser/renderer_host/ |
H A D | render_view_host_factory.cc | 20 int routing_id, 26 routing_id, main_frame_routing_id, 29 return new RenderViewHostImpl(instance, delegate, widget_delegate, routing_id, 16 Create( SiteInstance* instance, RenderViewHostDelegate* delegate, RenderWidgetHostDelegate* widget_delegate, int routing_id, int main_frame_routing_id, bool swapped_out, bool hidden) argument
|
H A D | websocket_host.h | 38 WebSocketHost(int routing_id, 48 // delegates to this method after looking up the |routing_id|. 51 int routing_id() const { return routing_id_; } function in class:content::WebSocketHost
|
/external/chromium_org/content/common/ |
H A D | message_router.cc | 29 bool MessageRouter::AddRoute(int32 routing_id, IPC::Listener* listener) { argument 30 if (routes_.Lookup(routing_id)) { 34 routes_.AddWithID(listener, routing_id); 38 void MessageRouter::RemoveRoute(int32 routing_id) { argument 39 routes_.Remove(routing_id); 43 if (msg.routing_id() == MSG_ROUTING_CONTROL) 50 IPC::Listener* listener = routes_.Lookup(msg.routing_id());
|
/external/chromium_org/content/renderer/input/ |
H A D | input_handler_wrapper.h | 20 int routing_id, 26 int routing_id() const { return routing_id_; } function in class:content::InputHandlerWrapper
|
/external/chromium_org/content/renderer/ |
H A D | render_frame_proxy.h | 53 // current process to a different one. |routing_id| will be ID of the newly 58 int routing_id); 64 // new frame local to some other process. |routing_id| will be the ID of the 73 static RenderFrameProxy* CreateFrameProxy(int routing_id, 78 static RenderFrameProxy* FromRoutingID(int routing_id); 92 int routing_id() { return routing_id_; } function in class:content::RenderFrameProxy 107 RenderFrameProxy(int routing_id, int frame_routing_id);
|
/external/chromium_org/content/renderer/shared_worker/ |
H A D | embedded_shared_worker_permission_client_proxy.cc | 18 int routing_id, 22 routing_id_(routing_id), 15 EmbeddedSharedWorkerPermissionClientProxy( const GURL& origin_url, bool is_unique_origin, int routing_id, ThreadSafeSender* thread_safe_sender) argument
|
/external/chromium_org/content/shell/browser/ |
H A D | ipc_echo_message_filter.cc | 28 void IPCEchoMessageFilter::OnEchoPing(int routing_id, int id, argument 30 Send(new ShellViewMsg_EchoPong(routing_id, id, body));
|
/external/chromium_org/content/test/ |
H A D | test_render_frame_host_factory.cc | 28 int routing_id, 32 render_view_host, delegate, frame_tree, frame_tree_node, routing_id, 23 CreateRenderFrameHost( RenderViewHostImpl* render_view_host, RenderFrameHostDelegate* delegate, FrameTree* frame_tree, FrameTreeNode* frame_tree_node, int routing_id, bool is_swapped_out) argument
|
H A D | test_render_view_host_factory.cc | 33 int routing_id, 37 instance, delegate, widget_delegate, routing_id, main_frame_routing_id, 29 CreateRenderViewHost( SiteInstance* instance, RenderViewHostDelegate* delegate, RenderWidgetHostDelegate* widget_delegate, int routing_id, int main_frame_routing_id, bool swapped_out) argument
|
/external/chromium_org/ipc/ |
H A D | ipc_forwarding_message_filter.cc | 23 void ForwardingMessageFilter::AddRoute(int routing_id, const Handler& handler) { argument 26 handlers_.insert(std::make_pair(routing_id, handler)); 29 void ForwardingMessageFilter::RemoveRoute(int routing_id) { argument 31 handlers_.erase(routing_id); 44 std::map<int, Handler>::iterator it = handlers_.find(message.routing_id());
|
/external/chromium_org/ppapi/host/ |
H A D | host_message_context.cc | 11 : sync_reply_msg(NULL), routing_id(MSG_ROUTING_NONE) {} 16 int routing_id) 19 routing_id(routing_id) { 29 routing_id(MSG_ROUTING_NONE) { 33 int routing_id, 37 routing_id(routing_id) { 45 routing_id(MSG_ROUTING_NONE) { 54 return ReplyMessageContext(reply_params, sync_reply_msg, routing_id); 13 ReplyMessageContext( const ppapi::proxy::ResourceMessageReplyParams& cp, IPC::Message* sync_reply_msg, int routing_id) argument 32 HostMessageContext( int routing_id, const ppapi::proxy::ResourceMessageCallParams& cp) argument [all...] |
H A D | host_message_context.h | 22 int routing_id); 41 int routing_id; member in struct:ppapi::host::ReplyMessageContext 50 int routing_id, 77 int routing_id; member in struct:ppapi::host::HostMessageContext
|
/external/chromium_org/ppapi/proxy/ |
H A D | connection.h | 31 Connection(IPC::Sender* browser, IPC::Sender* renderer, int routing_id) argument 35 browser_sender_routing_id(routing_id) {
|
/external/chromium_org/chrome/browser/chromeos/ |
H A D | external_protocol_dialog.cc | 34 const GURL& url, int render_process_host_id, int routing_id) { 36 render_process_host_id, routing_id); 33 RunExternalProtocolDialog( const GURL& url, int render_process_host_id, int routing_id) argument
|
/external/chromium_org/chrome/browser/ui/views/ |
H A D | external_protocol_dialog.cc | 34 const GURL& url, int render_process_host_id, int routing_id) { 38 routing_id)); 47 routing_id); 123 int routing_id) 126 routing_id_(routing_id), 33 RunExternalProtocolDialog( const GURL& url, int render_process_host_id, int routing_id) argument 120 ExternalProtocolDialog( scoped_ptr<const ProtocolDialogDelegate> delegate, int render_process_host_id, int routing_id) argument
|
/external/chromium_org/content/browser/android/in_process/ |
H A D | synchronous_input_event_filter.cc | 24 int routing_id, 32 return handler_.Run(routing_id, &input_event, &latency); 49 int routing_id, 54 SynchronousCompositorImpl::FromRoutingID(routing_id); 59 void SynchronousInputEventFilter::DidRemoveInputHandler(int routing_id) { argument 63 SynchronousCompositorImpl::FromRoutingID(routing_id); 69 int routing_id, 74 SynchronousCompositorImpl::FromRoutingID(routing_id); 79 void SynchronousInputEventFilter::DidStopFlinging(int routing_id) { argument 83 SynchronousCompositorImpl::FromRoutingID(routing_id); 23 HandleInputEvent( int routing_id, const blink::WebInputEvent& input_event) argument 48 DidAddInputHandler( int routing_id, cc::InputHandler* input_handler) argument 68 DidOverscroll( int routing_id, const DidOverscrollParams& params) argument [all...] |
/external/chromium_org/content/renderer/devtools/ |
H A D | devtools_agent_filter.cc | 24 MessageImpl(const std::string& message, int routing_id) argument 26 routing_id_(routing_id) { 52 current_routing_id_ = message.routing_id(); 82 void DevToolsAgentFilter::AddEmbeddedWorkerRouteOnMainThread(int32 routing_id) { argument 86 &DevToolsAgentFilter::AddEmbeddedWorkerRoute, this, routing_id)); 90 int32 routing_id) { 94 &DevToolsAgentFilter::RemoveEmbeddedWorkerRoute, this, routing_id)); 97 void DevToolsAgentFilter::AddEmbeddedWorkerRoute(int32 routing_id) { argument 98 embedded_worker_routes_.insert(routing_id); 101 void DevToolsAgentFilter::RemoveEmbeddedWorkerRoute(int32 routing_id) { argument 89 RemoveEmbeddedWorkerRouteOnMainThread( int32 routing_id) argument [all...] |