HomeSort by relevance Sort by last modified time
    Searched refs:GURL (Results 126 - 150 of 1514) sorted by null

1 2 3 4 56 7 8 91011>>

  /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/webkit/Source/WebKit/android/WebCoreSupport/
WebCookieJar.h 46 virtual int CanGetCookies(const GURL& url, const GURL& first_party_for_cookies) const;
47 virtual int CanSetCookie(const GURL& url, const GURL& first_party_for_cookies, const std::string& cookie_line) const;
  /external/chromium/chrome/browser/download/
save_file_manager.h 73 class GURL;
96 void SaveURL(const GURL& url,
97 const GURL& referrer,
109 const GURL& save_url,
119 void RemoveSaveFile(int save_id, const GURL& save_url,
134 void SaveLocalFile(const GURL& original_file_url,
166 void RegisterStartingRequest(const GURL& save_url,
170 SavePackage* UnregisterStartingRequest(const GURL& save_url,
198 void OnErrorFinished(const GURL& save_url, int tab_id);
212 void OnSaveURL(const GURL& url
    [all...]
drag_download_util.h 16 class GURL;
35 GURL* url);
  /external/chromium/chrome/browser/history/
top_sites_cache.cc 27 void TopSitesCache::SetPageThumbnail(const GURL& url,
35 Images* TopSitesCache::GetImage(const GURL& url) {
39 bool TopSitesCache::GetPageThumbnail(const GURL& url,
41 std::map<GURL, Images>::const_iterator found =
50 bool TopSitesCache::GetPageThumbnailScore(const GURL& url,
52 std::map<GURL, Images>::const_iterator found =
61 GURL TopSitesCache::GetCanonicalURL(const GURL& url) {
66 bool TopSitesCache::IsKnownURL(const GURL& url) {
70 size_t TopSitesCache::GetURLIndex(const GURL& url)
    [all...]
  /external/chromium/chrome/browser/notifications/
notifications_prefs_cache.cc 21 const GURL& origin) {
23 std::set<GURL>::iterator iter;
30 const GURL& origin) {
32 std::set<GURL>::iterator iter;
39 const std::vector<GURL>& allowed) {
45 const std::vector<GURL>& denied) {
58 std::vector<GURL>* origin_vector) {
63 origin_vector->push_back(GURL(origin));
67 int NotificationsPrefsCache::HasPermission(const GURL& origin) {
87 const GURL& origin)
    [all...]
  /external/chromium/chrome/browser/ui/
browser_init.h 15 #include "googleurl/src/gurl.h"
19 class GURL;
32 void AddFirstRunTab(const GURL& url);
84 GURL url;
111 const std::vector<GURL>& urls_to_open,
118 const std::vector<GURL>& urls);
153 const std::vector<GURL>& urls_to_open);
166 bool ProcessStartupURLs(const std::vector<GURL>& urls_to_open);
170 void AddUniqueURLs(const std::vector<GURL>& urls,
195 void AddStartupURLs(std::vector<GURL>* startup_urls) const
    [all...]
  /external/chromium/chrome/common/extensions/
extension_set_unittest.cc 91 GURL("http://code.google.com/p/chromium/monkey")));
93 GURL("http://dev.chromium.org/design-docs/")));
95 GURL("http://blog.chromium.org/")));
99 GURL("http://code.google.com/p/chromium/monkey/"),
100 GURL("http://code.google.com/p/chromium/")));
102 GURL("http://code.google.com/p/chromium/"),
103 GURL("https://code.google.com/p/chromium/")));
105 GURL("http://code.google.com/p/chromium/"),
106 GURL("http://dev.chromium.org/design-docs/")));
110 GURL("http://www.google.com/")
    [all...]
  /external/chromium/webkit/glue/
dom_operations_unittest.cc 24 const std::set<GURL>& expected_resources_set);
40 const std::set<GURL>& expected_resources_set) {
42 GURL file_url = net::FilePathToFileURL(page_file_path);
48 std::vector<GURL> resources_list;
49 std::vector<GURL> referrers_list;
50 std::vector<GURL> frames_list;
65 for (std::vector<GURL>::const_iterator cit = resources_list.begin();
71 for (std::vector<GURL>::const_iterator cit = frames_list.begin();
81 std::set<GURL> expected_resources_set;
96 expected_resources_set.insert(GURL(expected_sub_resource_links[i]))
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
image_downloader.h 15 #include "googleurl/src/gurl.h"
26 const GURL& image_url,
33 const GURL& url,
  /external/chromium/chrome/browser/instant/
instant_confirm_dialog.cc 12 #include "googleurl/src/gurl.h"
18 GURL InstantLearnMoreURL() {
19 return GURL(l10n_util::GetStringUTF8(IDS_INSTANT_LEARN_MORE_URL));
instant_loader_delegate.h 12 class GURL;
46 virtual void AddToBlacklist(InstantLoader* loader, const GURL& url) = 0;
  /external/chromium/chrome/browser/net/
cookie_policy_browsertest.cc 22 GetCookiesTask(const GURL& url,
39 const GURL& url_;
51 std::string GetCookies(const GURL& url) {
76 GURL url(test_server()->GetURL("set-cookie?cookie1"));
96 GURL url(test_server()->GetURL("server-redirect?"));
97 GURL redirected_url(test_server()->GetURL("set-cookie?cookie2"));
103 GURL::Replacements replacements;
114 GURL(url.spec() + redirected_url.spec()));

Completed in 1836 milliseconds

1 2 3 4 56 7 8 91011>>