Searched refs:routing_id (Results 26 - 50 of 299) sorted by relevance

1234567891011>>

/external/chromium_org/ipc/
H A Dipc_forwarding_message_filter.cc23 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());
H A Dipc_forwarding_message_filter.h44 void AddRoute(int routing_id, const Handler& handler);
45 void RemoveRoute(int routing_id);
/external/chromium_org/content/renderer/gpu/
H A Dframe_swap_message_queue_unittest.cc57 int routing_id) {
61 if ((*i)->routing_id() == routing_id)
135 ASSERT_EQ(first_message_.routing_id(), messages.front()->routing_id());
149 ASSERT_EQ(first_message_.routing_id(), messages.front()->routing_id());
168 ASSERT_TRUE(HasMessageForId(messages, first_message_.routing_id()));
169 ASSERT_TRUE(HasMessageForId(messages, second_message_.routing_id()));
177 ASSERT_EQ(third_message_.routing_id(), message
56 HasMessageForId(const ScopedVector<IPC::Message>& messages, int routing_id) argument
[all...]
H A Ddelegated_compositor_output_surface.h17 int32 routing_id,
/external/chromium_org/content/renderer/
H A Drender_view_impl_params.cc14 int32 routing_id,
33 routing_id(routing_id),
9 RenderViewImplParams( 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
H A Drender_view_mouse_lock_dispatcher.cc31 Send(new ViewHostMsg_LockMouse(routing_id(), user_gesture, unlocked_by_target,
36 Send(new ViewHostMsg_UnlockMouse(routing_id()));
/external/chromium_org/content/common/
H A Dmessage_router.h53 bool AddRoute(int32 routing_id, IPC::Listener* listener);
56 void RemoveRoute(int32 routing_id);
/external/chromium_org/content/public/browser/
H A Dweb_contents.cc16 routing_id(MSG_ROUTING_NONE),
28 routing_id(MSG_ROUTING_NONE),
/external/chromium_org/content/renderer/devtools/
H A Ddevtools_client.cc40 Send(new DevToolsAgentMsg_DispatchOnInspectorBackend(routing_id(),
45 Send(new DevToolsHostMsg_DispatchOnEmbedder(routing_id(),
/external/chromium_org/content/test/
H A Dtest_render_view_host_factory.cc33 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
H A Dtest_render_frame_host_factory.h32 int routing_id,
/external/chromium_org/ppapi/proxy/
H A Dconnection.h31 Connection(IPC::Sender* browser, IPC::Sender* renderer, int routing_id) argument
35 browser_sender_routing_id(routing_id) {
/external/chromium_org/chrome/browser/extensions/api/automation_internal/
H A Dautomation_util.h35 int routing_id,
/external/chromium_org/content/child/
H A Drequest_info.cc17 routing_id(0),
/external/chromium_org/content/shell/browser/
H A Dipc_echo_message_filter.h24 void OnEchoPing(int routing_id, int id, const std::string& body);
/external/chromium_org/chrome/browser/ui/views/
H A Dexternal_protocol_dialog.cc34 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
H A Dselect_file_dialog_extension.h55 static void OnFileSelected(RoutingID routing_id,
59 RoutingID routing_id,
61 static void OnFileSelectionCanceled(RoutingID routing_id);
91 void AddPending(RoutingID routing_id);
93 // Check if the list of pending dialogs contains dialog for |routing_id|.
94 static bool PendingExists(RoutingID routing_id);
/external/chromium_org/content/renderer/input/
H A Dinput_event_filter.cc64 void InputEventFilter::DidAddInputHandler(int routing_id, argument
67 routes_.insert(routing_id);
70 void InputEventFilter::DidRemoveInputHandler(int routing_id) { argument
72 routes_.erase(routing_id);
75 void InputEventFilter::DidOverscroll(int routing_id, argument
86 new InputHostMsg_DidOverscroll(routing_id, params)));
89 void InputEventFilter::DidStopFlinging(int routing_id) { argument
91 scoped_ptr<IPC::Message>(new ViewHostMsg_DidStopFlinging(routing_id)));
124 if (routes_.find(message.routing_id()) == routes_.end())
159 int routing_id local
[all...]
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_ipc_router.cc47 Send(new ChromeViewMsg_SetPageSequenceNumber(routing_id(), commit_counter_));
51 Send(new ChromeViewMsg_DetermineIfPageSupportsInstant(routing_id()));
60 Send(new ChromeViewMsg_ChromeIdentityCheckResult(routing_id(), identity,
68 Send(new ChromeViewMsg_SearchBoxPromoInformation(routing_id(),
81 routing_id(), display_instant_results));
89 Send(new ChromeViewMsg_SearchBoxSetSuggestionToPrefetch(routing_id(),
97 Send(new ChromeViewMsg_SearchBoxMarginChange(routing_id(), start_margin));
104 Send(new ChromeViewMsg_SearchBoxSetInputInProgress(routing_id(),
113 Send(new ChromeViewMsg_SearchBoxFocusChanged(routing_id(), state, reason));
121 Send(new ChromeViewMsg_SearchBoxMostVisitedItemsChanged(routing_id(), item
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_renderer_state.h51 int render_process_host_id, int routing_id, int tab_id, int window_id);
53 int render_process_host_id, int routing_id);
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_factory.h32 int routing_id,
49 int routing_id,
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_factory.h31 int routing_id,
51 int routing_id,
/external/chromium_org/content/public/renderer/
H A Drender_view_observer.cc19 routing_id_ = impl->routing_id();
66 routing_id_ = impl->routing_id();
/external/chromium_org/content/renderer/shared_worker/
H A Dembedded_shared_worker_permission_client_proxy.cc18 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/chrome/renderer/prerender/
H A Dprerenderer_client.cc33 routing_id(),

Completed in 602 milliseconds

1234567891011>>