| /external/chromium_org/content/browser/renderer_host/ |
| D | websocket_dispatcher_host.cc | 47 WebSocketHost* WebSocketDispatcherHost::CreateWebSocketHost(int routing_id) { in CreateWebSocketHost() 65 int routing_id = message.routing_id(); in OnMessageReceived() local 112 int routing_id, in SendAddChannelResponse() 128 int routing_id, in SendFrame() 135 WebSocketHostState WebSocketDispatcherHost::SendFlowControl(int routing_id, in SendFlowControl() 141 int routing_id) { in NotifyClosingHandshake() 146 int routing_id, const WebSocketHandshakeRequest& request) { in NotifyStartOpeningHandshake() 152 int routing_id, const WebSocketHandshakeResponse& response) { in NotifyFinishOpeningHandshake() 158 int routing_id, in NotifyFailure() 169 int routing_id, in DoDropChannel() [all …]
|
| D | websocket_dispatcher_host_unittest.cc | 69 void GoAway(int routing_id) { in GoAway() 92 WebSocketHost* CreateWebSocketHost(int routing_id) { in CreateWebSocketHost() 101 int routing_id, in MockWebSocketHost() 127 int routing_id = 123; in TEST_F() local 148 int routing_id = 123; in TEST_F() local 160 int routing_id = 123; in TEST_F() local
|
| D | websocket_host.h | 51 int routing_id() const { return routing_id_; } in routing_id() function
|
| /external/chromium_org/content/renderer/input/ |
| D | input_handler_manager.cc | 52 int routing_id, in AddInputHandler() 73 int routing_id, in AddInputHandlerOnCompositorThread() 96 void InputHandlerManager::RemoveInputHandler(int routing_id) { in RemoveInputHandler() 107 int routing_id, in HandleInputEvent() 125 void InputHandlerManager::DidOverscroll(int routing_id, in DidOverscroll() 130 void InputHandlerManager::DidStopFlinging(int routing_id) { in DidStopFlinging()
|
| D | input_event_filter.cc | 64 void InputEventFilter::DidAddInputHandler(int routing_id, in DidAddInputHandler() 70 void InputEventFilter::DidRemoveInputHandler(int routing_id) { in DidRemoveInputHandler() 75 void InputEventFilter::DidOverscroll(int routing_id, in DidOverscroll() 89 void InputEventFilter::DidStopFlinging(int routing_id) { in DidStopFlinging() 159 int routing_id = message.routing_id(); in ForwardToHandler() local
|
| D | input_handler_wrapper.h | 26 int routing_id() const { return routing_id_; } in routing_id() function
|
| /external/chromium_org/content/browser/android/in_process/ |
| D | synchronous_input_event_filter.cc | 24 int routing_id, in HandleInputEvent() 49 int routing_id, in DidAddInputHandler() 59 void SynchronousInputEventFilter::DidRemoveInputHandler(int routing_id) { in DidRemoveInputHandler() 69 int routing_id, in DidOverscroll() 79 void SynchronousInputEventFilter::DidStopFlinging(int routing_id) { in DidStopFlinging()
|
| /external/chromium_org/content/renderer/devtools/ |
| D | devtools_agent_filter.cc | 24 MessageImpl(const std::string& message, int routing_id) in MessageImpl() 82 void DevToolsAgentFilter::AddEmbeddedWorkerRouteOnMainThread(int32 routing_id) { in AddEmbeddedWorkerRouteOnMainThread() 90 int32 routing_id) { in RemoveEmbeddedWorkerRouteOnMainThread() 97 void DevToolsAgentFilter::AddEmbeddedWorkerRoute(int32 routing_id) { in AddEmbeddedWorkerRoute() 101 void DevToolsAgentFilter::RemoveEmbeddedWorkerRoute(int32 routing_id) { in RemoveEmbeddedWorkerRoute()
|
| /external/chromium_org/chrome/browser/android/webapps/ |
| D | single_tab_mode_tab_helper.cc | 22 void AddPairOnIOThread(int32 process_id, int32 routing_id) { in AddPairOnIOThread() 28 void RemovePairOnIOThread(int32 process_id, int32 routing_id) { in RemovePairOnIOThread() 41 int32 routing_id = render_view_host->GetRoutingID(); in AddPair() local 52 int32 routing_id = render_view_host->GetRoutingID(); in RemovePair() local 89 int32 routing_id) { in IsRegistered()
|
| /external/chromium_org/chrome/browser/extensions/api/webstore/ |
| D | webstore_api.cc | 30 int routing_id; member 36 int routing_id, in ObservedInstallInfo() 60 void WebstoreAPI::OnInlineInstallStart(int routing_id, in OnInlineInstallStart() 75 void WebstoreAPI::OnInlineInstallFinished(int routing_id, in OnInlineInstallFinished() 129 void WebstoreAPI::RemoveListeners(int routing_id, in RemoveListeners()
|
| /external/chromium_org/chrome/browser/ui/views/ |
| D | select_file_dialog_extension.cc | 249 RoutingID routing_id, in OnFileSelected() 264 RoutingID routing_id, in OnMultiFilesSelected() 276 void SelectFileDialogExtension::OnFileSelectionCanceled(RoutingID routing_id) { in OnFileSelectionCanceled() 313 void SelectFileDialogExtension::AddPending(RoutingID routing_id) { in AddPending() 318 bool SelectFileDialogExtension::PendingExists(RoutingID routing_id) { in PendingExists() 352 RoutingID routing_id = GetRoutingIDFromWebContents(web_contents); in SelectFileImpl() local
|
| D | external_protocol_dialog.cc | 34 const GURL& url, int render_process_host_id, int routing_id) { in RunExternalProtocolDialog() 123 int routing_id) in ExternalProtocolDialog()
|
| /external/chromium_org/content/common/ |
| D | message_router.cc | 29 bool MessageRouter::AddRoute(int32 routing_id, IPC::Listener* listener) { in AddRoute() 38 void MessageRouter::RemoveRoute(int32 routing_id) { in RemoveRoute()
|
| /external/chromium_org/ipc/ |
| D | ipc_forwarding_message_filter.cc | 23 void ForwardingMessageFilter::AddRoute(int routing_id, const Handler& handler) { in AddRoute() 29 void ForwardingMessageFilter::RemoveRoute(int routing_id) { in RemoveRoute()
|
| /external/chromium_org/ppapi/host/ |
| D | host_message_context.cc | 16 int routing_id) in ReplyMessageContext() 33 int routing_id, in HostMessageContext()
|
| D | host_message_context.h | 41 int routing_id; member 77 int routing_id; member
|
| /external/chromium_org/content/renderer/ |
| D | render_frame_proxy.cc | 39 int routing_id) { in CreateProxyToReplaceFrame() 54 int routing_id, in CreateFrameProxy() 82 RenderFrameProxy* RenderFrameProxy::FromRoutingID(int32 routing_id) { in FromRoutingID() 99 RenderFrameProxy::RenderFrameProxy(int routing_id, int frame_routing_id) in RenderFrameProxy()
|
| /external/chromium_org/chrome/browser/ui/android/ |
| D | external_protocol_dialog_android.cc | 11 const GURL& url, int render_process_host_id, int routing_id) { in RunExternalProtocolDialog()
|
| /external/chromium_org/content/browser/media/capture/ |
| D | web_contents_tracker.cc | 136 void WebContentsTracker::DidShowFullscreenWidget(int routing_id) { in DidShowFullscreenWidget() 140 void WebContentsTracker::DidDestroyFullscreenWidget(int routing_id) { in DidDestroyFullscreenWidget()
|
| /external/chromium_org/content/renderer/gpu/ |
| D | delegated_compositor_output_surface.cc | 11 int32 routing_id, in DelegatedCompositorOutputSurface()
|
| /external/chromium_org/components/autofill/content/renderer/ |
| D | renderer_save_password_progress_logger.cc | 14 int routing_id) in RendererSavePasswordProgressLogger()
|
| /external/chromium_org/content/public/browser/ |
| D | ax_event_notification_details.cc | 15 int routing_id) in AXEventNotificationDetails()
|
| /external/chromium_org/content/shell/browser/ |
| D | ipc_echo_message_filter.cc | 28 void IPCEchoMessageFilter::OnEchoPing(int routing_id, int id, in OnEchoPing()
|
| /external/chromium_org/content/test/ |
| D | test_render_frame_host_factory.cc | 28 int routing_id, in CreateRenderFrameHost()
|
| /external/chromium_org/content/renderer/media/ |
| D | media_stream_renderer_factory.cc | 61 int routing_id, in CreateRemoteAudioRenderer() 86 int routing_id, in CreateLocalAudioRenderer()
|