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

  /external/chromium_org/content/public/browser/
render_process_host.h 230 content::BrowserContext* browser_context, const GURL& site_url);
239 content::BrowserContext* browser_context, const GURL& site_url);
content_browser_client.cc 59 const GURL& site_url) {
64 const GURL& site_url) {
265 BrowserContext* browser_context, const GURL& site_url) {
content_browser_client.h 219 // Returns whether a new view for a given |site_url| can be launched in a
222 const GURL& site_url);
531 // Returns true if the given browser_context and site_url support hosting
534 const GURL& site_url);
  /external/chromium_org/content/browser/
site_instance_impl.cc 219 GURL site_url = GetSiteForURL(browsing_instance_->browser_context(), url);
221 GetProcess(), browsing_instance_->browser_context(), site_url);
site_instance_impl_unittest.cc 71 const GURL& site_url) OVERRIDE {
73 site_url.SchemeIs(kPrivilegedScheme);
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_service.cc 220 GURL site_url = extension_service->GetSiteForExtensionId(extension->id()); local
221 DCHECK(!site_url.is_empty());
224 profile_, site_url)->GetFileSystemContext();
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.h 152 // Returns true if |host| is suitable for launching a new view with |site_url|
156 const GURL& site_url);
render_process_host_impl.cc     [all...]
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.h 91 const GURL& site_url) OVERRIDE;
236 const GURL& site_url) OVERRIDE;
chrome_content_browser_client.cc     [all...]
  /external/chromium_org/chrome/browser/importer/
ie_importer_browsertest_win.cc 105 const char16* site_url[2]; member in struct:__anon7622::FaviconGroup
355 for (size_t j = 0; j < arraysize(kIEFaviconGroup[i].site_url); ++j)
356 urls.insert(GURL(kIEFaviconGroup[i].site_url[j]));
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest.cc 1131 const GURL& site_url = GetWebContents()->GetSiteInstance()->GetSiteURL(); local
    [all...]

Completed in 514 milliseconds