Searched refs:routing_id (Results 151 - 175 of 299) sorted by relevance

1234567891011>>

/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.cc415 Send(new InputMsg_SetFocus(routing_id(), focused_));
590 Send(new InputMsg_ExecuteEditCommand(routing_id(), name, std::string()));
599 Send(new InputMsg_ImeSetComposition(routing_id(),
608 Send(new InputMsg_ImeConfirmComposition(routing_id(),
639 Send(new ViewMsg_LockMouse_ACK(routing_id(), false));
654 Send(new ViewMsg_LockMouse_ACK(routing_id(), succeeded));
687 Send(new ViewMsg_Repaint(routing_id(), params.view_size));
700 Send(new InputMsg_SetEditCommandsForNextKeyEvent(routing_id(),
723 Send(new ViewMsg_MouseLockLost(routing_id()));
/external/chromium_org/chrome/browser/extensions/api/automation/
H A Dautomation_apitest.cc215 int routing_id,
222 routing_id,
230 int routing_id,
237 routing_id);
245 // (identified by routing_id)
246 void SendTreeDestroyedEvent(int routing_id, BrowserContext* browser_context) { argument
248 kPid, routing_id, browser_context);
213 SendDataForTree(const ui::AXTree* tree, TreeSerializer* serializer, int routing_id, BrowserContext* browser_context) argument
227 SendUpdate(ui::AXTreeUpdate update, ui::AXEvent event, int node_id, int routing_id, BrowserContext* browser_context) argument
/external/chromium_org/content/browser/renderer_host/
H A Dwebsocket_host.cc89 int routing_id,
150 int routing_id,
153 routing_id_(routing_id),
158 DVLOG(1) << "WebSocketEventHandler destroyed routing_id=" << routing_id_;
166 << " routing_id=" << routing_id_ << " fail=" << fail
179 << " routing_id=" << routing_id_ << " fin=" << fin
188 << " routing_id=" << routing_id_;
195 << " routing_id=" << routing_id_ << " quota=" << quota;
204 << " routing_id=" << routing_id_ << " was_clean=" << was_clean
213 << " routing_id
148 WebSocketEventHandler( WebSocketDispatcherHost* dispatcher, int routing_id, int render_frame_id) argument
323 WebSocketHost(int routing_id, WebSocketDispatcherHost* dispatcher, net::URLRequestContext* url_request_context) argument
[all...]
H A Drender_view_host_browsertest.cc116 EXPECT_NE(old_root->current_frame_host()->routing_id(),
117 new_root->current_frame_host()->routing_id());
/external/chromium_org/chrome/renderer/printing/
H A Dprint_web_view_helper.cc834 Send(new ChromeViewHostMsg_CancelPrerenderForPrinting(routing_id()));
1017 routing_id(),
1032 Send(new PrintHostMsg_SetOptionsFromDocument(routing_id(), params));
1117 Send(new PrintHostMsg_DidGetDefaultPageLayout(routing_id(),
1128 Send(new PrintHostMsg_DidGetPreviewPageCount(routing_id(), params));
1189 Send(new PrintHostMsg_MetafileReadyForPrinting(routing_id(), preview_params));
1216 Send(new PrintHostMsg_IsPrintingEnabled(routing_id(), &result));
1296 Send(new PrintHostMsg_PrintingFailed(routing_id(), cookie));
1305 Send(new PrintHostMsg_PrintPreviewFailed(routing_id(), cookie));
1307 Send(new PrintHostMsg_PrintPreviewCancelled(routing_id(), cooki
[all...]
/external/chromium_org/chrome/browser/printing/
H A Dprint_view_manager.cc51 return PrintNowInternal(new PrintMsg_PrintForSystemDialog(routing_id()));
80 if (!PrintNowInternal(new PrintMsg_InitiatePrintPreview(routing_id(),
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_page_unittest.cc103 EXPECT_EQ(web_contents()->GetRoutingID(), message->routing_id());
142 EXPECT_EQ(web_contents()->GetRoutingID(), message->routing_id());
/external/chromium_org/content/common/gpu/
H A Dgpu_channel_manager.h85 void AddRoute(int32 routing_id, IPC::Listener* listener);
86 void RemoveRoute(int32 routing_id);
H A Dgpu_channel_manager.cc138 void GpuChannelManager::AddRoute(int32 routing_id, IPC::Listener* listener) { argument
139 router_->AddRoute(routing_id, listener);
142 void GpuChannelManager::RemoveRoute(int32 routing_id) { argument
143 router_->RemoveRoute(routing_id);
/external/chromium_org/content/public/browser/
H A Drender_process_host.h74 virtual void AddRoute(int32 routing_id, IPC::Listener* listener) = 0;
75 virtual void RemoveRoute(int32 routing_id) = 0;
H A Drender_widget_host.h111 static RenderWidgetHost* FromID(int32 process_id, int32 routing_id);
/external/chromium_org/content/public/test/
H A Dmock_render_process_host.h39 virtual void AddRoute(int32 routing_id, IPC::Listener* listener) OVERRIDE;
40 virtual void RemoveRoute(int32 routing_id) OVERRIDE;
H A Dmock_render_thread.h46 virtual void AddRoute(int32 routing_id, IPC::Listener* listener) OVERRIDE;
47 virtual void RemoveRoute(int32 routing_id) OVERRIDE;
/external/chromium_org/content/renderer/shared_worker/
H A Dembedded_shared_worker_stub.cc195 int routing_id) {
197 new WebMessagePortChannelImpl(routing_id,
194 OnConnect(int sent_message_port_id, int routing_id) argument
H A Dembedded_shared_worker_stub.h74 void OnConnect(int sent_message_port_id, int routing_id);
/external/chromium_org/content/test/
H A Dtest_render_frame_host.cc34 int routing_id,
40 routing_id,
30 TestRenderFrameHost(RenderViewHostImpl* render_view_host, RenderFrameHostDelegate* delegate, FrameTree* frame_tree, FrameTreeNode* frame_tree_node, int routing_id, bool is_swapped_out) argument
H A Dtest_render_frame_host.h42 int routing_id,
/external/chromium_org/android_webview/renderer/
H A Dprint_web_view_helper.cc805 Send(new ChromeViewHostMsg_CancelPrerenderForPrinting(routing_id()));
991 routing_id(), print_pages_params_->params.document_cookie));
1004 Send(new PrintHostMsg_PrintPreviewScalingDisabled(routing_id()));
1089 Send(new PrintHostMsg_DidGetDefaultPageLayout(routing_id(),
1100 Send(new PrintHostMsg_DidGetPreviewPageCount(routing_id(), params));
1162 Send(new PrintHostMsg_MetafileReadyForPrinting(routing_id(), preview_params));
1190 Send(new PrintHostMsg_IsPrintingEnabled(routing_id(), &result));
1273 Send(new PrintHostMsg_PrintingFailed(routing_id(), cookie));
1283 Send(new PrintHostMsg_PrintPreviewFailed(routing_id(), cookie));
1285 Send(new PrintHostMsg_PrintPreviewCancelled(routing_id(), cooki
[all...]
/external/chromium_org/chrome/browser/tab_contents/
H A Dbackground_contents.h48 int routing_id,
/external/chromium_org/components/translate/content/renderer/
H A Ddata_file_renderer_cld_data_provider.cc65 render_view_observer_->routing_id()));
/external/chromium_org/content/public/renderer/
H A Drender_view.h47 static RenderView* FromRoutingID(int routing_id);
/external/chromium_org/content/renderer/android/
H A Drenderer_date_time_picker.cc69 Send(new ViewHostMsg_OpenDateTimeDialog(routing_id(), message));
/external/chromium_org/content/renderer/input/
H A Dinput_event_filter_unittest.cc51 InputEventAckState HandleInputEvent(int routing_id, argument
54 DCHECK_EQ(kTestRoutingID, routing_id);
178 EXPECT_EQ(kTestRoutingID, message->routing_id());
230 EXPECT_EQ(kTestRoutingID, message->routing_id());
/external/chromium_org/content/renderer/media/
H A Drenderer_webaudiodevice_impl.cc58 render_view ? render_view->routing_id() : MSG_ROUTING_NONE,
/external/chromium_org/content/renderer/
H A Dpush_messaging_dispatcher.cc58 routing_id(),

Completed in 413 milliseconds

1234567891011>>