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

1 2 3 4 5 6 78 91011>>

  /external/chromium/chrome/browser/
browser_url_handler.cc 14 #include "googleurl/src/gurl.h"
17 static bool HandleViewSource(GURL* url, Profile* profile) {
20 *url = GURL(url->path());
39 *url = GURL(chrome::kAboutBlankURL);
49 static bool ReverseViewSource(GURL* url, Profile* profile) {
64 static bool HandleWebUI(GURL* url, Profile* profile) {
74 *url = GURL(chrome::kChromeUINewTabURL);
109 void BrowserURLHandler::RewriteURLIfNecessary(GURL* url, Profile* profile,
123 GURL* url, const GURL& original, Profile* profile)
    [all...]
  /external/chromium/chrome/browser/history/
thumbnail_database.h 74 void SetPageThumbnail(const GURL& url,
115 FaviconID GetFaviconIDForFaviconURL(const GURL& icon_url,
124 GURL* icon_url);
127 FaviconID AddFavicon(const GURL& icon_url, IconType icon_type);
138 bool GetIconMappingForPageURL(const GURL& page_url,
145 bool GetIconMappingsForPageURL(const GURL& page_url,
150 IconMappingID AddIconMapping(const GURL& page_url, FaviconID icon_id);
159 bool DeleteIconMappings(const GURL& page_url);
182 IconMappingID AddToTemporaryIconMappingTable(const GURL& page_url,
269 IconMappingID AddIconMapping(const GURL& page_url
    [all...]
history_types.h 25 #include "googleurl/src/gurl.h"
35 typedef std::map<GURL, scoped_refptr<RefCountedVector<GURL> > > RedirectMap;
38 typedef std::vector<GURL> RedirectList;
67 explicit URLRow(const GURL& url);
71 URLRow(const GURL& url, URLID id);
77 const GURL& url() const { return url_; }
142 GURL url_;
242 GURL favicon_url;
248 std::set<GURL> urls
    [all...]
  /external/chromium/chrome/common/net/gaia/
google_service_auth_error.cc 14 const std::string& t, const GURL& img, const GURL& unlock)
28 captcha_("", GURL(), GURL()),
43 const GURL& captcha_image_url,
44 const GURL& captcha_unlock_url) {
101 captcha_("", GURL(), GURL()),
106 const GURL& captcha_image_url,
107 const GURL& captcha_unlock_url
    [all...]
  /external/chromium/chrome/browser/chromeos/
gview_request_interceptor_unittest.cc 36 if (request_->url() == GURL("http://foo.com/file.pdf")) {
38 } else if (request_->url() == GURL("http://foo.com/file.ppt")) {
111 net::URLRequest request(GURL("http://foo.com/index.html"), &test_delegate_);
115 EXPECT_EQ(GURL("http://foo.com/index.html"), request.url());
119 net::URLRequest request(GURL("http://foo.com/file.pdf"), &test_delegate_);
124 EXPECT_EQ(GURL("http://foo.com/file.pdf"), request.url());
137 net::URLRequest request(GURL("http://foo.com/file.pdf"), &test_delegate_);
141 EXPECT_EQ(GURL("http://foo.com/file.pdf"), request.url());
154 net::URLRequest request(GURL("http://foo.com/file.pdf"), &test_delegate_);
159 GURL("http://docs.google.com/gview?url=http%3A//foo.com/file.pdf")
    [all...]
  /external/chromium/chrome/browser/prerender/
prerender_resource_handler_unittest.cc 25 virtual bool OnRequestRedirected(int request_id, const GURL& url,
37 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer) {
91 test_url_request_(GURL("http://www.referrer.com"),
114 const GURL& url, const std::vector<GURL>& alias_urls,
115 const GURL& referrer, bool make_pending) {
140 bool ContainsAliasURL(const GURL& url) {
154 GURL last_handled_url_;
155 GURL default_url_;
156 std::vector<GURL> alias_urls_
    [all...]
  /external/chromium/chrome/browser/chromeos/offline/
offline_load_page_unittest.cc 21 const GURL& url,
67 InitNavigateParams(&params, page_id, GURL(url), PageTransition::TYPED);
72 (new TestOfflineLoadPage(contents(), GURL(url), this))->Show();
94 controller().LoadURL(GURL(kURL2), GURL(), PageTransition::TYPED);
121 controller().LoadURL(GURL(kURL2), GURL(), PageTransition::TYPED);
  /external/chromium/chrome/browser/net/
url_info.h 24 #include "googleurl/src/gurl.h"
101 void SetUrl(const GURL& url);
105 GURL referring_url() const { return referring_url_; }
106 void SetReferringHostname(const GURL& url) {
116 const GURL url() const { return url_; }
118 bool HasUrl(const GURL& url) const {
164 GURL url_; // Host, port and scheme for this info.
185 GURL referring_url_;
connect_interceptor.cc 22 GURL request_scheme_host(request->url().GetWithEmptyPath());
31 GURL original_scheme_host(request->original_url().GetWithEmptyPath());
51 GURL referring_scheme_host = GURL(request->referrer()).GetWithEmptyPath();
78 const GURL& location) {
  /external/chromium/chrome/browser/renderer_host/
safe_browsing_resource_handler.h 54 virtual bool OnRequestRedirected(int request_id, const GURL& new_url,
57 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer);
69 const GURL& url, SafeBrowsingService::UrlCheckResult result);
98 bool CheckUrl(const GURL& url);
105 void StartDisplayingBlockingPage(const GURL& url,
136 std::vector<GURL> redirect_urls_;
140 GURL deferred_url_;
offline_resource_handler.h 36 virtual bool OnRequestRedirected(int request_id, const GURL& new_url,
39 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer);
54 bool IsRemote(const GURL& url) const;
60 bool ShouldShowOfflinePage(const GURL& url) const;
77 GURL deferred_url_;
save_file_resource_handler.h 12 #include "googleurl/src/gurl.h"
21 const GURL& url,
29 virtual bool OnRequestRedirected(int request_id, const GURL& url,
36 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer);
69 GURL url_;
70 GURL final_url_;
  /external/chromium/chrome/browser/search_engines/
search_provider_install_state_message_filter.cc 14 #include "googleurl/src/gurl.h"
53 const GURL& page_location,
54 const GURL& requested_host) {
55 GURL requested_origin = requested_host.GetOrigin();
84 const GURL& page_location,
85 const GURL& requested_host,
97 const GURL& page_location,
98 const GURL& requested_host,
  /external/chromium/chrome/browser/sessions/
session_types.h 17 #include "googleurl/src/gurl.h"
37 const GURL& virtual_url,
38 const GURL& referrer,
54 void set_virtual_url(const GURL& url) { virtual_url_ = url; }
55 const GURL& virtual_url() const { return virtual_url_; }
58 const GURL& referrer() const { return referrer_; }
88 GURL virtual_url_;
89 GURL referrer_;
  /external/chromium/net/http/
http_auth_cache.h 15 #include "googleurl/src/gurl.h"
48 Entry* Lookup(const GURL& origin,
59 Entry* LookupByPath(const GURL& origin, const std::string& path);
73 Entry* Add(const GURL& origin,
89 bool Remove(const GURL& origin,
100 bool UpdateStaleChallenge(const GURL& origin,
115 const GURL& origin() const {
174 GURL origin_;
  /external/chromium/chrome/common/extensions/
url_pattern_unittest.cc 8 #include "googleurl/src/gurl.h"
94 EXPECT_TRUE(pattern.MatchesUrl(GURL("http://google.com")));
95 EXPECT_TRUE(pattern.MatchesUrl(GURL("http://yahoo.com")));
96 EXPECT_TRUE(pattern.MatchesUrl(GURL("http://google.com/foo")));
97 EXPECT_FALSE(pattern.MatchesUrl(GURL("https://google.com")));
98 EXPECT_TRUE(pattern.MatchesUrl(GURL("http://74.125.127.100/search")));
111 EXPECT_TRUE(pattern.MatchesUrl(GURL("https://www.google.com/foo")));
112 EXPECT_TRUE(pattern.MatchesUrl(GURL("https://www.google.com/foobar")));
113 EXPECT_FALSE(pattern.MatchesUrl(GURL("http://www.google.com/foo")));
114 EXPECT_FALSE(pattern.MatchesUrl(GURL("https://www.google.com/")))
    [all...]
extension_localization_peer.h 30 const GURL& request_url);
35 const GURL& new_url,
38 GURL* new_first_party_for_cookies);
56 const GURL& request_url);
76 GURL request_url_;
  /external/chromium/chrome/browser/autocomplete/
keyword_provider_unittest.cc 13 #include "googleurl/src/gurl.h"
130 test_data<GURL> url_cases[] = {
132 {ASCIIToUTF16("z"), 1, {GURL()}},
133 {ASCIIToUTF16("z \t"), 1, {GURL()}},
137 {ASCIIToUTF16("z a b c++"), 1, {GURL("a+++b+++c%2B%2B=z")}},
138 {ASCIIToUTF16("www.www www"), 1, {GURL(" +%2B?=wwwfoo ")}},
141 {ASCIIToUTF16("aaa 1a2b"), 2, {GURL("http://aaaa/?aaaa=1&b=1a2b&c"),
142 GURL("1a2b")}},
143 {ASCIIToUTF16("a 1 2 3"), 3, {GURL("aa.com?foo=1+2+3"),
144 GURL("bogus URL 1+2+3")
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
registration_screen.h 22 class GURL;
77 static void set_registration_host_page_url(const GURL& url);
94 const GURL& url,
95 const GURL& referrer,
104 static scoped_ptr<GURL> host_page_url_;
  /external/chromium/chrome/browser/extensions/
extension_web_ui.h 18 class GURL;
36 explicit ExtensionWebUI(TabContents* tab_contents, const GURL& url);
60 static bool HandleChromeURLOverride(GURL* url, Profile* profile);
79 const GURL& page_url);
104 GURL url_;
pending_extension_manager.h 16 class GURL;
69 const GURL& update_url,
78 const GURL& update_url,
94 const GURL& update_url,
121 int count, const GURL& update_url,
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.h 24 #include "googleurl/src/gurl.h"
62 GURL url;
63 GURL original_url;
64 std::vector<GURL> redirect_urls;
78 std::vector<GURL> urls;
113 virtual void OnBrowseUrlCheckResult(const GURL& url,
117 virtual void OnDownloadUrlCheckResult(const std::vector<GURL>& url_chain,
142 bool CanCheckUrl(const GURL& url) const;
156 virtual bool CheckBrowseUrl(const GURL& url, Client* client);
160 bool CheckDownloadUrl(const std::vector<GURL>& url_chain, Client* client)
    [all...]
  /external/chromium/net/base/
registry_controlled_domain.h 47 The RegistryControlledDomainService examines the hostname of a GURL passed to
65 * Rules should have been normalized using the same canonicalization that GURL
107 GURL to normalize rules, and validating the rules.
118 class GURL;
134 // information, but no subdomains, from the given GURL. Returns an empty
135 // string if the GURL is invalid, has no host (e.g. a file: URL), has multiple
153 static std::string GetDomainAndRegistry(const GURL& gurl);
155 // Like the GURL version, but takes a host (which is canonicalized internally)
156 // instead of a full GURL
    [all...]
  /external/chromium/net/url_request/
url_request_test_job.h 59 static GURL test_url_1();
60 static GURL test_url_2();
61 static GURL test_url_3();
62 static GURL test_url_error();
100 virtual bool IsRedirectResponse(GURL* location, int* http_status_code);
  /external/chromium/webkit/glue/
bookmarklet_unittest.cc 9 #include "googleurl/src/gurl.h"
20 test_shell_->LoadURL(GURL("data:text/html,start page"));
27 GURL("javascript:location.href='data:text/plain,SUCCESS'"));
39 GURL("javascript:void(location.href='data:text/plain,SUCCESS')"));
60 test_shell_->LoadURL(GURL("javascript:'hello world'"));
67 test_shell_->LoadURL(GURL(

Completed in 808 milliseconds

1 2 3 4 5 6 78 91011>>