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

<<11121314151617181920>>

  /external/chromium_org/content/child/npapi/
npobject_util.h 18 class GURL;
53 const GURL& page_url);
61 const GURL& page_url);
  /external/chromium_org/content/common/
geolocation_messages.h 10 #include "url/gurl.h"
50 GURL /* GURL of the frame requesting geolocation */)
52 // The |render_view_id| and |bridge_id| representing |GURL| is cancelling its
57 GURL /* GURL of the frame */)
65 GURL /* GURL of the frame requesting geolocation */,
  /external/chromium_org/content/public/browser/
devtools_http_handler_delegate.h 15 class GURL;
37 virtual std::string GetPageThumbnailData(const GURL& url) = 0;
40 virtual scoped_ptr<DevToolsTarget> CreateNewTarget(const GURL& url) = 0;
  /external/chromium_org/content/renderer/dom_storage/
dom_storage_proxy.h 13 #include "url/gurl.h"
30 const GURL& page_url,
39 const GURL& page_url,
43 const GURL& page_url,
  /external/chromium_org/content/renderer/fetchers/
image_resource_fetcher.h 12 #include "url/gurl.h"
33 const GURL& image_url,
43 const GURL& image_url() const { return image_url_; }
59 const GURL image_url_;
  /external/chromium_org/content/renderer/
image_loading_helper.h 13 #include "url/gurl.h"
32 const GURL& image_url,
47 const GURL& image_url,
60 SkBitmap ImageFromDataUrl(const GURL&) const;
savable_resources_browsertest.cc 34 const std::set<GURL>& expected_resources_set) {
36 GURL file_url = net::FilePathToFileURL(page_file_path);
50 const std::set<GURL>& expected_resources_set,
51 const GURL& file_url,
54 std::vector<GURL> resources_list;
55 std::vector<GURL> referrer_urls_list;
57 std::vector<GURL> frames_list;
75 for (std::vector<GURL>::const_iterator cit = resources_list.begin();
81 for (std::vector<GURL>::const_iterator cit = frames_list.begin();
93 std::set<GURL> expected_resources_set
    [all...]
  /external/chromium_org/content/test/
content_browser_test_utils.h 10 #include "url/gurl.h"
38 // The returned path is GURL format.
39 GURL GetTestUrl(const char* dir, const char* file);
43 void NavigateToURL(Shell* window, const GURL& url);
48 const GURL& url,
  /external/chromium_org/content/test/net/
url_request_prepackaged_interceptor.h 12 class GURL;
34 void SetResponse(const GURL& url, const base::FilePath& path);
38 void SetResponseIgnoreQuery(const GURL& url, const base::FilePath& path);
  /external/chromium_org/extensions/common/
event_filtering_info.h 9 #include "url/gurl.h"
29 void SetURL(const GURL& url);
36 const GURL& url() const { return url_; }
49 GURL url_;
  /external/chromium_org/media/base/android/
media_resource_getter.h 14 #include "url/gurl.h"
29 virtual void GetCookies(const GURL& url,
30 const GURL& first_party_for_cookies,
35 const GURL& url,
  /external/chromium_org/net/cookies/
cookie_util.h 13 class GURL;
29 NET_EXPORT bool GetCookieDomainWithString(const GURL& url,
41 NET_EXPORT GURL CookieOriginToURL(const std::string& domain, bool is_https);
  /external/chromium_org/net/http/
http_auth_filter.h 15 class GURL;
27 virtual bool IsValid(const GURL& url, HttpAuth::Target target) const = 0;
49 virtual bool IsValid(const GURL& url, HttpAuth::Target target) const OVERRIDE;
  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher.h 14 #include "url/gurl.h"
67 virtual const GURL& GetPacURL() const = 0;
91 virtual const GURL& GetPacURL() const OVERRIDE;
93 GURL gurl_;
  /external/chromium_org/net/url_request/
protocol_intercept_job_factory.h 14 class GURL;
39 virtual bool IsHandledURL(const GURL& url) const OVERRIDE;
40 virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE;
  /external/chromium_org/webkit/browser/appcache/
appcache_test_helper.h 23 const GURL& manifest_url);
26 std::set<GURL>* origins);
39 std::set<GURL>* origins_; // not owned
  /external/chromium_org/content/browser/
site_instance_impl_unittest.cc 40 WebUI* web_ui, const GURL& url) const OVERRIDE {
44 const GURL& url) const OVERRIDE {
48 const GURL& url) const OVERRIDE {
52 const GURL& url) const OVERRIDE {
69 const GURL& site_url) OVERRIDE {
198 const GURL url("test:foo");
259 const GURL url("test:foo");
321 instance->SetSite(GURL("http://www.google.com/index.html"));
322 EXPECT_EQ(GURL("http://google.com"), instance->GetSiteURL());
332 GURL test_url = GURL("http://www.google.com/index.html")
    [all...]
  /external/chromium_org/content/browser/service_worker/
service_worker_storage_unittest.cc 105 GURL("http://www.example.com/*"), GURL("http://www.example.com/")));
107 GURL("http://www.example.com/*"),
108 GURL("http://www.example.com/page.html")));
111 GURL("http://www.example.com/*"), GURL("https://www.example.com/")));
113 GURL("http://www.example.com/*"),
114 GURL("https://www.example.com/page.html")));
117 GURL("http://www.example.com/*"), GURL("http://www.foo.com/")))
    [all...]
  /external/chromium/chrome/browser/history/
history_backend.h 124 virtual void SetPageTitle(const GURL& url, const string16& title);
125 void AddPageNoVisitForBookmark(const GURL& url);
129 void SetPageContents(const GURL& url, const string16& contents);
141 const GURL& url,
147 const GURL& url);
149 const GURL& url);
152 const GURL& url);
179 bool GetMostRecentRedirectsFrom(const GURL& url,
186 bool GetMostRecentRedirectsTo(const GURL& url,
191 void SetPageThumbnail(const GURL& url
    [all...]
  /external/chromium_org/chrome/common/cloud_print/
cloud_print_helpers.cc 18 #include "url/gurl.h"
52 std::string AppendPathToUrl(const GURL& url, const std::string& path) {
61 GURL GetUrlForSearch(const GURL& cloud_print_server_url) {
63 GURL::Replacements replacements;
68 GURL GetUrlForSubmit(const GURL& cloud_print_server_url) {
70 GURL::Replacements replacements;
75 GURL GetUrlForPrinterList(const GURL& cloud_print_server_url
    [all...]
  /external/chromium/googleurl/src/
gurl_unittest.cc 4 #include "googleurl/src/gurl.h"
37 GURL gurl(src);
38 return gurl.possibly_invalid_spec();
66 // Test the basic creation and querying of components in a GURL. We assume
70 GURL url(WStringToUTF16(L"http://user:pass@google.com:99/foo;bar?q=a#ref"));
90 GURL url;
106 GURL url(WStringToUTF16(L"http://user:pass@google.com:99/foo;bar?q=a#ref"));
108 GURL url2(url);
123 GURL invalid
    [all...]
  /external/chromium_org/url/
gurl_unittest.cc 6 #include "url/gurl.h"
38 GURL gurl(src);
39 return gurl.possibly_invalid_spec();
67 // Test the basic creation and querying of components in a GURL. We assume
71 GURL url(WStringToUTF16(L"http://user:pass@google.com:99/foo;bar?q=a#ref"));
91 GURL url;
107 GURL url(WStringToUTF16(L"http://user:pass@google.com:99/foo;bar?q=a#ref"));
109 GURL url2(url);
124 GURL invalid
    [all...]
  /external/chromium/chrome/browser/automation/
automation_util.h 16 class GURL;
37 void GetCookies(const GURL& url,
43 void SetCookie(const GURL& url,
49 void DeleteCookie(const GURL& url,
  /external/chromium/chrome/browser/chromeos/login/
mock_auth_response_handler.h 13 #include "googleurl/src/gurl.h"
30 MockAuthResponseHandler(const GURL& url,
36 MOCK_METHOD1(CanHandle, bool(const GURL& url));
43 const GURL remote_;
49 const GURL remote,
user_image_downloader.h 39 const GURL& url,
51 bool GetImageURL(const std::string& json_data, GURL* image_url) const;
56 bool GetImageURLFromEntries(ListValue* entry_list, GURL* image_url) const;
64 bool GetImageURLFromLinks(ListValue* link_list, GURL* image_url) const;

Completed in 915 milliseconds

<<11121314151617181920>>