Searched refs:routing_id (Results 226 - 250 of 299) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/external_protocol/
H A Dexternal_protocol_handler_unittest.cc66 int routing_id) OVERRIDE {
/external/chromium_org/chromecast/shell/browser/android/
H A Dcast_window_android.cc46 create_params.routing_id = MSG_ROUTING_NONE;
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_tcp_socket.cc41 int32 routing_id,
46 routing_id_(routing_id),
56 int32 routing_id,
62 routing_id_(routing_id),
40 PepperTCPSocket(PepperMessageFilter* manager, int32 routing_id, uint32 plugin_dispatcher_id, uint32 socket_id, bool private_api) argument
55 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/renderer/
H A Drender_view_observer.h107 int routing_id() const { return routing_id_; } function in class:content::RenderViewObserver
/external/chromium_org/content/renderer/pepper/
H A Dpepper_file_chooser_host_unittest.cc109 ViewMsg_RunFileChooserResponse response(view_impl->routing_id(),
/external/chromium_org/extensions/renderer/guest_view/
H A Dguest_view_container.cc95 routing_id(), html_string_, mime_type_, element_instance_id_));
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc156 int routing_id,
163 routing_id_(routing_id),
254 int32 routing_id) {
255 return RenderWidgetHostImpl::FromID(process_id, routing_id);
261 int32 routing_id) {
265 RenderWidgetHostID(process_id, routing_id));
2229 int routing_id,
2236 routing_id, snapshot_id, gfx::Size(), png_vector));
2241 routing_id, snapshot_id, snapshot_size, png_data->data()));
2342 int routing_id local
154 RenderWidgetHostImpl(RenderWidgetHostDelegate* delegate, RenderProcessHost* process, int routing_id, bool hidden) argument
252 FromID( int32 process_id, int32 routing_id) argument
259 FromID( int32 process_id, int32 routing_id) argument
2228 WindowSnapshotAsyncCallback( int routing_id, int snapshot_id, gfx::Size snapshot_size, scoped_refptr<base::RefCountedBytes> png_data) argument
[all...]
H A Drender_process_host_impl.h96 virtual void AddRoute(int32 routing_id, IPC::Listener* listener) OVERRIDE;
97 virtual void RemoveRoute(int32 routing_id) OVERRIDE;
H A Drender_message_filter.cc194 int routing_id)
196 routing_id_(routing_id) {
723 int routing_id = MSG_ROUTING_NONE; local
728 routing_id,
824 int routing_id,
829 new OpenChannelToPpapiBrokerCallback(this, routing_id));
193 OpenChannelToPpapiBrokerCallback(RenderMessageFilter* filter, int routing_id) argument
823 OnOpenChannelToPpapiBroker( int routing_id, const base::FilePath& path) argument
/external/chromium_org/chrome/browser/extensions/api/tab_capture/
H A Dtab_capture_registry.cc99 virtual void DidShowFullscreenWidget(int routing_id) OVERRIDE {
105 virtual void DidDestroyFullscreenWidget(int routing_id) OVERRIDE {
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dmedia_file_system_backend.cc73 int32 routing_id,
80 content::RenderViewHost::FromID(process_id, routing_id);
71 AttemptAutoMountOnUIThread( int32 process_id, int32 routing_id, const std::string& storage_domain, const std::string& mount_point, const base::Callback<void(base::File::Error result)>& callback) argument
/external/chromium_org/content/browser/shared_worker/
H A Dshared_worker_host.cc144 if (!closed_ && HasFilter(filter, message.routing_id())) {
293 incoming_filter, message.routing_id(), sent_message_port_id);
/external/chromium_org/content/renderer/accessibility/
H A Drenderer_accessibility_complete.cc232 Send(new AccessibilityHostMsg_Events(routing_id(), event_msgs, reset_token_));
277 Send(new AccessibilityHostMsg_LocationChanges(routing_id(), messages));
/external/chromium_org/content/renderer/
H A Drender_widget_fullscreen_pepper.cc124 widget_->Send(new ViewHostMsg_LockMouse(widget_->routing_id(), false,
129 widget_->Send(new ViewHostMsg_UnlockMouse(widget_->routing_id()));
H A Drender_view_impl.cc702 routing_id_ = params->routing_id;
900 RenderViewImpl* RenderViewImpl::FromRoutingID(int32 routing_id) { argument
902 RoutingIDViewMap::iterator it = views->find(routing_id);
907 RenderView* RenderView::FromRoutingID(int routing_id) { argument
908 return RenderViewImpl::FromRoutingID(routing_id);
1141 int32 routing_id,
1156 DCHECK(routing_id != MSG_ROUTING_NONE);
1161 routing_id,
1265 Send(new ViewHostMsg_PluginFocusChanged(routing_id(), focused, plugin_id));
1279 Send(new ViewMsg_GetRenderedTextCompleted(routing_id(), tex
1136 Create( int32 opener_id, bool window_was_created_with_opener, const RendererPreferences& renderer_prefs, const WebPreferences& webkit_prefs, int32 routing_id, int32 main_frame_routing_id, int32 surface_id, int64 session_storage_namespace_id, const base::string16& frame_name, bool is_renderer_created, bool swapped_out, int32 proxy_routing_id, bool hidden, bool never_visible, int32 next_page_id, const ViewMsg_Resize_Params& initial_size, bool enable_auto_resize, const gfx::Size& min_size, const gfx::Size& max_size) argument
1665 int32 routing_id = MSG_ROUTING_NONE; local
[all...]
H A Drender_frame_impl.cc370 int32 routing_id) {
371 DCHECK(routing_id != MSG_ROUTING_NONE);
374 return g_create_render_frame_impl(render_view, routing_id);
376 return new RenderFrameImpl(render_view, routing_id);
380 RenderFrameImpl* RenderFrameImpl::FromRoutingID(int32 routing_id) { argument
382 g_routing_id_frame_map.Get().find(routing_id);
389 void RenderFrameImpl::CreateFrame(int routing_id, int parent_routing_id) { argument
404 RenderFrameImpl::Create(proxy->render_view(), routing_id);
432 RenderFrameImpl::RenderFrameImpl(RenderViewImpl* render_view, int routing_id) argument
435 routing_id_(routing_id),
369 Create(RenderViewImpl* render_view, int32 routing_id) argument
[all...]
/external/chromium_org/ipc/
H A Dipc_fuzzing_tests.cc139 if (msg.routing_id() == MSG_ROUTING_CONTROL) {
237 if (FUZZER_ROUTING_ID != last_msg_->routing_id())
H A Dipc_message_macros.h591 msg_class(int32 routing_id) \
592 : IPC::Message(routing_id, ID, PRIORITY_NORMAL) {} \
615 msg_class(int32 routing_id IPC_COMMA_##in_cnt \
651 msg_class(int32 routing_id \
690 msg_class::msg_class(int32 routing_id IPC_COMMA_##in_cnt \
692 IPC::Message(routing_id, ID, PRIORITY_NORMAL) { \
719 msg_class::msg_class(int32 routing_id \
724 IPC::SyncMessage(routing_id, ID, PRIORITY_NORMAL, \
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.cc242 render_view_->routing_id(), dummy_activation_window_));
370 params.host_render_view_routing_id = render_view_->routing_id();
910 render_view_->routing_id(), dummy_activation_window_));
927 render_view_->routing_id(),
938 render_view_->routing_id(),
/external/chromium_org/content/browser/renderer_host/input/
H A Dinput_router_impl.cc65 int routing_id,
70 routing_id_(routing_id),
399 routing_id(), &input_event, latency_info, is_keyboard_shortcut))) {
62 InputRouterImpl(IPC::Sender* sender, InputRouterClient* client, InputAckHandler* ack_handler, int routing_id, const Config& config) argument
/external/chromium_org/components/translate/content/renderer/
H A Dtranslate_helper.cc104 routing_id(), page_seq_no_));
202 routing_id(),
/external/chromium_org/ppapi/proxy/
H A Dnacl_message_scanner.cc216 new IPC::Message(msg.routing_id(), msg.type(), \
227 new IPC::Message(msg.routing_id(), msg.type(), \
/external/chromium_org/chrome/renderer/
H A Dchrome_mock_render_thread.cc87 int routing_id,
86 OnOpenChannelToExtension( int routing_id, const ExtensionMsg_ExternalConnectionInfo& info, const std::string& channel_name, bool include_tls_channel_id, int* port_id) argument
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dphishing_classifier_delegate.cc216 routing_id(), verdict.SerializeAsString()));
/external/chromium_org/content/browser/media/capture/
H A Dweb_contents_video_capture_device_unittest.cc236 int routing_id,
240 : TestRenderViewHost(instance, delegate, widget_delegate, routing_id,
298 int routing_id,
302 routing_id, main_frame_routing_id,
233 CaptureTestRenderViewHost(SiteInstance* instance, RenderViewHostDelegate* delegate, RenderWidgetHostDelegate* widget_delegate, int routing_id, int main_frame_routing_id, bool swapped_out, CaptureTestSourceController* controller) argument

Completed in 733 milliseconds

1234567891011>>