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

  /external/chromium_org/chrome/browser/extensions/
web_view_interactive_browsertest.cc 171 GURL guest_url = embedded_test_server()->GetURL(guest_url_spec); local
172 guest_url = guest_url.ReplaceComponents(replace_host);
175 guest_url, content::NotificationService::AllSources());
web_view_browsertest.cc 428 GURL guest_url = embedded_test_server()->GetURL(guest_path); local
429 guest_url = guest_url.ReplaceComponents(replace_host);
432 guest_url, content::NotificationService::AllSources());
694 GURL guest_url = embedded_test_server()->GetURL(guest_path); local
695 guest_url = guest_url.ReplaceComponents(replace_host);
698 guest_url, content::NotificationService::AllSources());
    [all...]

Completed in 134 milliseconds