/external/chromium_org/content/child/ |
site_isolation_policy.h | 65 const GURL& frame_origin, 66 const GURL& response_url, 98 GURL response_url; 125 static bool IsBlockableScheme(const GURL& frame_origin); 128 static bool IsSameSite(const GURL& frame_origin, const GURL& response_url); 138 static bool IsValidCorsHeaderSet(const GURL& frame_origin, 139 const GURL& website_origin,
|
/external/chromium_org/content/common/ |
pepper_renderer_instance_data.cc | 17 const GURL& document, 18 const GURL& plugin)
|
quota_messages.h | 9 #include "url/gurl.h" 36 GURL /* origin_url */, 42 GURL /* origin_url */,
|
/external/chromium_org/content/public/browser/ |
browser_plugin_guest_delegate.cc | 30 GURL BrowserPluginGuestDelegate::ResolveURL(const std::string& src) { 31 return GURL(src);
|
devtools_target.h | 14 #include "url/gurl.h" 41 virtual GURL GetUrl() const = 0; 44 virtual GURL GetFaviconUrl() const = 0;
|
gpu_data_manager_observer.h | 13 class GURL; 30 virtual void DidBlock3DAPIs(const GURL& url,
|
indexed_db_info.h | 11 #include "url/gurl.h" 17 IndexedDBInfo(const GURL& origin, 23 GURL origin_;
|
media_device_id.h | 17 #include "url/gurl.h" 25 const GURL& security_origin, 32 const GURL& security_origin,
|
/external/chromium_org/content/public/common/ |
favicon_url.h | 9 #include "url/gurl.h" 24 FaviconURL(const GURL& url, IconType type); 28 GURL icon_url;
|
referrer.h | 10 #include "url/gurl.h" 18 Referrer(const GURL& url, blink::WebReferrerPolicy policy) : url(url), 24 GURL url;
|
show_desktop_notification_params.h | 10 #include "url/gurl.h" 20 GURL origin; 23 GURL icon_url;
|
/external/chromium_org/content/shell/browser/ |
shell_plugin_service_filter.cc | 20 const GURL& url, 21 const GURL& policy_url,
|
shell_plugin_service_filter.h | 23 const GURL& url, 24 const GURL& policy_url,
|
/external/chromium_org/net/base/ |
openssl_private_key_store.h | 16 class GURL; 35 static bool StoreKeyPair(const GURL& url, EVP_PKEY* pkey);
|
url_util_unittest.cc | 8 #include "url/gurl.h" 16 AppendQueryParameter(GURL("http://example.com/path"), 23 AppendQueryParameter(GURL("http://example.com/path?existing=one"), 29 AppendQueryParameter(GURL("http://example.com/path?existing=one"), 37 AppendOrReplaceQueryParameter(GURL("http://example.com/path"), 45 GURL("http://example.com/path?existing=one"), 52 GURL("http://example.com/path?existing=one"), 58 GURL("http://example.com/path?existing=one&name=old"), 65 GURL("http://example.com/path?na+me=old&existing=one"), 71 GURL("http://example.com/path?name=old&existing=one&name=old") [all...] |
/external/chromium_org/net/third_party/mozilla_security_manager/ |
nsKeygenHandler.h | 45 class GURL; 63 const GURL& url,
|
/external/chromium_org/net/url_request/ |
url_request_netlog_params.h | 14 class GURL; 24 const GURL* url,
|
/external/chromium_org/ui/base/dragdrop/ |
cocoa_dnd_util.h | 15 class GURL; 37 UI_EXPORT BOOL PopulateURLAndTitleFromPasteboard(GURL* url,
|
/external/chromium_org/ui/views/ |
button_drag_utils.h | 11 class GURL; 29 VIEWS_EXPORT void SetURLAndDragImage(const GURL& url,
|
/external/chromium_org/webkit/browser/appcache/ |
manifest_parser.h | 42 class GURL; 57 WEBKIT_STORAGE_BROWSER_EXPORT bool ParseManifest(const GURL& manifest_url,
|
/external/chromium_org/webkit/browser/fileapi/quota/ |
quota_backend_impl.h | 43 const GURL& origin, 48 const GURL& origin, 52 const GURL& origin, 56 const GURL& origin, 59 const GURL& origin, 66 QuotaReservationInfo(const GURL& origin, FileSystemType type, int64 delta); 69 GURL origin; 84 const GURL& origin,
|
/external/chromium_org/webkit/child/ |
websocketstreamhandle_bridge.h | 13 class GURL; 20 virtual void Connect(const GURL& url) = 0;
|
/external/chromium_org/webkit/common/fileapi/ |
file_system_info.h | 10 #include "url/gurl.h" 22 const GURL& root_url, 27 GURL root_url;
|
/external/chromium/chrome/browser/google/ |
google_url_tracker_unittest.cc | 61 const GURL& new_google_url); 64 GURL new_google_url() const { return new_google_url_; } 73 GURL new_google_url_; 77 const GURL& new_google_url) 93 const GURL& new_google_url) { 117 GURL GetFetchedGoogleURL(); 118 void SetGoogleURL(const GURL& url); 119 void SetLastPromptedGoogleURL(const GURL& url); 120 GURL GetLastPromptedGoogleURL(); 121 void SearchCommitted(const GURL& search_url) [all...] |
/external/chromium_org/chrome/browser/search/ |
search.h | 16 class GURL; 74 base::string16 GetSearchTermsFromURL(Profile* profile, const GURL& url); 93 bool ShouldAssignURLToInstantRenderer(const GURL& url, Profile* profile); 96 bool ShouldUseProcessPerSiteForInstantURL(const GURL& url, Profile* profile); 100 bool IsNTPURL(const GURL& url, Profile* profile); 113 // Returns the Instant URL of the default search engine. Returns an empty GURL 124 GURL GetInstantURL(Profile* profile, 129 std::vector<GURL> GetSearchURLs(Profile* profile); 134 GURL GetSearchResultPrefetchBaseURL(Profile* profile); 142 GURL GetLocalInstantURL(Profile* profile) [all...] |