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

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/
plugin_observer.h 12 class GURL;
31 void OnBlockedOutdatedPlugin(const string16& name, const GURL& update_url);
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
message_box_handler.h 13 class GURL;
26 const GURL& frame_url,
  /external/chromium/chrome/browser/ui/views/location_bar/
page_action_with_badge_view.h 12 class GURL;
27 void UpdateVisibility(TabContents* contents, const GURL& url);
  /external/chromium/chrome/common/
content_settings_helper.cc 10 #include "googleurl/src/gurl.h"
14 std::string OriginToString(const GURL& origin) {
22 string16 OriginToString16(const GURL& origin) {
  /external/chromium/chrome/common/extensions/
extension_extent.h 11 class GURL;
31 bool ContainsURL(const GURL& url) const;
  /external/chromium/net/base/
keygen_handler.h 13 #include "googleurl/src/gurl.h"
33 const GURL& url);
55 GURL url_; // the URL that requested the key
  /external/chromium/net/http/
http_request_info.h 11 #include "googleurl/src/gurl.h"
33 GURL url;
36 GURL referrer;
http_util_icu.cc 16 std::string HttpUtil::PathForRequest(const GURL& url) {
24 std::string HttpUtil::SpecForRequest(const GURL& url) {
url_security_manager.cc 21 const GURL& auth_origin) const {
27 bool URLSecurityManagerWhitelist::CanDelegate(const GURL& auth_origin) const {
  /external/chromium/net/proxy/
proxy_resolver_winhttp.h 9 #include "googleurl/src/gurl.h"
24 virtual int GetProxyForURL(const GURL& url,
44 GURL pac_url_;
  /external/chromium/net/url_request/
url_request_redirect_job.cc 13 const GURL& redirect_destination)
24 bool URLRequestRedirectJob::IsRedirectResponse(GURL* location,
  /external/chromium/webkit/glue/
ftp_directory_listing_response_delegate.h 21 class GURL;
36 void Init(const GURL& response_url);
websocketstreamhandle_bridge.h 13 class GURL;
30 virtual void Connect(const GURL& url) = 0;
websocketstreamhandle_delegate.h 8 class GURL;
22 const GURL& url) {}
  /external/chromium/chrome/browser/chromeos/notifications/
system_notification_factory.cc 18 const GURL& icon, const string16& title,
23 return Notification(GURL(), GURL(content_url), string16(), string16(),
29 const GURL& icon, const string16& title,
54 return Notification(GURL(), GURL(content_url), string16(), string16(),
  /external/chromium/chrome/browser/custom_handlers/
protocol_handler.cc 11 const GURL& url,
20 const GURL& url,
34 return ProtocolHandler::CreateProtocolHandler(protocol, GURL(url), title);
37 GURL ProtocolHandler::TranslateUrl(const GURL& url) {
41 return GURL(translatedUrlSpec);
  /external/chromium/chrome/browser/download/
download_safe_browsing_client.h 39 const std::vector<GURL>& url_chain,
40 const GURL& referrer_url);
52 void CheckDownloadUrlOnIOThread(const std::vector<GURL>& url_chain);
57 const std::vector<GURL>& url_chain,
101 std::vector<GURL> url_chain_;
102 GURL referrer_url_;
save_item.h 12 #include "googleurl/src/gurl.h"
27 SaveItem(const GURL& url,
28 const GURL& referrer,
60 const GURL& url() const { return url_; }
61 const GURL& referrer() const { return referrer_; }
86 GURL url_;
87 GURL referrer_;
  /external/chromium/chrome/browser/geolocation/
geolocation_content_settings_map.h 24 #include "googleurl/src/gurl.h"
35 typedef std::map<GURL, ContentSetting> OneOriginSettings;
36 typedef std::map<GURL, OneOriginSettings> AllOriginsSettings;
59 ContentSetting GetContentSetting(const GURL& requesting_url,
60 const GURL& embedding_url) const;
75 // itself the top-level page. If |embedder| is the empty GURL, |setting|
83 // a valid GURL, and |embedding_url| should be valid or empty.
84 void SetContentSetting(const GURL& requesting_url,
85 const GURL& embedding_url,
  /external/chromium/chrome/browser/tabs/
tab_finder.h 21 class GURL;
41 const GURL& url,
54 typedef std::map<TabContents*, GURL> TabContentsToURLMap;
70 bool TabMatchesURL(TabContents* tab_contents, const GURL& url);
74 TabContents* FindTabInBrowser(Browser* browser, const GURL& url);
95 GURL url,
  /external/chromium/chrome/browser/ui/webui/
mediaplayer_browsertest.cc 24 GURL GetMusicTestURL() {
25 return GURL("http://localhost:1337/files/plugin/sample_mp3.mp3");
32 const GURL& url =
48 const GURL& url =
66 GURL("chrome://downloads"));
81 GURL("chrome://downloads"));
most_visited_handler.h 18 class GURL;
68 const std::vector<GURL>& most_visited_urls() const {
76 static std::vector<GURL> GetPrePopulatedUrls();
91 void BlacklistURL(const GURL& url);
102 void RemovePinnedURL(const GURL& url);
121 std::vector<GURL> most_visited_urls_;
  /external/chromium/chrome/common/net/
test_url_fetcher_factory.h 15 #include "googleurl/src/gurl.h"
48 const GURL& url,
66 const GURL& original_url() const { return original_url_; }
79 const GURL original_url_;
94 const GURL& url,
150 const GURL& url,
165 typedef std::map<GURL, std::pair<std::string, bool> > FakeResponseMap;
  /external/chromium/chrome/browser/prerender/
prerender_manager.h 19 #include "googleurl/src/gurl.h"
59 bool AddPreload(const GURL& url, const std::vector<GURL>& alias_urls,
60 const GURL& referrer);
63 const GURL& url,
64 const std::vector<GURL>& alias_urls,
65 const GURL& referrer);
71 bool MaybeUsePreloadedPage(TabContents* tc, const GURL& url);
81 PrerenderContents* GetEntry(const GURL& url);
130 static bool MaybeGetQueryStringBasedAliasURL(const GURL& url
    [all...]
  /external/chromium/chrome/browser/history/
redirect_uitest.cc 44 GURL final_url = test_server_.GetURL(std::string());
45 GURL first_url = test_server_.GetURL(
53 std::vector<GURL> redirects;
64 GURL final_url = test_server_.GetURL(std::string());
65 GURL first_url = test_server_.GetURL(
74 std::vector<GURL> redirects;
81 GURL tab_url;
99 GURL final_url = test_server_.GetURL(std::string());
121 GURL first_url = net::FilePathToFileURL(temp_file);
124 std::vector<GURL> redirects
    [all...]

Completed in 1081 milliseconds

1 2 3 4 5 67 8 91011>>