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

<<21222324252627282930>>

  /external/chromium_org/content/public/browser/
load_from_memory_cache_details.h 11 #include "url/gurl.h"
17 LoadFromMemoryCacheDetails(const GURL& url,
26 GURL url;
load_notification_details.h 11 #include "url/gurl.h"
19 LoadNotificationDetails(const GURL& url,
31 GURL url;
quota_permission_context.h 12 class GURL;
29 const GURL& origin_url,
resource_throttle.h 10 class GURL;
26 virtual void WillRedirectRequest(const GURL& new_url, bool* defer) {}
web_ui_controller.h 12 class GURL;
32 virtual bool OverrideHandleWebUIMessage(const GURL& source_url,
  /external/chromium_org/content/public/renderer/
resource_fetcher.h 14 class GURL;
43 static ResourceFetcher* Create(const GURL& url,
  /external/chromium_org/content/public/test/
mock_resource_context.cc 33 bool MockResourceContext::AllowMicAccess(const GURL& origin) {
37 bool MockResourceContext::AllowCameraAccess(const GURL& origin) {
  /external/chromium_org/content/renderer/dom_storage/
dom_storage_dispatcher.h 10 class GURL;
34 const GURL& origin);
  /external/chromium_org/content/renderer/service_worker/
embedded_worker_dispatcher.h 14 class GURL;
38 const GURL& script_url);
  /external/chromium_org/content/worker/
shared_worker_permission_client_proxy.h 11 #include "url/gurl.h"
23 const GURL& origin_url,
37 const GURL origin_url_;
  /external/chromium_org/net/base/
keygen_handler.h 14 #include "url/gurl.h"
34 const GURL& url);
56 GURL url_; // the URL that requested the key
  /external/chromium_org/net/http/
http_util_icu.cc 16 std::string HttpUtil::PathForRequest(const GURL& url) {
25 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_org/net/url_request/
file_protocol_handler.h 13 class GURL;
34 virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE;
  /external/chromium_org/ppapi/shared_impl/
ppb_url_util_shared.h 16 class GURL;
32 // Used for returning the given GURL from a PPAPI function, with an optional
34 static PP_Var GenerateURLReturn(const GURL& url,
  /external/chromium_org/printing/backend/
cups_helper.h 14 class GURL;
25 HttpConnectionCUPS(const GURL& print_server_url,
  /external/chromium_org/webkit/browser/fileapi/quota/
quota_reservation_manager.cc 24 const GURL& origin,
33 const GURL& origin,
41 const GURL& origin,
48 void QuotaReservationManager::IncrementDirtyCount(const GURL& origin,
54 void QuotaReservationManager::DecrementDirtyCount(const GURL& origin,
62 const GURL& origin,
78 std::pair<GURL, FileSystemType> key(reservation_buffer->origin(),
85 const GURL& origin,
  /external/chromium_org/webkit/child/
ftp_directory_listing_response_delegate.h 21 class GURL;
36 void Init(const GURL& response_url);
  /external/chromium_org/chrome/common/extensions/api/
extension_api_unittest.cc 155 GURL url;
157 { "test1", false, Feature::WEB_PAGE_CONTEXT, GURL() },
158 { "test1", true, Feature::BLESSED_EXTENSION_CONTEXT, GURL() },
159 { "test1", true, Feature::UNBLESSED_EXTENSION_CONTEXT, GURL() },
160 { "test1", true, Feature::CONTENT_SCRIPT_CONTEXT, GURL() },
161 { "test2", true, Feature::WEB_PAGE_CONTEXT, GURL("http://google.com") },
163 GURL("http://google.com") },
165 GURL("http://google.com") },
166 { "test2.foo", true, Feature::CONTENT_SCRIPT_CONTEXT, GURL() },
167 { "test3", false, Feature::WEB_PAGE_CONTEXT, GURL("http://google.com") }
    [all...]
  /external/chromium_org/webkit/browser/quota/
quota_temporary_storage_evictor_unittest.cc 35 const GURL& origin,
64 callback.Run(GURL());
66 callback.Run(GURL(origin_order_.front()));
71 for (std::map<GURL, int64>::const_iterator p = origins_.begin();
96 void AccessOrigin(const GURL& origin) {
97 std::map<GURL, int64>::iterator found = origins_.find(origin);
105 void AddOrigin(const GURL& origin, int64 usage) {
112 int64 EnsureOriginRemoved(const GURL& origin) {
126 std::list<GURL> origin_order_;
127 std::map<GURL, int64> origins_
    [all...]
  /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,

Completed in 908 milliseconds

<<21222324252627282930>>