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

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/extensions/
extension_special_storage_policy_unittest.cc 117 const GURL kHttpUrl("http://foo");
118 const GURL kExtensionUrl("chrome-extension://bar");
139 EXPECT_FALSE(policy->IsStorageUnlimited(GURL("http://explicit/")));
140 EXPECT_TRUE(policy->IsStorageProtected(GURL("http://explicit/")));
141 EXPECT_TRUE(policy->IsStorageProtected(GURL("http://explicit:6000/")));
142 EXPECT_TRUE(policy->IsStorageProtected(GURL("http://foo.wildcards/")));
143 EXPECT_TRUE(policy->IsStorageProtected(GURL("https://bar.wildcards/")));
144 EXPECT_FALSE(policy->IsStorageProtected(GURL("http://not_listed/")));
147 EXPECT_FALSE(policy->IsStorageProtected(GURL("http://explicit/")));
148 EXPECT_FALSE(policy->IsStorageProtected(GURL("http://foo.wildcards/")))
    [all...]
pending_extension_info.h 11 class GURL;
24 const GURL& update_url,
35 const GURL& update_url() const { return update_url_; }
55 GURL update_url_;
  /external/chromium/chrome/browser/notifications/
notification.h 13 #include "googleurl/src/gurl.h"
22 Notification(const GURL& origin_url,
23 const GURL& content_url,
32 const GURL& content_url() const { return content_url_; }
35 const GURL& origin_url() const { return origin_url_; }
53 GURL origin_url_;
57 GURL content_url_;
  /external/chromium/net/proxy/
proxy_resolver_script_data.cc 16 GURL(),
23 return new ProxyResolverScriptData(TYPE_SCRIPT_CONTENTS, GURL(), utf16);
28 const GURL& url) {
35 return new ProxyResolverScriptData(TYPE_AUTO_DETECT, GURL(), string16());
43 const GURL& ProxyResolverScriptData::url() const {
49 const GURL& url,
proxy_resolver_script_data.h 11 #include "googleurl/src/gurl.h"
39 static scoped_refptr<ProxyResolverScriptData> FromURL(const GURL& url);
54 const GURL& url() const;
59 const GURL& url,
65 const GURL url_;
  /external/chromium/chrome/browser/prerender/
prerender_observer.h 15 #include "googleurl/src/gurl.h"
33 virtual void ProvisionalChangeToMainFrameUrl(const GURL& url);
39 const GURL& url);
50 bool MaybeUsePreloadedPage(const GURL& url);
  /external/chromium/chrome/browser/search_engines/
template_url_prepopulate_data.h 11 class GURL;
39 TemplateURL* GetEngineForOrigin(PrefService* prefs, const GURL& url_to_find);
42 int GetSearchEngineLogo(const GURL& url_to_find);
  /external/chromium/chrome/common/extensions/
extension_sidebar_defaults.h 12 #include "googleurl/src/gurl.h"
34 void set_default_page(const GURL& url) {
37 const GURL& default_page() const {
44 GURL default_page_;
extension_sidebar_utils.cc 9 #include "googleurl/src/gurl.h"
25 GURL ResolveRelativePath(const std::string& relative_path,
28 GURL url(extension->GetResourceURL(relative_path));
32 return GURL();
user_script_unittest.cc 8 #include "googleurl/src/gurl.h"
23 EXPECT_TRUE(script.MatchesUrl(GURL("http://mail.google.com")));
24 EXPECT_TRUE(script.MatchesUrl(GURL("http://mail.google.com/foo")));
25 EXPECT_TRUE(script.MatchesUrl(GURL("https://mail.google.com/foo")));
26 EXPECT_TRUE(script.MatchesUrl(GURL("ftp://mail.google.com/foo")));
27 EXPECT_TRUE(script.MatchesUrl(GURL("http://woo.mail.google.com/foo")));
28 EXPECT_TRUE(script.MatchesUrl(GURL("http://mail.yahoo.com/bar")));
29 EXPECT_TRUE(script.MatchesUrl(GURL("http://mail.msn.com/baz")));
30 EXPECT_FALSE(script.MatchesUrl(GURL("http://www.hotmail.com")));
33 EXPECT_TRUE(script.MatchesUrl(GURL("http://mail.google.com")))
    [all...]
  /external/chromium/net/url_request/
url_request_netlog_params.h 12 #include "googleurl/src/gurl.h"
21 URLRequestStartEventParameters(const GURL& url,
26 const GURL& url() const {
37 const GURL url_;
  /external/chromium/googleurl/src/
gurl.cc 39 #include "googleurl/src/gurl.h"
67 static GURL* empty_gurl = NULL;
108 GURL::GURL() : is_valid_(false) {
111 GURL::GURL(const GURL& other)
117 GURL::GURL(const std::string& url_string) {
121 GURL::GURL(const string16& url_string)
    [all...]
gurl.h 42 class GURL {
48 GURL_API GURL();
52 GURL_API GURL(const GURL& other);
61 GURL_API explicit GURL(const std::string& url_string
63 GURL_API explicit GURL(const string16& url_string
69 GURL_API GURL(const char* canonical_spec, size_t canonical_spec_len,
72 GURL_API GURL& operator=(const GURL& other);
129 bool operator==(const GURL& other) const
    [all...]
  /external/chromium/chrome/browser/content_settings/
content_settings_pattern_unittest.cc 7 #include "googleurl/src/gurl.h"
23 GURL("http://example.com/")));
25 GURL("http://www.example.com/")));
27 GURL("http://www.example.com/")));
29 GURL("file:///tmp/test.html")));
31 GURL("http://www.example.com/")));
33 GURL("http://example.org/")));
35 GURL("http://example.org/")));
37 GURL("file:///tmp/other.html")));
39 GURL("http://example.org/")))
    [all...]
  /external/chromium/chrome/browser/
external_protocol_handler.h 12 class GURL;
36 static void LaunchUrl(const GURL& url, int render_process_host_id,
49 static void RunExternalProtocolDialog(const GURL& url,
65 static void LaunchUrlWithoutSecurityCheck(const GURL& url);
favicon_helper.h 19 #include "googleurl/src/gurl.h"
81 void FetchFavicon(const GURL& url);
91 int DownloadImage(const GURL& image_url,
110 virtual int DownloadFavicon(const GURL& image_url, int image_size);
114 const GURL& page_url,
115 const GURL& icon_url,
121 const GURL& icon_url,
127 const GURL& page_url,
132 virtual void SetHistoryFavicon(const GURL& page_url,
133 const GURL& icon_url
    [all...]
  /external/chromium/chrome/browser/google/
google_util.cc 12 #include "googleurl/src/gurl.h"
18 GURL AppendParam(const GURL& url,
25 GURL::Replacements repl;
37 GURL AppendGoogleLocaleParam(const GURL& url) {
47 GURL original_url(url);
49 GURL localized_url = AppendGoogleLocaleParam(original_url);
53 GURL AppendGoogleTLDParam(const GURL& url)
    [all...]
google_url_tracker.h 17 #include "googleurl/src/gurl.h"
56 static GURL GoogleURL();
79 void AcceptGoogleURL(const GURL& google_url);
80 void CancelGoogleURL(const GURL& google_url);
89 const GURL&);
110 const GURL& url,
126 const GURL& pending_url);
136 GURL google_url_;
137 GURL fetched_google_url_;
156 GURL search_url_
    [all...]
  /external/chromium/chrome/browser/history/
top_sites_cache.h 35 void SetPageThumbnail(const GURL& url,
41 Images* GetImage(const GURL& url);
45 bool GetPageThumbnail(const GURL& url,
50 bool GetPageThumbnailScore(const GURL& url, ThumbnailScore* score);
53 GURL GetCanonicalURL(const GURL& url);
56 bool IsKnownURL(const GURL& url);
59 size_t GetURLIndex(const GURL& url);
79 // from. Ideally this would be map<GURL, size_t> (second param indexing into
95 CanonicalURLs::iterator GetCanonicalURLsIterator(const GURL& url)
    [all...]
  /external/chromium/chrome/browser/net/
sdch_dictionary_fetcher.h 35 virtual void Schedule(const GURL& dictionary_url);
54 const GURL& url,
61 std::queue<GURL> fetch_queue_;
85 std::set<GURL> attempted_load_;
predictor.h 46 typedef std::map<GURL, UrlInfo> Results;
75 void Resolve(const GURL& url,
83 void PredictFrameSubresources(const GURL& url);
88 void AnticipateOmniboxUrl(const GURL& url, bool preconnectable);
91 void PreconnectUrlAndSubresources(const GURL& url);
97 void LearnFromNavigation(const GURL& referring_url, const GURL& target_url);
134 // Returns GURL::EmptyGURL() if the scheme is not http/https or if the url
136 static GURL CanonicalizeUrl(const GURL& url)
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
mock_url_fetchers.h 13 #include "googleurl/src/gurl.h"
23 const GURL& url,
42 const GURL& url,
51 GURL url_;
59 const GURL& url,
68 GURL url_;
76 const GURL& url,
85 GURL url_;
93 const GURL& url,
110 GURL url_
    [all...]
auth_response_handler.h 13 class GURL;
26 virtual bool CanHandle(const GURL& url) = 0;
  /external/chromium/chrome/browser/autocomplete/
autocomplete_classifier.h 17 class GURL;
41 GURL* alternate_nav_url);
  /external/chromium/chrome/browser/chromeos/
wm_overview_title.h 13 class GURL;
32 void SetUrl(const GURL& url);

Completed in 546 milliseconds

1 23 4 5 6 7 8 91011>>