/external/chromium_org/components/navigation_metrics/ |
navigation_metrics.h | 8 class GURL; 12 void RecordMainFrameNavigation(const GURL& url);
|
/external/chromium_org/net/ftp/ |
ftp_request_info.h | 8 #include "url/gurl.h" 15 GURL url;
|
ftp_auth_cache.h | 12 #include "url/gurl.h" 18 // The parameter for doing lookups, insertions, and deletions is a GURL of the 21 // GURL("ftp://myserver") -- OK (implied port of 21) 22 // GURL("ftp://myserver:21") -- OK 23 // GURL("ftp://myserver/PATH") -- WRONG, paths not allowed 30 Entry(const GURL& origin, const AuthCredentials& credentials); 33 GURL origin; 41 Entry* Lookup(const GURL& origin); 45 void Add(const GURL& origin, const AuthCredentials& credentials); 49 void Remove(const GURL& origin, const AuthCredentials& credentials) [all...] |
/external/chromium_org/extensions/browser/api/cast_channel/ |
cast_channel_api_unittest.cc | 10 #include "url/gurl.h" 21 EXPECT_TRUE(ccof::ParseChannelUrl(GURL("cast://192.0.0.1:8009"), 27 EXPECT_TRUE(ccof::ParseChannelUrl(GURL("casts://192.0.0.1:12345"), 33 EXPECT_FALSE(ccof::ParseChannelUrl(GURL("http://192.0.0.1:12345"), 35 EXPECT_FALSE(ccof::ParseChannelUrl(GURL("cast:192.0.0.1:12345"), 37 EXPECT_FALSE(ccof::ParseChannelUrl(GURL("cast://:12345"), &connect_info)); 38 EXPECT_FALSE(ccof::ParseChannelUrl(GURL("cast://192.0.0.1:abcd"), 40 EXPECT_FALSE(ccof::ParseChannelUrl(GURL(""), &connect_info)); 41 EXPECT_FALSE(ccof::ParseChannelUrl(GURL("foo"), &connect_info)); 42 EXPECT_FALSE(ccof::ParseChannelUrl(GURL("cast:"), &connect_info)) [all...] |
/external/chromium_org/extensions/common/ |
extension_urls.cc | 13 #include "url/gurl.h" 22 return GURL(source).SchemeIs(kExtensionScheme) || 51 GURL GetWebstoreItemJsonDataURL(const std::string& extension_id) { 52 return GURL(GetWebstoreLaunchURL() + "/inlineinstall/detail/" + extension_id); 55 GURL GetWebstoreJsonSearchUrl(const std::string& query, 57 GURL url(GetWebstoreLaunchURL() + "/jsonsearch"); 63 GURL GetWebstoreSearchPageUrl(const std::string& query) { 64 return GURL(GetWebstoreLaunchURL() + "/search/" + 68 GURL GetWebstoreUpdateUrl() { 71 return GURL(client->GetWebstoreUpdateURL()) [all...] |
/external/chromium_org/net/base/ |
url_util.h | 14 class GURL; 18 // Returns a new GURL by appending the given query parameter name and the 24 // AppendQueryParameter(GURL("http://example.com"), "name", "value").spec() 26 // AppendQueryParameter(GURL("http://example.com?x=y"), "name", "value").spec() 28 NET_EXPORT GURL AppendQueryParameter(const GURL& url, 32 // Returns a new GURL by appending or replacing the given query parameter name 40 // GURL("http://example.com"), "name", "new").spec() 43 // GURL("http://example.com?x=y&name=old"), "name", "new").spec() 45 NET_EXPORT GURL AppendOrReplaceQueryParameter(const GURL& url [all...] |
/external/chromium_org/android_webview/browser/ |
aw_browser_permission_request_delegate.h | 9 #include "url/gurl.h" 22 const GURL& origin, 26 const GURL& origin) = 0; 29 const GURL& origin, 32 virtual void CancelGeolocationPermissionRequests(const GURL& origin) = 0;
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
url_util.h | 14 #include "url/gurl.h" 20 GURL GetFileManagerMainPageUrl(); 24 GURL GetFileManagerMainPageUrlWithParams( 27 const GURL& current_directory_url, 28 const GURL& selection_url,
|
/external/chromium_org/chrome/common/ |
search_urls.cc | 8 #include "url/gurl.h" 13 bool MatchesOrigin(const GURL& my_url, const GURL& other_url) { 22 bool MatchesOriginAndPath(const GURL& my_url, const GURL& other_url) {
|
/external/chromium_org/components/content_settings/core/common/ |
permission_request_id.h | 10 #include "url/gurl.h" 18 const GURL& origin); 24 GURL origin() const { return origin_; } 36 // If you don't use origin to check permission request, pass an empty GURL. 37 GURL origin_;
|
/external/chromium_org/components/history/core/test/ |
history_client_fake_bookmarks.h | 22 void AddBookmark(const GURL& url); 23 void AddBookmarkWithTitle(const GURL& url, const base::string16& title); 24 void DelBookmark(const GURL& url); 27 virtual bool IsBookmarked(const GURL& url) OVERRIDE; 31 std::map<GURL, base::string16> bookmarks_;
|
/external/chromium_org/content/browser/appcache/ |
appcache_policy.h | 8 class GURL; 19 virtual bool CanLoadAppCache(const GURL& manifest_url, 20 const GURL& first_party) = 0; 23 virtual bool CanCreateAppCache(const GURL& manifest_url, 24 const GURL& first_party) = 0;
|
/external/chromium_org/content/browser/download/ |
file_metadata_mac.h | 8 class GURL; 19 void AddOriginMetadataToFile(const base::FilePath& file, const GURL& source, 20 const GURL& referrer); 26 void AddQuarantineMetadataToFile(const base::FilePath& file, const GURL& source, 27 const GURL& referrer);
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_factory_impl.h | 28 const GURL& origin_url, 34 const GURL& origin_url, 40 const GURL& origin_url, 43 virtual void HandleBackingStoreFailure(const GURL& origin_url) OVERRIDE; 45 const GURL& origin_url, 49 const GURL& origin_url) const OVERRIDE; 51 virtual void ForceClose(const GURL& origin_url) OVERRIDE; 57 virtual void ReportOutstandingBlobs(const GURL& origin_url, 64 virtual size_t GetConnectionCount(const GURL& origin_url) const OVERRIDE; 70 const GURL& origin_url [all...] |
/external/chromium_org/content/browser/service_worker/ |
service_worker_info.h | 12 #include "url/gurl.h" 21 const GURL& script_url, 31 GURL script_url; 42 const GURL& pattern, 49 GURL pattern;
|
/external/chromium_org/content/common/ |
pepper_renderer_instance_data.h | 8 #include "url/gurl.h" 24 const GURL& document, 25 const GURL& plugin); 29 GURL document_url; 30 GURL plugin_url;
|
/external/chromium_org/content/public/test/ |
mock_special_storage_policy.cc | 15 bool MockSpecialStoragePolicy::IsStorageProtected(const GURL& origin) { 19 bool MockSpecialStoragePolicy::IsStorageUnlimited(const GURL& origin) { 25 bool MockSpecialStoragePolicy::IsStorageSessionOnly(const GURL& origin) { 29 bool MockSpecialStoragePolicy::CanQueryDiskSize(const GURL& origin) { 37 bool MockSpecialStoragePolicy::HasIsolatedStorage(const GURL& origin) {
|
/external/chromium_org/extensions/shell/browser/ |
shell_special_storage_policy.cc | 15 bool ShellSpecialStoragePolicy::IsStorageProtected(const GURL& origin) { 19 bool ShellSpecialStoragePolicy::IsStorageUnlimited(const GURL& origin) { 23 bool ShellSpecialStoragePolicy::IsStorageSessionOnly(const GURL& origin) { 27 bool ShellSpecialStoragePolicy::CanQueryDiskSize(const GURL& origin) { 39 bool ShellSpecialStoragePolicy::HasIsolatedStorage(const GURL& origin) {
|
shell_special_storage_policy.h | 19 virtual bool IsStorageProtected(const GURL& origin) OVERRIDE; 20 virtual bool IsStorageUnlimited(const GURL& origin) OVERRIDE; 21 virtual bool IsStorageSessionOnly(const GURL& origin) OVERRIDE; 22 virtual bool CanQueryDiskSize(const GURL& origin) OVERRIDE; 24 virtual bool HasIsolatedStorage(const GURL& origin) OVERRIDE;
|
/external/chromium_org/chrome/browser/content_settings/ |
content_settings_default_provider_unittest.cc | 16 #include "url/gurl.h" 42 GURL(), 43 GURL(), 55 GURL(), 56 GURL(), 63 GURL(), 64 GURL(), 76 GURL(), 77 GURL(), 84 GURL("http://example.com/") [all...] |
/external/chromium_org/net/proxy/ |
proxy_bypass_rules_unittest.cc | 24 EXPECT_TRUE(rules.Matches(GURL("http://www.google.com"))); 25 EXPECT_TRUE(rules.Matches(GURL("ftp://www.google.com:99"))); 26 EXPECT_TRUE(rules.Matches(GURL("https://www.google.com:81"))); 29 EXPECT_FALSE(rules.Matches(GURL("http://foo.www.google.com"))); 30 EXPECT_FALSE(rules.Matches(GURL("http://xxx.google.com"))); 31 EXPECT_FALSE(rules.Matches(GURL("http://google.com"))); 32 EXPECT_FALSE(rules.Matches(GURL("http://www.google.com.baz.org"))); 44 EXPECT_TRUE(rules.Matches(GURL("http://www.google.com"))); 45 EXPECT_TRUE(rules.Matches(GURL("ftp://www.google.com:99"))); 46 EXPECT_TRUE(rules.Matches(GURL("https://a.google.com:81"))) [all...] |
/external/chromium_org/chrome/browser/browsing_data/ |
mock_browsing_data_service_worker_helper.cc | 34 const GURL& origin) { 41 const GURL kOrigin1("https://swhost1:1/"); 42 std::vector<GURL> scopes1; 43 scopes1.push_back(GURL("https://swhost1:1/app1/*")); 44 scopes1.push_back(GURL("https://swhost1:1/app2/*")); 45 const GURL kOrigin2("https://swhost2:2/"); 46 std::vector<GURL> scopes2; 47 scopes2.push_back(GURL("https://swhost2:2/*")); 63 for (std::map<GURL, bool>::iterator i = origins_.begin(); 69 for (std::map<GURL, bool>::const_iterator i = origins_.begin() [all...] |
/external/chromium_org/components/dom_distiller/core/ |
url_utils.cc | 14 #include "url/gurl.h" 26 const GURL GetDistillerViewUrlFromEntryId(const std::string& scheme, 28 GURL url(scheme + "://" + base::GenerateGUID()); 32 const GURL GetDistillerViewUrlFromUrl(const std::string& scheme, 33 const GURL& view_url) { 34 GURL url(scheme + "://" + base::GenerateGUID()); 38 std::string GetValueForKeyInUrl(const GURL& url, const std::string& key) { 52 GURL dummy_url(kDummyInternalUrlPrefix + path); 56 bool IsUrlDistillable(const GURL& url) { 60 bool IsDistilledPage(const GURL& url) [all...] |
/external/chromium_org/content/common/fileapi/ |
webblob_messages.h | 37 GURL, 40 GURL) 46 GURL /* url */, 51 GURL /* url */, 56 GURL /* url */, 62 GURL /* url */) 66 GURL /* url */) 70 GURL /* url */, 71 GURL /* src_url */) 75 GURL /* url */ [all...] |
/external/chromium_org/google_apis/gaia/ |
gaia_urls.cc | 59 GURL GetURLSwitchValueWithDefault(const char* switch_value, 63 const GURL result(string_value); 83 GURL("http://" + gaia_url_.host() + 133 const GURL& GaiaUrls::gaia_url() const { 137 const GURL& GaiaUrls::captcha_base_url() const { 141 const GURL& GaiaUrls::client_login_url() const { 145 const GURL& GaiaUrls::service_login_url() const { 149 const GURL& GaiaUrls::service_login_auth_url() const { 153 const GURL& GaiaUrls::service_logout_url() const { 157 const GURL& GaiaUrls::issue_auth_token_url() const [all...] |