HomeSort by relevance Sort by last modified time
    Searched full:gurl (Results 601 - 625 of 5155) sorted by null

<<21222324252627282930>>

  /external/chromium_org/content/common/
database_identifier_unittest.cc 9 #include "url/gurl.h"
39 GURL origin(cases[i].origin);
156 GURL origin("http://" + cases[i].hostname);
176 GURL expected_origin;
182 "http", "google.com", 0, GURL("http://google.com"), false},
184 "https", "google.com", 0, GURL("https://google.com"), false},
186 "ftp", "google.com", 0, GURL("ftp://google.com"), false},
188 "unknown", "", 0, GURL("unknown://"), false},
191 GURL("http://nondefaultport.net:8001"), false},
193 "", "", 0, GURL("file:///"), true}
    [all...]
  /external/chromium_org/content/common/media/
midi_messages.h 14 #include "url/gurl.h"
34 GURL /* origin */,
40 GURL /* GURL of the frame */)
  /external/chromium_org/content/public/browser/
access_token_store.h 22 #include "url/gurl.h"
24 class GURL;
36 typedef std::map<GURL, base::string16> AccessTokenSet;
50 const GURL& server_url, const base::string16& access_token) = 0;
appcache_service.h 26 std::map<GURL, AppCacheInfoVector> infos_by_origin;
39 virtual void CanHandleMainResourceOffline(const GURL& url,
40 const GURL& first_party,
56 virtual void DeleteAppCacheGroup(const GURL& manifest_url,
indexed_db_info.cc 9 IndexedDBInfo::IndexedDBInfo(const GURL& origin,
web_ui_controller.cc 9 bool WebUIController::OverrideHandleWebUIMessage(const GURL& source_url,
  /external/chromium_org/content/public/common/
favicon_url.cc 13 FaviconURL::FaviconURL(const GURL& url,
  /external/chromium_org/content/renderer/android/
content_detector.h 9 #include "url/gurl.h"
25 const GURL& intent_url);
31 GURL intent_url; // URL of the intent that should process this content.
54 virtual GURL GetIntentURL(const std::string& content_text) = 0;
  /external/chromium_org/content/renderer/fetchers/
image_resource_fetcher.h 12 #include "url/gurl.h"
32 ImageResourceFetcher(const GURL& image_url,
42 const GURL& image_url() const { return image_url_; }
58 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;
  /external/chromium_org/media/blink/
test_response_generator.h 11 #include "url/gurl.h"
28 TestResponseGenerator(const GURL& gurl, int64 content_length);
58 GURL gurl_;
  /external/chromium_org/net/http/
http_auth_handler_mock.h 14 #include "url/gurl.h"
48 const GURL& origin,
85 const GURL& request_url() const {
118 GURL request_url_;
  /external/chromium_org/net/url_request/
data_protocol_handler.cc 19 bool DataProtocolHandler::IsSafeRedirectTarget(const GURL& location) const {
url_request_job_factory.cc 12 const GURL& location) const {
url_request_redirect_job.h 16 class GURL;
40 const GURL& redirect_destination,
49 virtual bool CopyFragmentOnRedirect(const GURL& location) const OVERRIDE;
57 const GURL redirect_destination_;
  /external/chromium_org/storage/browser/quota/
storage_observer.h 12 #include "url/gurl.h"
26 GURL origin;
29 Filter(StorageType storage_type, const GURL& origin);
47 const GURL& origin,
  /external/chromium_org/ui/keyboard/webui/
vk_webui_controller.h 50 const GURL& url) const OVERRIDE;
52 const GURL& url) const OVERRIDE;
54 const GURL& url) const OVERRIDE;
57 const GURL& url) const OVERRIDE;
  /external/chromium_org/net/cookies/
cookie_monster_perftest.cc 17 #include "url/gurl.h"
65 CookieMonster* cm, const GURL& gurl, const std::string& cookie) {
66 cm->SetCookieWithOptionsAsync(gurl, cookie, options_, base::Bind(
80 const std::string& GetCookies(CookieMonster* cm, const GURL& gurl) {
81 cm->GetCookiesWithOptionsAsync(gurl, options_, base::Bind(
133 setCookieCallback.SetCookie(cm.get(), GURL(kGoogleURL), *it);
142 getCookiesCallback.GetCookies(cm.get(), GURL(kGoogleURL));
155 std::vector<GURL> gurls; // just wanna have ffffuunn
    [all...]
  /external/chromium_org/chrome/browser/net/
predictor_unittest.cc 142 GURL localhost("http://localhost:80");
166 GURL goog("http://www.google.com:80");
195 GURL goog("http://www.google.com:80"),
199 GURL bad1("http://bad1.notfound:80"),
244 names.push_back(GURL(
269 const GURL& motivation,
280 if (motivation == GURL(existing_spec))
287 const GURL& motivation,
304 static void AddToSerializedList(const GURL& motivation,
305 const GURL& subresource
    [all...]
  /external/chromium_org/chrome/browser/
browser_about_handler.h 8 class GURL;
22 bool WillHandleBrowserAboutURL(GURL* url,
28 bool HandleNonNavigationAboutURL(const GURL& url);
  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_file_system_helper.h 26 virtual void DeleteFileSystemOrigin(const GURL& origin) OVERRIDE;
29 void AddFileSystem(const GURL& origin,
47 GURL last_deleted_origin_;
mock_browsing_data_local_storage_helper.h 27 virtual void DeleteOrigin(const GURL& origin) OVERRIDE;
42 GURL last_deleted_origin_;
49 std::map<const GURL, bool> origins_;
  /external/chromium_org/chrome/browser/chromeos/login/screens/
eula_screen.h 14 #include "url/gurl.h"
34 virtual GURL GetOemEulaUrl() const OVERRIDE;
45 GURL oem_eula_page_;
  /external/chromium_org/chrome/browser/chromeos/timezone/
timezone_provider.h 16 #include "url/gurl.h"
33 const GURL& url);
52 const GURL url_;
  /external/chromium_org/chrome/browser/custom_handlers/
register_protocol_handler_permission_request.h 22 GURL url,
31 virtual GURL GetRequestingHostname() const OVERRIDE;
40 GURL url_;

Completed in 877 milliseconds

<<21222324252627282930>>