HomeSort by relevance Sort by last modified time
    Searched refs:guest_url (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/
site_instance_impl_unittest.cc 352 std::string guest_url(kGuestScheme);
353 guest_url.append("://abc123");
354 test_url = GURL(guest_url);
  /external/chromium_org/chrome/browser/apps/
web_view_browsertest.cc 629 GURL guest_url = embedded_test_server()->GetURL(guest_path); local
630 guest_url = guest_url.ReplaceComponents(replace_host);
633 guest_url, content::NotificationService::AllSources());
1140 GURL guest_url = embedded_test_server()->GetURL(guest_path); local
    [all...]
web_view_interactive_browsertest.cc 273 GURL guest_url = embedded_test_server()->GetURL(guest_url_spec); local
274 guest_url = guest_url.ReplaceComponents(replace_host);
277 guest_url, content::NotificationService::AllSources());
    [all...]
  /external/chromium_org/content/browser/frame_host/
render_frame_host_manager_unittest.cc     [all...]

Completed in 298 milliseconds