HomeSort by relevance Sort by last modified time
    Searched refs:GURL (Results 526 - 550 of 5716) sorted by null

<<21222324252627282930>>

  /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...]
extension_extent.h 11 class GURL;
31 bool ContainsURL(const GURL& url) const;
  /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...]
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_org/google_apis/gaia/
google_service_auth_error.h 27 #include "url/gurl.h"
97 const GURL& audio,
98 const GURL& img,
99 const GURL& unlock,
107 GURL audio_url; // The CAPTCHA audio to use instead of image.
108 GURL image_url; // The CAPTCHA image to show the user.
109 GURL unlock_url; // Pretty unlock page containing above captcha.
153 const GURL& captcha_image_url,
154 const GURL& captcha_unlock_url);
195 const GURL& captcha_audio_url
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_unittest.cc 24 const GURL& url,
31 int host_id, const GURL& manifest_url) OVERRIDE {}
45 new AppCacheGroup(service.storage(), GURL("http://blah/manifest"), 111));
54 host1.AssociateNoCache(GURL());
55 host2.AssociateNoCache(GURL());
65 const GURL kFooUrl("http://foo.com");
74 const GURL kBarUrl("http://bar.com");
114 Namespace(FALLBACK_NAMESPACE, GURL("http://fb1.com"),
115 GURL("http://fbone.com"), true));
117 Namespace(NETWORK_NAMESPACE, GURL("http://w1.com"), GURL(), false))
    [all...]
  /external/chromium_org/chrome/browser/local_discovery/
privet_http_unittest.cc 215 bool SuccessfulResponseToURL(const GURL& url,
232 bool SuccessfulResponseToURLAndData(const GURL& url,
247 bool SuccessfulResponseToURLAndFilePath(const GURL& url,
344 const GURL& url) OVERRIDE {
350 const GURL& url));
438 EXPECT_EQ(GURL("http://10.0.0.8:6006/privet/info"),
509 bool SuccessfulResponseToURL(const GURL& url,
536 GURL("http://10.0.0.8:6006/privet/info"),
542 GURL("http://10.0.0.8:6006/privet/register?"
548 GURL("https://domain.com/SoMeUrL")))
    [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/download/
drag_download_util.h 16 class GURL;
35 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()));
  /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/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,

Completed in 272 milliseconds

<<21222324252627282930>>