Home
last modified time | relevance | path

Searched defs:routing_id (Results 1 – 25 of 122) sorted by relevance

12345

/external/chromium_org/content/browser/renderer_host/
Dwebsocket_dispatcher_host.cc47 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 …]
Dwebsocket_dispatcher_host_unittest.cc69 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
Dwebsocket_host.h51 int routing_id() const { return routing_id_; } in routing_id() function
/external/chromium_org/content/renderer/input/
Dinput_handler_manager.cc52 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()
Dinput_event_filter.cc64 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
Dinput_handler_wrapper.h26 int routing_id() const { return routing_id_; } in routing_id() function
/external/chromium_org/content/browser/android/in_process/
Dsynchronous_input_event_filter.cc24 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/
Ddevtools_agent_filter.cc24 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/
Dsingle_tab_mode_tab_helper.cc22 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/
Dwebstore_api.cc30 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/
Dselect_file_dialog_extension.cc249 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
Dexternal_protocol_dialog.cc34 const GURL& url, int render_process_host_id, int routing_id) { in RunExternalProtocolDialog()
123 int routing_id) in ExternalProtocolDialog()
/external/chromium_org/content/common/
Dmessage_router.cc29 bool MessageRouter::AddRoute(int32 routing_id, IPC::Listener* listener) { in AddRoute()
38 void MessageRouter::RemoveRoute(int32 routing_id) { in RemoveRoute()
/external/chromium_org/ipc/
Dipc_forwarding_message_filter.cc23 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/
Dhost_message_context.cc16 int routing_id) in ReplyMessageContext()
33 int routing_id, in HostMessageContext()
Dhost_message_context.h41 int routing_id; member
77 int routing_id; member
/external/chromium_org/content/renderer/
Drender_frame_proxy.cc39 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/
Dexternal_protocol_dialog_android.cc11 const GURL& url, int render_process_host_id, int routing_id) { in RunExternalProtocolDialog()
/external/chromium_org/content/browser/media/capture/
Dweb_contents_tracker.cc136 void WebContentsTracker::DidShowFullscreenWidget(int routing_id) { in DidShowFullscreenWidget()
140 void WebContentsTracker::DidDestroyFullscreenWidget(int routing_id) { in DidDestroyFullscreenWidget()
/external/chromium_org/content/renderer/gpu/
Ddelegated_compositor_output_surface.cc11 int32 routing_id, in DelegatedCompositorOutputSurface()
/external/chromium_org/components/autofill/content/renderer/
Drenderer_save_password_progress_logger.cc14 int routing_id) in RendererSavePasswordProgressLogger()
/external/chromium_org/content/public/browser/
Dax_event_notification_details.cc15 int routing_id) in AXEventNotificationDetails()
/external/chromium_org/content/shell/browser/
Dipc_echo_message_filter.cc28 void IPCEchoMessageFilter::OnEchoPing(int routing_id, int id, in OnEchoPing()
/external/chromium_org/content/test/
Dtest_render_frame_host_factory.cc28 int routing_id, in CreateRenderFrameHost()
/external/chromium_org/content/renderer/media/
Dmedia_stream_renderer_factory.cc61 int routing_id, in CreateRemoteAudioRenderer()
86 int routing_id, in CreateLocalAudioRenderer()

12345