Searched defs:first_party_url (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/content_settings/
H A Dcookie_settings.cc116 const GURL& first_party_url) const {
117 ContentSetting setting = GetCookieSetting(url, first_party_url, false, NULL);
122 const GURL& first_party_url) const {
123 ContentSetting setting = GetCookieSetting(url, first_party_url, true, NULL);
177 const GURL& first_party_url,
181 url, first_party_url, CONTENT_SETTINGS_TYPE_COOKIES))
188 first_party_url,
200 !first_party_url.SchemeIs(extensions::kExtensionScheme)) {
205 rv = policy.CanSetCookie(url, first_party_url);
207 rv = policy.CanGetCookies(url, first_party_url);
175 GetCookieSetting( const GURL& url, const GURL& first_party_url, bool setting_cookie, content_settings::SettingSource* source) const argument
[all...]
/external/chromium_org/content/browser/appcache/
H A Dappcache_host.h171 const GURL& first_party_url() const { return first_party_url_; } function in class:content::AppCacheHost

Completed in 886 milliseconds