Searched
refs:GURL (Results
951 -
975 of
5716) sorted by null
<<31323334353637383940>>
/external/chromium/chrome/browser/ |
custom_home_pages_table_model.h | 17 class GURL; 34 void SetURLs(const std::vector<GURL>& urls); 37 void Add(int index, const GURL& url); 47 std::vector<GURL> GetURLs();
|
mock_browsing_data_appcache_helper.cc | 27 const GURL& manifest_url) {
|
/external/chromium/chrome/browser/download/ |
drag_download_file.h | 14 #include "googleurl/src/gurl.h" 38 const GURL& url, 39 const GURL& referrer, 87 GURL url_; 88 GURL referrer_;
|
save_file.cc | 12 : BaseFile(FilePath(), info->url, GURL(), 0, linked_ptr<net::FileStream>()),
|
/external/chromium/chrome/browser/extensions/ |
extension_event_router.h | 17 class GURL; 60 Profile* restrict_to_profile, const GURL& event_url); 66 Profile* restrict_to_profile, const GURL& event_url); 74 Profile* restrict_to_profile, const GURL& event_url);
|
extension_function_dispatcher.h | 13 #include "googleurl/src/gurl.h" 82 const GURL& url); 107 const GURL& url() { return url_; } 122 const GURL& url); 133 GURL url_;
|
extension_icon_source_apitest.cc | 13 #include "googleurl/src/gurl.h" 29 GURL("chrome-extension://gbmgkahjioeacddebbnengilkgbkhodg/index.html")); 40 GURL("chrome-extension://apocjbpjpkghdepdngjlknfpmabcmlao/index.html")); 60 GURL("chrome-extension://gbmgkahjioeacddebbnengilkgbkhodg/index.html")); 74 GURL("chrome-extension://apocjbpjpkghdepdngjlknfpmabcmlao/index.html"));
|
extension_messages_apitest.cc | 10 #include "googleurl/src/gurl.h" 33 GURL()); 37 GURL("http://a.com/")); 41 GURL("http://b.com/")); 45 GURL());
|
stubs_apitest.cc | 8 #include "googleurl/src/gurl.h" 25 GURL url(test_server()->GetURL("file/extensions/test_file.html"));
|
/external/chromium/chrome/browser/net/ |
connect_interceptor.h | 29 const GURL& location);
|
connection_tester.h | 13 #include "googleurl/src/gurl.h" 79 Experiment(const GURL& url, 88 GURL url; 138 void RunAllTests(const GURL& url); 153 static void GetAllPossibleExperimentCombinations(const GURL& url,
|
url_request_slow_http_job.h | 26 static GURL GetMockUrl(const FilePath& path);
|
view_blob_internals_job_factory.cc | 15 bool ViewBlobInternalsJobFactory::IsSupportedURL(const GURL& url) {
|
/external/chromium/chrome/browser/renderer_host/ |
download_throttling_resource_handler.h | 13 #include "googleurl/src/gurl.h" 36 const GURL& url, 46 virtual bool OnRequestRedirected(int request_id, const GURL& url, 49 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer); 69 GURL url_;
|
/external/chromium/chrome/browser/ssl/ |
ssl_request_info.cc | 7 SSLRequestInfo::SSLRequestInfo(const GURL& url,
|
/external/chromium/chrome/browser/ui/webui/ |
shared_resources_data_source.h | 16 class GURL;
|
/external/chromium/chrome/common/extensions/ |
file_browser_handler.cc | 8 #include "googleurl/src/gurl.h" 24 bool FileBrowserHandler::MatchesURL(const GURL& url) const {
|
/external/chromium/net/base/ |
net_util.h | 30 class GURL; 83 GURL FilePathToFileURL(const FilePath& path); 86 // file URL must be well-formed (GURL::is_valid() must return true); we don't 89 bool FileURLToFilePath(const GURL& url, FilePath* file_path); 106 std::string GetHostAndPort(const GURL& url); 110 std::string GetHostAndOptionalPort(const GURL& url); 129 void GetIdentityFromURL(const GURL& url, 134 std::string GetHostOrSpecFromURL(const GURL& url); 189 // The input should be the canonicalized ASCII host name from GURL. This 277 string16 GetSuggestedFilename(const GURL& url [all...] |
/external/chromium/net/ftp/ |
ftp_auth_cache.cc | 8 #include "googleurl/src/gurl.h" 15 FtpAuthCache::Entry::Entry(const GURL& origin, 29 FtpAuthCache::Entry* FtpAuthCache::Lookup(const GURL& origin) { 37 void FtpAuthCache::Add(const GURL& origin, const string16& username, 55 void FtpAuthCache::Remove(const GURL& origin, const string16& username,
|
/external/chromium/net/http/ |
url_security_manager_win.cc | 13 #include "googleurl/src/gurl.h" 34 virtual bool CanUseDefaultCredentials(const GURL& auth_origin) const; 35 virtual bool CanDelegate(const GURL& auth_origin) const; 52 const GURL& auth_origin) const { 105 bool URLSecurityManagerWin::CanDelegate(const GURL& auth_origin) const {
|
/external/chromium/net/proxy/ |
mock_proxy_resolver.h | 12 #include "googleurl/src/gurl.h" 27 const GURL& url, 31 const GURL& url() const { return url_; } 43 const GURL url_; 73 virtual int GetProxyForURL(const GURL& url,
|
proxy_resolver_mac.h | 9 #include "googleurl/src/gurl.h" 23 virtual int GetProxyForURL(const GURL& url,
|
/external/chromium_org/android_webview/browser/ |
aw_cookie_access_policy.cc | 52 bool AwCookieAccessPolicy::AllowGetCookie(const GURL& url, 53 const GURL& first_party, 61 bool AwCookieAccessPolicy::AllowSetCookie(const GURL& url, 62 const GURL& first_party,
|
aw_quota_permission_context.cc | 20 const GURL& origin_url,
|
aw_quota_permission_context.h | 18 const GURL& origin_url,
|
Completed in 940 milliseconds
<<31323334353637383940>>