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

  /external/chromium_org/content/public/browser/
content_browser_client.cc 55 const GURL& site_url) {
65 const GURL& site_url) {
render_process_host.h 267 content::BrowserContext* browser_context, const GURL& site_url);
276 content::BrowserContext* browser_context, const GURL& site_url);
content_browser_client.h 225 // Returns whether a new view for a given |site_url| can be launched in a
228 const GURL& site_url);
  /external/chromium_org/chrome/browser/extensions/
extension_storage_monitor.cc 104 const GURL& site_url,
110 GURL origin = site_url.GetOrigin();
463 GURL site_url = local
466 content::BrowserContext::GetStoragePartitionForSite(context_, site_url);
471 GURL storage_origin(site_url.GetOrigin());
  /external/chromium_org/chrome/browser/guest_view/web_view/
web_view_guest.cc 150 std::string GetStoragePartitionIdFromSiteURL(const GURL& site_url) {
151 const std::string& partition_id = site_url.query();
152 bool persist_storage = site_url.path().find("persist") != std::string::npos;
586 const GURL& site_url = guest_web_contents()->GetSiteInstance()->GetSiteURL(); local
589 GetStoragePartitionIdFromSiteURL(site_url);
1088 const GURL& site_url = guest_web_contents()->GetSiteInstance()->GetSiteURL(); local
1526 const GURL& site_url = new_contents->GetSiteInstance()->GetSiteURL(); local
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_service.cc 226 GURL site_url = local
228 DCHECK(!site_url.is_empty());
231 profile_, site_url)->GetFileSystemContext();
  /external/chromium_org/content/browser/
site_instance_impl.cc 205 GURL site_url = GetSiteForURL(browsing_instance_->browser_context(), url);
207 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/extensions/browser/
process_manager.cc 68 const GURL& site_url = site_instance->GetSiteURL(); local
70 if (!site_url.SchemeIs(kExtensionScheme) &&
71 !site_url.SchemeIs(content::kGuestScheme))
74 return site_url.host();
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.h 199 // Returns true if |host| is suitable for launching a new view with |site_url|
203 const GURL& site_url);
render_process_host_impl.cc     [all...]
  /external/chromium_org/chrome/browser/importer/
ie_importer_browsertest_win.cc 104 const base::char16* site_url[2]; member in struct:__anon8688::FaviconGroup
315 for (size_t j = 0; j < arraysize(kIEFaviconGroup[i].site_url); ++j)
316 urls.insert(GURL(kIEFaviconGroup[i].site_url[j]));
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.h 105 const GURL& site_url) OVERRIDE;
chrome_content_browser_client.cc 2464 const GURL& site_url = rvh->GetSiteInstance()->GetSiteURL(); local
    [all...]

Completed in 492 milliseconds