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

  /external/chromium_org/content/public/browser/
render_process_host.h 245 content::BrowserContext* browser_context, const GURL& site_url);
254 content::BrowserContext* browser_context, const GURL& site_url);
content_browser_client.cc 59 const GURL& site_url) {
69 const GURL& site_url) {
270 BrowserContext* browser_context, const GURL& site_url) {
content_browser_client.h 222 // Returns whether a new view for a given |site_url| can be launched in a
225 const GURL& site_url);
537 // Returns true if the given browser_context and site_url support hosting
540 const GURL& site_url);
  /external/chromium_org/content/browser/
site_instance_impl.cc 204 GURL site_url = GetSiteForURL(browsing_instance_->browser_context(), url);
206 GetProcess(), browsing_instance_->browser_context(), site_url);
site_instance_impl_unittest.cc 69 const GURL& site_url) OVERRIDE {
71 site_url.SchemeIs(kPrivilegedScheme);
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_service.cc 221 GURL site_url = extension_service->GetSiteForExtensionId(extension->id()); local
222 DCHECK(!site_url.is_empty());
225 profile_, site_url)->GetFileSystemContext();
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.h 94 const GURL& site_url) OVERRIDE;
239 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:__anon5107::FaviconGroup
356 for (size_t j = 0; j < arraysize(kIEFaviconGroup[i].site_url); ++j)
357 urls.insert(GURL(kIEFaviconGroup[i].site_url[j]));
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc     [all...]
render_process_host_impl.h 168 // Returns true if |host| is suitable for launching a new view with |site_url|
172 const GURL& site_url);
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest.cc 461 const GURL& site_url = GetWebContents()->GetSiteInstance()->GetSiteURL(); local
463 attach_params.storage_partition_id = site_url.query();
465 site_url.path().find("persist") != std::string::npos;
630 const GURL& site_url = GetWebContents()->GetSiteInstance()->GetSiteURL(); local
632 ack_params.storage_partition_id = site_url.query();
634 site_url.path().find("persist") != std::string::npos;
    [all...]
  /external/chromium_org/chrome/browser/guestview/webview/
webview_guest.cc 660 const GURL& site_url = web_contents()->GetSiteInstance()->GetSiteURL(); local
665 site_url, &partition_domain, &partition_id, &in_memory)) {

Completed in 1289 milliseconds