Searched
refs:GURL (Results
451 -
475 of
5716) sorted by null
<<11121314151617181920>>
/external/chromium/chrome/browser/content_settings/ |
content_settings_pattern.h | 14 class GURL; 21 static ContentSettingsPattern FromURL(const GURL& url); 24 static ContentSettingsPattern FromURLNoWildcard(const GURL& url); 41 bool Matches(const GURL& url) const;
|
/external/chromium/chrome/browser/download/ |
base_file.h | 15 #include "googleurl/src/gurl.h" 29 const GURL& source_url, 30 const GURL& referrer_url, 78 GURL source_url_; 81 GURL referrer_url_;
|
/external/chromium/chrome/browser/extensions/ |
extension_special_storage_policy.h | 13 #include "googleurl/src/gurl.h" 27 virtual bool IsStorageProtected(const GURL& origin); 28 virtual bool IsStorageUnlimited(const GURL& origin); 42 bool Contains(const GURL& origin); 49 typedef std::map<GURL, bool> CachedResults;
|
extension_sync_data.h | 12 #include "googleurl/src/gurl.h" 31 GURL update_url;
|
file_manager_util.h | 11 #include "googleurl/src/gurl.h" 19 static GURL GetFileBrowserUrl(); 23 const FilePath& full_file_path, const GURL& origin_url, GURL* url); 25 static GURL GetFileBrowserUrlWithParams(
|
notifications_apitest.cc | 21 ->GrantPermission(GURL(
|
/external/chromium/chrome/browser/geolocation/ |
geolocation_settings_state.h | 24 typedef std::map<GURL, ContentSetting> StateMap; 30 void OnGeolocationPermissionSet(const GURL& requesting_origin, bool allowed); 59 std::string GURLToFormattedHost(const GURL& url) const; 63 GURL embedder_url_;
|
/external/chromium/chrome/browser/history/ |
download_create_info.h | 18 #include "googleurl/src/gurl.h" 26 const GURL& url, 43 const GURL& url() const; 48 std::vector<GURL> url_chain; 49 GURL referrer_url;
|
history_notifications.h | 14 #include "googleurl/src/gurl.h" 63 std::set<GURL> urls; 76 std::set<GURL> changed_urls; 84 std::set<GURL> urls; 92 GURL url;
|
history_publisher.h | 19 class GURL; 38 const GURL& url, const base::Time& time) const; 39 void PublishPageContent(const base::Time& time, const GURL& url, 48 const GURL& url;
|
/external/chromium/chrome/browser/importer/ |
firefox_importer_utils.h | 17 class GURL; 69 bool CanImportURL(const GURL& url); 83 GURL GetHomepage(const FilePath& profile_path); 88 bool IsDefaultHomepage(const GURL& homepage, const FilePath& app_path);
|
/external/chromium/chrome/browser/ |
intranet_redirect_detector.h | 16 #include "googleurl/src/gurl.h" 37 // redirection is in place, the returned GURL will be empty. 53 static GURL RedirectOrigin(); 70 const GURL& url, 79 GURL redirect_origin_; 82 std::vector<GURL> resulting_origins_;
|
load_from_memory_cache_details.cc | 8 const GURL& url,
|
mock_browsing_data_appcache_helper.h | 19 virtual void DeleteAppCacheGroup(const GURL& manifest_url);
|
/external/chromium/chrome/browser/ui/options/ |
show_options_url.cc | 13 void ShowOptionsURL(Profile* profile, const GURL& url) {
|
/external/chromium/chrome/common/ |
child_process_logging.h | 13 #include "googleurl/src/gurl.h" 38 // Sets the URL that is logged if the child process crashes. Use GURL() to clear 40 void SetActiveURL(const GURL& url); 67 explicit ScopedActiveURLSetter(const GURL& url) { 72 SetActiveURL(GURL()); 91 void SetActiveURLImpl(const GURL& url,
|
chrome_content_client.h | 17 virtual void SetActiveURL(const GURL& url);
|
favicon_url.cc | 11 FaviconURL::FaviconURL(const GURL& url, IconType type)
|
web_apps.h | 13 #include "googleurl/src/gurl.h" 27 GURL url; 45 GURL manifest_url; 54 GURL app_url; 64 std::vector<GURL> urls;
|
/external/chromium/chrome/common/net/ |
predictor_common.h | 15 #include "googleurl/src/gurl.h" 27 typedef std::vector<GURL> UrlList;
|
/external/chromium/net/base/ |
cookie_store.cc | 11 bool CookieStore::SetCookie(const GURL& url, const std::string& cookie_line) { 15 std::string CookieStore::GetCookies(const GURL& url) { 20 const GURL& url, 27 void CookieStore::SetCookies(const GURL& url,
|
keygen_handler.cc | 15 const GURL& url)
|
static_cookie_policy.cc | 8 #include "googleurl/src/gurl.h" 15 const GURL& url, 16 const GURL& first_party_for_cookies) const { 34 int StaticCookiePolicy::CanSetCookie(const GURL& url, 35 const GURL& first_party_for_cookies,
|
/external/chromium/net/ftp/ |
ftp_auth_cache_unittest.cc | 10 #include "googleurl/src/gurl.h" 34 GURL origin1("ftp://foo1"); 35 GURL origin2("ftp://foo2"); 81 GURL origin1("ftp://foo:80"); 82 GURL origin2("ftp://foo:21"); 91 // GURL is automatically canonicalized. Hence the following variations in 98 cache.Add(GURL("ftp://HoSt:21"), kUsername, kPassword); 101 FtpAuthCache::Entry* entry1 = cache.Lookup(GURL("ftp://HoSt:21")); 103 EXPECT_EQ(entry1, cache.Lookup(GURL("ftp://host:21"))); 104 EXPECT_EQ(entry1, cache.Lookup(GURL("ftp://host"))) [all...] |
/external/chromium_org/android_webview/browser/ |
aw_contents_client_bridge_base.h | 12 class GURL; 43 const GURL& request_url, 49 const GURL& origin_url, 56 const GURL& origin_url,
|
Completed in 174 milliseconds
<<11121314151617181920>>