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

<<1112

/external/chromium_org/chrome/browser/android/
H A Dshortcut_helper.cc72 Send(new ChromeViewMsg_GetWebApplicationInfo(routing_id()));
/external/chromium_org/chrome/browser/extensions/
H A Dtab_helper.cc516 Send(new ChromeViewMsg_GetWebApplicationInfo(routing_id()));
/external/chromium_org/components/nacl/renderer/
H A Dppb_nacl_private_impl.cc303 int routing_id = 0; local
307 // so those nexes can skip finding a routing_id.
309 routing_id = GetRoutingID(instance);
310 if (!routing_id) {
355 routing_id,
/external/chromium_org/content/child/
H A Dchild_thread.cc488 if (msg.routing_id() == MSG_ROUTING_CONTROL)
H A Dresource_dispatcher.cc112 routing_id_(request_info.routing_id),
H A Dresource_dispatcher_unittest.cc334 request_info.routing_id = 0;
H A Dweb_url_loader_impl.cc396 request_info.routing_id = request.requestorID();
/external/chromium_org/content/common/gpu/media/
H A Dgpu_video_decode_accelerator.cc93 if (msg.routing_id() != host_route_id_)
/external/chromium_org/content/renderer/
H A Drender_widget.h103 int32 routing_id() const { return routing_id_; } function in class:content::RenderWidget
H A Drender_view_impl.h172 int32 routing_id,
197 static RenderViewImpl* FromRoutingID(int routing_id);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc1195 params.browser_context, params.site_instance, params.routing_id,
1555 create_params.routing_id = route_id;
3014 int routing_id,
3018 OnPpapiBrokerPermissionResult(routing_id, false);
3025 base::Unretained(this), routing_id))) {
3027 OnPpapiBrokerPermissionResult(routing_id, false);
3031 void WebContentsImpl::OnPpapiBrokerPermissionResult(int routing_id, argument
3033 Send(new ViewMsg_PpapiBrokerPermissionResult(routing_id, result));
3013 OnRequestPpapiBrokerPermission( int routing_id, const GURL& url, const base::FilePath& plugin_path) argument
H A Dweb_contents_impl.h760 void OnPpapiBrokerPermissionResult(int routing_id, bool result);
822 void OnRequestPpapiBrokerPermission(int routing_id,
/external/chromium_org/content/test/
H A Dlayouttest_support.cc68 int32 routing_id) {
71 FrameProxy* render_frame_proxy = new FrameProxy(render_view, routing_id);
66 CreateWebFrameTestProxy( RenderViewImpl* render_view, int32 routing_id) argument
/external/chromium_org/tools/ipc_fuzzer/mutate/
H A Dmutate.cc532 return new name(msg->routing_id() \
557 name* new_msg = new name(msg->routing_id() \
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.cc947 int routing_id,
950 BeginRequest(request_id, request_data, NULL, routing_id);
955 // process ID is used to lookup WebContentsImpl from routing_id's in the case of
966 sync_result->routing_id());
946 OnRequestResource( int routing_id, int request_id, const ResourceHostMsg_Request& request_data) argument
/external/chromium_org/chrome/browser/translate/
H A Dtranslate_manager_render_view_host_unittest.cc116 void SimulateOnPageTranslated(int routing_id, argument
123 routing_id, source_lang, target_lang, error));
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.cc175 int routing_id,
181 routing_id,
171 RenderViewHostImpl( SiteInstance* instance, RenderViewHostDelegate* delegate, RenderWidgetHostDelegate* widget_delegate, int routing_id, int main_frame_routing_id, bool swapped_out, bool hidden) argument
H A Drender_widget_host_unittest.cc140 int routing_id)
141 : RenderWidgetHostImpl(delegate, process, routing_id, false),
137 MockRenderWidgetHost( RenderWidgetHostDelegate* delegate, RenderProcessHost* process, int routing_id) argument
/external/chromium_org/content/renderer/accessibility/
H A Dblink_ax_tree_source.cc493 render_frame_proxy->routing_id();
/external/chromium_org/content/renderer/media/
H A Duser_media_client_impl.cc569 RenderFrameObserver::routing_id(),
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_guest.cc986 Send(new ExtensionMsg_SetFrameName(routing_id(), name_));
/external/chromium_org/chrome/browser/safe_browsing/
H A Dclient_side_detection_host_unittest.cc336 EXPECT_EQ(rvh()->GetRoutingID(), msg->routing_id());
/external/chromium_org/ipc/
H A Dipc_message_utils.h72 int32 routing_id; member in struct:IPC::LogData
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_browsertest.cc1024 int routing_id) OVERRIDE {

Completed in 1650 milliseconds

<<1112