HomeSort by relevance Sort by last modified time
    Searched defs:route_id (Results 26 - 38 of 38) sorted by null

12

  /external/chromium_org/content/common/gpu/
gpu_channel_manager.cc 170 int32 route_id = MSG_ROUTING_NONE; local
175 window, surface_id, init_params, &route_id);
178 Send(new GpuHostMsg_CommandBufferCreated(route_id));
gpu_command_buffer_stub.h 77 int32 route_id,
118 int32 route_id() const { return route_id_; } function in class:content::GpuCommandBufferStub
  /external/chromium/chrome/browser/prerender/
prerender_manager.cc 214 int route_id; local
216 bool has_route_id = has_child_id && pc->GetRouteId(&route_id);
220 route_id == child_route_id_pair.second) {
298 int route_id; local
300 CHECK(pc->GetRouteId(&route_id));
313 std::pair<int, int> child_route_pair = std::make_pair(child_id, route_id);
500 int route_id; local
502 bool has_route_id = has_child_id && entry->GetRouteId(&route_id);
507 std::pair<int, int> child_route_pair = std::make_pair(child_id, route_id);
  /external/chromium_org/content/browser/web_contents/
render_view_host_manager.cc 897 int route_id = CreateRenderView(new_instance, opener_route_id, false); local
    [all...]
web_contents_impl_unittest.cc 2142 int route_id = other_contents->GetRenderViewHost()->GetRoutingID(); local
    [all...]
  /external/chromium_org/chrome/browser/net/
load_time_stats.cc 32 int* process_id, int* route_id) {
37 return info->GetAssociatedRenderView(process_id, route_id);
295 int route_id = render_view_host->GetRoutingID(); local
299 std::pair<int, int>(process_id, route_id),
369 int process_id, route_id; local
370 if (!GetRenderView(request, &process_id, &route_id))
373 GetTabLoadStats(std::pair<int, int>(process_id, route_id));
  /external/chromium_org/chrome/browser/prerender/
prerender_unittest.cc 62 virtual bool GetRouteId(int* route_id) const OVERRIDE {
63 *route_id = route_id_;
557 int route_id; local
559 ASSERT_TRUE(prerender_contentses.back()->GetRouteId(&route_id));
565 kSize, route_id);
639 int route_id; local
641 ASSERT_TRUE(prerender_contents->GetRouteId(&route_id));
652 child_id, route_id, pending_url,
675 int route_id; local
677 ASSERT_TRUE(prerender_contents->GetRouteId(&route_id));
709 int route_id; local
1307 int route_id; local
    [all...]
prerender_manager.cc 309 int route_id,
324 RenderViewHost::FromID(process_id, route_id);
348 if (contents_child_id == process_id && contents_route_id == route_id)
354 FindPrerenderDataForChildAndRoute(process_id, route_id)) {
490 int child_id, route_id; local
492 CHECK(prerender_data->contents()->GetRouteId(&route_id));
497 if (!prerender_tracker_->TryUse(child_id, route_id))
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.cc 740 int route_id = MSG_ROUTING_NONE; local
741 Send(new PluginMsg_GetPluginScriptableObject(instance_id_, &route_id));
742 if (route_id == MSG_ROUTING_NONE)
746 channel_host_.get(), route_id, 0, page_url_, GetPluginNPP());
    [all...]
  /external/chromium_org/content/renderer/
render_frame_impl.cc 164 int route_id = MSG_ROUTING_NONE; local
172 params.route_id = MSG_ROUTING_NONE;
175 params, &exists, &route_id, &url_mismatch));
182 route_id,
    [all...]
render_thread_impl.cc 1067 int32 route_id = MSG_ROUTING_NONE; local
    [all...]
  /external/chromium_org/android_webview/native/
aw_contents.cc 234 int route_id = web_contents_->GetRoutingID(); local
235 AwResourceDispatcherHostDelegate::OnIoThreadClientReady(child_id, route_id);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
inspect_ui.cc 109 int route_id,
115 target_data->SetInteger(kRouteIdField, route_id);
194 int* route_id);
243 int route_id; local
244 if (!GetProcessAndRouteId(args, &process_id, &route_id) || process_id == 0
245 || route_id == 0) {
249 RenderViewHost* rvh = RenderViewHost::FromID(process_id, route_id);
256 DevToolsAgentHost::GetForWorker(process_id, route_id));
263 static void TerminateWorker(int process_id, int route_id) {
264 WorkerService::GetInstance()->TerminateWorker(process_id, route_id);
275 int route_id; local
    [all...]

Completed in 1111 milliseconds

12