/external/chromium_org/chrome/renderer/prerender/ |
prerender_dispatcher_unittest.cc | 13 #include "url/gurl.h" 35 bool IsPrerenderURL(const GURL& url) const { 43 int StartPrerender(const GURL& url) { 52 void AddAliasToPrerender(const GURL& url) { 56 void RemoveAliasFromPrerender(const GURL& url) { 57 std::vector<GURL> urls; 66 int GetCountForURL(const GURL& url) const { 80 GURL foo_url = GURL("http://foo.com"); 88 GURL foo_url = GURL("http://foo.com") [all...] |
/external/chromium_org/content/common/fileapi/ |
file_system_messages.h | 14 #include "url/gurl.h" 40 GURL /* root_url */) 74 GURL /* origin_url */, 80 GURL /* filesystem_url */) 85 GURL /* origin_url */, 91 GURL /* src path */, 92 GURL /* dest path */) 97 GURL /* src path */, 98 GURL /* dest path */) 103 GURL /* path */ [all...] |
/external/chromium_org/chrome/browser/extensions/ |
chrome_content_browser_client_extensions_part.h | 28 static GURL GetEffectiveURL(Profile* profile, const GURL& url); 30 const GURL& effective_url); 32 const GURL& url); 35 const GURL& site_url); 37 const GURL& url); 40 const GURL& current_url, 41 const GURL& new_url); 44 const GURL& current_url, 45 const GURL& new_url) [all...] |
extension_special_storage_policy.h | 14 #include "url/gurl.h" 31 virtual bool IsStorageProtected(const GURL& origin) OVERRIDE; 32 virtual bool IsStorageUnlimited(const GURL& origin) OVERRIDE; 33 virtual bool IsStorageSessionOnly(const GURL& origin) OVERRIDE; 34 virtual bool CanQueryDiskSize(const GURL& origin) OVERRIDE; 36 virtual bool HasIsolatedStorage(const GURL& origin) OVERRIDE; 50 const GURL& origin); 61 bool Contains(const GURL& origin); 62 const extensions::ExtensionSet* ExtensionsContaining(const GURL& origin); 69 typedef std::map<GURL, extensions::ExtensionSet*> CachedResults [all...] |
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_factory.h | 21 #include "url/gurl.h" 35 typedef std::multimap<GURL, IndexedDBDatabase*> OriginDBMap; 43 const GURL& origin_url, 49 const GURL& origin_url, 55 const GURL& origin_url, 58 virtual void HandleBackingStoreFailure(const GURL& origin_url) = 0; 60 const GURL& origin_url, 63 virtual OriginDBs GetOpenDatabasesForOrigin(const GURL& origin_url) const = 0; 65 virtual void ForceClose(const GURL& origin_url) = 0; 71 virtual void ReportOutstandingBlobs(const GURL& origin_url [all...] |
/external/chromium_org/content/test/ |
test_render_frame_host.h | 54 const GURL& url, 57 void SendNavigate(int page_id, const GURL& url); 58 void SendFailedNavigate(int page_id, const GURL& url); 61 const GURL& url, ui::PageTransition transition, 65 const GURL& url, 66 const GURL& original_request_url); 69 const GURL& url, 75 const GURL& url, 76 const std::vector<GURL>& redirects); 79 const GURL& url [all...] |
/external/chromium_org/components/autofill/content/browser/wallet/ |
wallet_service_url.cc | 21 #include "url/gurl.h" 54 GURL GetWalletHostUrl() { 59 return GURL(wallet_service_hostname); 61 return GURL(kProdWalletServiceUrl); 62 return GURL(kSandboxWalletServiceUrl); 65 GURL GetBaseWalletUrl(size_t user_index) { 70 GURL GetBaseAutocheckoutUrl(size_t user_index) { 74 GURL GetBaseSecureUrl() { 79 return GURL(wallet_secure_url); 81 return GURL(kProdWalletServiceUrl) [all...] |
/external/chromium_org/chrome/browser/policy/ |
url_blacklist_manager_unittest.cc | 26 #include "url/gurl.h" 330 EXPECT_TRUE(blacklist.IsURLBlocked(GURL("http://google.com"))); 331 EXPECT_TRUE(blacklist.IsURLBlocked(GURL("http://google.com/"))); 332 EXPECT_TRUE(blacklist.IsURLBlocked(GURL("http://google.com/whatever"))); 333 EXPECT_TRUE(blacklist.IsURLBlocked(GURL("https://google.com/"))); 334 EXPECT_FALSE(blacklist.IsURLBlocked(GURL("bogus://google.com/"))); 335 EXPECT_FALSE(blacklist.IsURLBlocked(GURL("http://notgoogle.com/"))); 336 EXPECT_TRUE(blacklist.IsURLBlocked(GURL("http://mail.google.com"))); 337 EXPECT_TRUE(blacklist.IsURLBlocked(GURL("http://x.mail.google.com"))); 338 EXPECT_TRUE(blacklist.IsURLBlocked(GURL("https://x.mail.google.com/"))) [all...] |
/external/chromium_org/chrome/common/extensions/ |
sync_type_unittest.cc | 13 #include "url/gurl.h" 31 const GURL& update_url, 32 const GURL& launch_url, 83 const GURL& update_url, 84 const GURL& launch_url, 104 MakeSyncTestExtension(EXTENSION, GURL(), GURL(), 112 MakeSyncTestExtension(USER_SCRIPT, GURL(kValidUpdateUrl1), GURL(), 120 MakeSyncTestExtension(USER_SCRIPT, GURL(), GURL() [all...] |
/external/chromium_org/net/http/ |
http_auth_filter_unittest.cc | 11 #include "url/gurl.h" 31 GURL url; 38 { GURL(std::string()), HttpAuth::AUTH_NONE, false, 0 }, 39 { GURL("http://foo.cn"), HttpAuth::AUTH_PROXY, true, ALL_SERVERS_MATCH }, 40 { GURL("http://foo.cn"), HttpAuth::AUTH_SERVER, false, 0 }, 41 { GURL("http://slashdot.org"), HttpAuth::AUTH_NONE, false, 0 }, 42 { GURL("http://www.google.com"), HttpAuth::AUTH_SERVER, true, 1 << 0 }, 43 { GURL("http://www.google.com"), HttpAuth::AUTH_PROXY, true, 45 { GURL("https://login.facebook.com/login.php?login_attempt=1"), 47 { GURL("http://codereview.chromium.org/634002/show"), HttpAuth::AUTH_SERVER [all...] |
/external/chromium_org/android_webview/browser/ |
aw_static_cookie_policy_unittest.cc | 9 class GURL; 16 static const GURL kUrlFirstParty; 17 static const GURL kUrlThirdParty; 34 const GURL AwStaticCookiePolicyTest::kUrlFirstParty = 35 GURL("http://first.example"); 36 const GURL AwStaticCookiePolicyTest::kUrlThirdParty = 37 GURL("http://third.example");
|
icon_helper.h | 11 #include "url/gurl.h" 30 virtual bool ShouldDownloadFavicon(const GURL& icon_url) = 0; 31 virtual void OnReceivedIcon(const GURL& icon_url, 48 const GURL& url, 54 const GURL& image_url, 59 void MarkUnableToDownloadFavicon(const GURL& icon_url); 60 bool WasUnableToDownloadFavicon(const GURL& icon_url) const;
|
/external/chromium_org/chrome/browser/extensions/api/web_navigation/ |
web_navigation_api_helpers.h | 19 class GURL; 33 const GURL& validated_url); 38 const GURL& url, 43 const GURL& url); 47 const GURL& url); 54 const GURL& target_url); 58 const GURL& url,
|
/external/chromium_org/chrome/browser/search_engines/ |
search_provider_install_state_message_filter.h | 13 class GURL; 32 const GURL& page_location, 33 const GURL& requested_host); 36 void OnGetSearchProviderInstallState(const GURL& page_location, 37 const GURL& requested_host, 41 void ReplyWithProviderInstallState(const GURL& page_location, 42 const GURL& requested_host,
|
/external/chromium_org/chrome/renderer/searchbox/ |
search_bouncer.h | 13 #include "url/gurl.h" 28 bool ShouldFork(const GURL& url) const; 31 bool IsNewTabPage(const GURL& url) const; 34 void OnSetSearchURLs(std::vector<GURL> search_urls, GURL new_tab_page_url); 43 std::vector<GURL> search_urls_; 44 GURL new_tab_page_url_;
|
/external/chromium_org/content/browser/service_worker/ |
service_worker_context_observer.h | 9 #include "url/gurl.h" 19 const GURL& url) 27 const GURL source_url; 34 const GURL& source_url) 44 const GURL source_url; 61 virtual void OnRegistrationStored(const GURL& pattern) {} 62 virtual void OnRegistrationDeleted(const GURL& pattern) {}
|
service_worker_utils.h | 12 #include "url/gurl.h" 26 CONTENT_EXPORT static bool ScopeMatches(const GURL& scope, const GURL& url); 31 explicit LongestScopeMatcher(const GURL& url) : url_(url) {} 35 bool MatchLongest(const GURL& scope); 38 const GURL url_; 39 GURL match_;
|
/external/chromium_org/content/public/common/ |
referrer.h | 11 #include "url/gurl.h" 19 Referrer(const GURL& url, blink::WebReferrerPolicy policy) : url(url), 25 GURL url; 28 static Referrer SanitizeForRequest(const GURL& request, 34 sanitized_referrer.url = GURL(); 42 sanitized_referrer.url = GURL(); 48 sanitized_referrer.url = GURL();
|
/external/chromium_org/chrome/browser/chromeos/fileapi/ |
external_file_url_util.cc | 27 GURL FileSystemURLToExternalFileURL( 30 return GURL(); 36 return GURL(base::StringPrintf( 42 return GURL(); 46 base::FilePath ExternalFileURLToVirtualPath(const GURL& url) { 54 GURL CreateExternalFileURLFromPath(Profile* profile, 58 GURL raw_file_system_url; 64 return GURL(); 72 return GURL();
|
/external/chromium_org/chrome/browser/ |
image_holder.h | 12 #include "url/gurl.h" 29 ImageHolder(const GURL& low_dpi_url, 30 const GURL& high_dpi_url, 43 virtual void OnFetchComplete(const GURL url, const SkBitmap* bitmap) OVERRIDE; 46 GURL low_dpi_url() const { return low_dpi_url_; } 47 GURL high_dpi_url() const { return high_dpi_url_; } 52 void CreateBitmapFetcher(const GURL& url); 54 GURL low_dpi_url_; 55 GURL high_dpi_url_;
|
/external/chromium_org/content/browser/quota/ |
mock_quota_manager_proxy.h | 12 #include "url/gurl.h" 31 virtual void NotifyOriginInUse(const GURL& origin) OVERRIDE {} 32 virtual void NotifyOriginNoLongerInUse(const GURL& origin) OVERRIDE {} 34 const GURL& origin, 39 const GURL& origin, 48 const GURL& origin, 56 const GURL& origin, 62 GURL last_notified_origin() const { return last_notified_origin_; } 76 GURL last_notified_origin_;
|
/external/chromium_org/content/child/npapi/ |
plugin_url_fetcher.h | 12 #include "url/gurl.h" 23 const GURL& url, 24 const GURL& first_party_for_cookies, 28 const GURL& referrer, 45 GURL first_party_for_cookies() { return first_party_for_cookies_; } 46 GURL referrer() { return referrer_; } 73 GURL url_; 74 GURL first_party_for_cookies_; 75 GURL referrer_;
|
/external/chromium_org/google_apis/drive/ |
gdata_wapi_url_generator.h | 12 #include "url/gurl.h" 20 GDataWapiUrlGenerator(const GURL& base_url); 31 static GURL AddStandardUrlParams(const GURL& url); 35 GURL GenerateEditUrl(const std::string& resource_id) const; 44 GURL GenerateEditUrlWithoutParams(const std::string& resource_id) const; 50 GURL GenerateEditUrlWithEmbedOrigin(const std::string& resource_id, 51 const GURL& embed_origin) const; 54 const GURL base_url_;
|
/external/chromium_org/components/precache/core/ |
precache_fetcher_unittest.cc | 33 const GURL& url, net::URLFetcherDelegate* delegate, 50 const std::multiset<GURL>& requested_urls() const { 56 std::multiset<GURL> requested_urls_; 112 std::list<GURL> starting_urls; 113 starting_urls.push_back(GURL("http://manifest-fetch-failure.com")); 114 starting_urls.push_back(GURL("http://bad-manifest.com")); 115 starting_urls.push_back(GURL("http://good-manifest.com")); 116 starting_urls.push_back(GURL("http://not-in-top-3.com")); 129 factory_.SetFakeResponse(GURL(kConfigURL), config.SerializeAsString(), 131 factory_.SetFakeResponse(GURL(kManifestFetchFailureURL), "" [all...] |
/external/chromium_org/chrome/browser/google/ |
google_profile_helper.cc | 10 #include "url/gurl.h" 14 GURL GetGoogleHomePageURL(Profile* profile) { 18 tracker->google_url() : GURL(GoogleURLTracker::kDefaultGoogleHomepage);
|