/external/chromium/chrome/browser/chromeos/login/ |
registration_screen.h | 22 class GURL; 77 static void set_registration_host_page_url(const GURL& url); 94 const GURL& url, 95 const GURL& referrer, 104 static scoped_ptr<GURL> host_page_url_;
|
/external/chromium/chrome/browser/extensions/ |
extension_web_ui.h | 18 class GURL; 36 explicit ExtensionWebUI(TabContents* tab_contents, const GURL& url); 60 static bool HandleChromeURLOverride(GURL* url, Profile* profile); 79 const GURL& page_url); 104 GURL url_;
|
pending_extension_manager.h | 16 class GURL; 69 const GURL& update_url, 78 const GURL& update_url, 94 const GURL& update_url, 121 int count, const GURL& update_url,
|
/external/chromium/chrome/browser/net/ |
connect_interceptor.cc | 22 GURL request_scheme_host(request->url().GetWithEmptyPath()); 31 GURL original_scheme_host(request->original_url().GetWithEmptyPath()); 51 GURL referring_scheme_host = GURL(request->referrer()).GetWithEmptyPath(); 78 const GURL& location) {
|
/external/chromium/chrome/browser/renderer_host/ |
offline_resource_handler.h | 36 virtual bool OnRequestRedirected(int request_id, const GURL& new_url, 39 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer); 54 bool IsRemote(const GURL& url) const; 60 bool ShouldShowOfflinePage(const GURL& url) const; 77 GURL deferred_url_;
|
save_file_resource_handler.h | 12 #include "googleurl/src/gurl.h" 21 const GURL& url, 29 virtual bool OnRequestRedirected(int request_id, const GURL& url, 36 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer); 69 GURL url_; 70 GURL final_url_;
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_service.h | 24 #include "googleurl/src/gurl.h" 62 GURL url; 63 GURL original_url; 64 std::vector<GURL> redirect_urls; 78 std::vector<GURL> urls; 113 virtual void OnBrowseUrlCheckResult(const GURL& url, 117 virtual void OnDownloadUrlCheckResult(const std::vector<GURL>& url_chain, 142 bool CanCheckUrl(const GURL& url) const; 156 virtual bool CheckBrowseUrl(const GURL& url, Client* client); 160 bool CheckDownloadUrl(const std::vector<GURL>& url_chain, Client* client) [all...] |
/external/chromium/chrome/common/extensions/ |
extension_localization_peer.h | 30 const GURL& request_url); 35 const GURL& new_url, 38 GURL* new_first_party_for_cookies); 56 const GURL& request_url); 76 GURL request_url_;
|
/external/chromium/net/base/ |
registry_controlled_domain.h | 47 The RegistryControlledDomainService examines the hostname of a GURL passed to 65 * Rules should have been normalized using the same canonicalization that GURL 107 GURL to normalize rules, and validating the rules. 118 class GURL; 134 // information, but no subdomains, from the given GURL. Returns an empty 135 // string if the GURL is invalid, has no host (e.g. a file: URL), has multiple 153 static std::string GetDomainAndRegistry(const GURL& gurl); 155 // Like the GURL version, but takes a host (which is canonicalized internally) 156 // instead of a full GURL [all...] |
/external/chromium/net/url_request/ |
url_request_test_job.h | 59 static GURL test_url_1(); 60 static GURL test_url_2(); 61 static GURL test_url_3(); 62 static GURL test_url_error(); 100 virtual bool IsRedirectResponse(GURL* location, int* http_status_code);
|
/external/chromium/webkit/glue/ |
bookmarklet_unittest.cc | 9 #include "googleurl/src/gurl.h" 20 test_shell_->LoadURL(GURL("data:text/html,start page")); 27 GURL("javascript:location.href='data:text/plain,SUCCESS'")); 39 GURL("javascript:void(location.href='data:text/plain,SUCCESS')")); 60 test_shell_->LoadURL(GURL("javascript:'hello world'")); 67 test_shell_->LoadURL(GURL(
|
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_file_system_helper.h | 18 #include "url/gurl.h" 46 // Detailed information about a file system, including it's origin GURL, 49 FileSystemInfo(const GURL& origin); 53 GURL origin; 81 virtual void DeleteFileSystemOrigin(const GURL& origin) = 0; 114 void AddFileSystem(const GURL& origin, 140 virtual void DeleteFileSystemOrigin(const GURL& origin) OVERRIDE {}
|
browsing_data_indexed_db_helper.h | 19 #include "url/gurl.h" 43 virtual void DeleteIndexedDB(const GURL& origin) = 0; 58 PendingIndexedDBInfo(const GURL& origin, const base::string16& name); 63 GURL origin; 76 void AddIndexedDB(const GURL& origin, 97 virtual void DeleteIndexedDB(const GURL& origin) OVERRIDE {}
|
mock_browsing_data_file_system_helper.cc | 22 const GURL& origin) { 30 const GURL& origin, bool has_persistent, bool has_temporary, 44 AddFileSystem(GURL("http://fshost1:1/"), false, true, false); 45 AddFileSystem(GURL("http://fshost2:2/"), true, false, true); 46 AddFileSystem(GURL("http://fshost3:3/"), true, true, true);
|
mock_browsing_data_indexed_db_helper.cc | 23 const GURL& origin) { 29 const GURL kOrigin1("http://idbhost1:1/"); 30 const GURL kOrigin2("http://idbhost2:2/"); 45 for (std::map<GURL, bool>::iterator i = origins_.begin(); 51 for (std::map<GURL, bool>::const_iterator i = origins_.begin();
|
mock_browsing_data_local_storage_helper.cc | 24 const GURL& origin) { 31 const GURL kOrigin1("http://host1:1/"); 32 const GURL kOrigin2("http://host2:2/"); 49 for (std::map<const GURL, bool>::iterator i = origins_.begin(); 55 for (std::map<const GURL, bool>::const_iterator i =
|
/external/chromium_org/chrome/browser/component_updater/ |
background_downloader_win.h | 35 virtual void DoStartDownload(const GURL& url) OVERRIDE; 42 void BeginDownload(const GURL& url); 62 HRESULT QueueBitsJob(const GURL& url); 63 HRESULT CreateOrOpenJob(const GURL& url); 64 HRESULT InitializeNewJob(const GURL& url);
|
/external/chromium_org/chrome/browser/extensions/api/dial/ |
dial_device_data.h | 13 #include "url/gurl.h" 30 const GURL& device_description_url, 48 const GURL& device_description_url() const; 49 void set_device_description_url(const GURL& url); 73 static bool IsDeviceDescriptionUrl(const GURL& url); 84 GURL device_description_url_;
|
/external/chromium_org/chrome/browser/extensions/ |
extension_web_ui.h | 38 ExtensionWebUI(content::WebUI* web_ui, const GURL& url); 46 static bool HandleChromeURLOverride(GURL* url, 49 GURL* url, content::BrowserContext* browser_context); 69 const GURL& page_url, 86 GURL url_;
|
/external/chromium_org/chrome/browser/extensions/updater/ |
manifest_fetch_data.h | 13 #include "url/gurl.h" 49 ManifestFetchData(const GURL& update_url, int request_id); 60 const GURL& base_url() const { return base_url_; } 61 const GURL& full_url() const { return full_url_; } 86 GURL base_url_; 90 GURL full_url_;
|
/external/chromium_org/chrome/browser/favicon/ |
favicon_tab_helper.h | 21 class GURL; 39 void FetchFavicon(const GURL& url); 71 virtual int StartDownload(const GURL& url, int max_bitmap_size) OVERRIDE; 78 const GURL& image_url, 88 const GURL& url,
|
/external/chromium_org/chrome/browser/history/ |
top_sites_cache.cc | 12 TopSitesCache::CanonicalURLQuery::CanonicalURLQuery(const GURL& url) { 42 Images* TopSitesCache::GetImage(const GURL& url) { 47 const GURL& url, 49 std::map<GURL, Images>::const_iterator found = 61 bool TopSitesCache::GetPageThumbnailScore(const GURL& url, 63 std::map<GURL, Images>::const_iterator found = 72 const GURL& TopSitesCache::GetCanonicalURL(const GURL& url) const { 77 GURL TopSitesCache::GetGeneralizedCanonicalURL(const GURL& url) const [all...] |
/external/chromium_org/chrome/browser/local_discovery/ |
cloud_print_base_api_flow.h | 48 const GURL& automated_claim_url, 55 const GURL& automated_claim_url, 62 const GURL& automated_claim_url, 87 void CreateRequest(const GURL& url); 96 GURL url_;
|
/external/chromium_org/chrome/browser/net/ |
connect_interceptor.cc | 24 GURL request_scheme_host(Predictor::CanonicalizeUrl(request->url())); 25 if (request_scheme_host == GURL::EmptyGURL()) 36 GURL original_scheme_host(request->original_url().GetWithEmptyPath()); 58 GURL referring_scheme_host = GURL(request->referrer()).GetWithEmptyPath();
|
cookie_policy_browsertest.cc | 38 GURL url(test_server()->GetURL("set-cookie?cookie1")); 58 GURL url(test_server()->GetURL("server-redirect?")); 59 GURL redirected_url(test_server()->GetURL("set-cookie?cookie2")); 65 GURL::Replacements replacements; 77 GURL(url.spec() + redirected_url.spec()));
|