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

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/extensions/
convert_user_script.h 15 class GURL;
25 const FilePath& user_script, const GURL& original_url, std::string* error);
  /external/chromium/chrome/browser/instant/
instant_confirm_dialog.h 11 class GURL;
17 GURL InstantLearnMoreURL();
  /external/chromium/chrome/browser/net/
browser_url_util.h 11 class GURL;
20 void WriteURLToClipboard(const GURL& url,
view_blob_internals_job_factory.h 14 class GURL;
18 static bool IsSupportedURL(const GURL& url);
view_http_cache_job_factory.h 14 class GURL;
18 static bool IsSupportedURL(const GURL& url);
predictor_api.h 34 const std::vector<GURL>& urls_to_prefetch,
54 void AnticipateOmniboxUrl(const GURL& url, bool preconnectable);
59 void PreconnectUrlAndSubresources(const GURL& url);
71 void PredictFrameSubresources(const GURL& url);
75 void LearnAboutInitialNavigation(const GURL& url);
80 void LearnFromNavigation(const GURL& referring_url, const GURL& target_url);
  /external/chromium/chrome/browser/
page_info_window.h 13 class GURL;
19 const GURL& url,
chrome_content_browser_client.h 18 const GURL& url);
21 virtual GURL GetEffectiveURL(Profile* profile, const GURL& url);
load_from_memory_cache_details.h 10 #include "googleurl/src/gurl.h"
15 const GURL& url,
21 const GURL& url() const { return url_; }
27 GURL url_;
  /external/chromium/chrome/browser/ui/cocoa/
external_protocol_dialog.h 8 #include "googleurl/src/gurl.h"
13 GURL url_;
17 - (id)initWithGURL:(const GURL*)url;
  /external/chromium/chrome/common/
content_settings_helper_unittest.cc 8 #include "googleurl/src/gurl.h"
13 const GURL kUrl0("http://www.foo.com/bar");
14 const GURL kUrl1("http://foo.com/bar");
16 const GURL kUrl2("http://www.foo.com:81/bar");
17 const GURL kUrl3("http://foo.com:81/bar");
20 const GURL kUrl4("https://www.foo.com/bar");
21 const GURL kUrl5("https://foo.com/bar");
23 const GURL kUrl6("https://www.foo.com:81/bar");
24 const GURL kUrl7("https://foo.com:81/bar");
  /external/chromium/chrome/common/net/gaia/
google_service_auth_error.h 28 #include "googleurl/src/gurl.h"
83 Captcha(const std::string& t, const GURL& img, const GURL& unlock);
85 GURL image_url; // The CAPTCHA image to show the user.
86 GURL unlock_url; // Pretty unlock page containing above captcha.
102 const GURL& captcha_image_url,
103 const GURL& captcha_unlock_url);
123 const GURL& captcha_image_url,
124 const GURL& captcha_unlock_url);
  /external/chromium/net/base/
cookie_store.h 20 class GURL;
31 virtual bool SetCookieWithOptions(const GURL& url,
39 virtual std::string GetCookiesWithOptions(const GURL& url,
43 virtual void DeleteCookie(const GURL& url,
54 bool SetCookie(const GURL& url, const std::string& cookie_line);
57 std::string GetCookies(const GURL& url);
60 void SetCookiesWithOptions(const GURL& url,
63 void SetCookies(const GURL& url,
data_url.h 11 class GURL;
45 static bool Parse(const GURL& url,
mime_sniffer.h 11 class GURL;
27 bool ShouldSniffMimeType(const GURL& url, const std::string& mime_type);
39 const GURL& url, const std::string& type_hint,
static_cookie_policy.h 14 class GURL;
56 virtual int CanGetCookies(const GURL& url,
57 const GURL& first_party_for_cookies) const;
61 virtual int CanSetCookie(const GURL& url,
62 const GURL& first_party_for_cookies,
  /external/chromium/net/http/
mock_allow_url_security_manager.h 20 virtual bool CanUseDefaultCredentials(const GURL& auth_origin) const;
21 virtual bool CanDelegate(const GURL& auth_origin) const;
url_security_manager.h 12 class GURL;
49 virtual bool CanUseDefaultCredentials(const GURL& auth_origin) const = 0;
53 virtual bool CanDelegate(const GURL& auth_origin) const = 0;
67 virtual bool CanUseDefaultCredentials(const GURL& auth_origin) const;
68 virtual bool CanDelegate(const GURL& auth_origin) const;
  /external/chromium/net/proxy/
proxy_script_fetcher.h 16 class GURL;
47 virtual int Fetch(const GURL& url, string16* utf16_text,
proxy_config_service_win_unittest.cc 21 GURL pac_url;
36 GURL(), // pac_url
51 GURL("http://wpad/wpad.dat"), // pac_url
66 GURL(), // pac_url
81 GURL(), // pac_url
98 GURL(), // pac_url
122 GURL(), // pac_url
141 GURL(), // pac_url
157 GURL(), // pac_url
172 GURL(), // pac_ur
    [all...]
  /external/chromium/chrome/common/safe_browsing/
safebrowsing_messages.h 7 #include "googleurl/src/gurl.h"
16 IPC_STRUCT_MEMBER(GURL, url)
23 IPC_STRUCT_MEMBER(GURL, parent)
26 IPC_STRUCT_MEMBER(std::vector<GURL>, children)
58 GURL)
  /external/chromium/chrome/browser/chromeos/notifications/
system_notification_factory.h 12 class GURL;
23 const GURL& icon, const string16& title,
29 const GURL& icon, const string16& title,
  /external/chromium/net/ftp/
ftp_auth_cache.h 12 #include "googleurl/src/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 string16& username,
34 const GURL origin;
43 Entry* Lookup(const GURL& origin);
48 void Add(const GURL& origin, const string16& username,
53 void Remove(const GURL& origin, const string16& username
    [all...]
  /external/chromium/chrome/common/extensions/
extension_extent_unittest.cc 7 #include "googleurl/src/gurl.h"
19 EXPECT_FALSE(extent.ContainsURL(GURL("http://www.foo.com/bar")));
20 EXPECT_FALSE(extent.ContainsURL(GURL()));
21 EXPECT_FALSE(extent.ContainsURL(GURL("invalid")));
28 EXPECT_TRUE(extent.ContainsURL(GURL("http://www.google.com/")));
29 EXPECT_TRUE(extent.ContainsURL(GURL("http://www.google.com/monkey")));
30 EXPECT_FALSE(extent.ContainsURL(GURL("https://www.google.com/")));
31 EXPECT_FALSE(extent.ContainsURL(GURL("https://www.microsoft.com/")));
39 EXPECT_TRUE(extent.ContainsURL(GURL("http://www.google.com/monkey")));
40 EXPECT_TRUE(extent.ContainsURL(GURL("http://www.yahoo.com/monkey")))
    [all...]
  /external/chromium/chrome/browser/prerender/
prerender_resource_handler.h 53 virtual bool OnRequestRedirected(int request_id, const GURL& url,
56 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer);
74 const GURL&,
75 const std::vector<GURL>&,
76 const GURL&,
92 const GURL& url,
93 const std::vector<GURL>& alias_urls,
94 const GURL& referrer,
97 const GURL& url,
98 const std::vector<GURL>& alias_urls
    [all...]

Completed in 435 milliseconds

12 3 4 5 6 7 8 91011>>