Home
last modified time | relevance | path

Searched refs:AllowGetCookie (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/android_webview/browser/
Daw_cookie_access_policy.h46 bool AllowGetCookie(const GURL& url,
Daw_cookie_access_policy.cc52 bool AwCookieAccessPolicy::AllowGetCookie(const GURL& url, in AllowGetCookie() function in android_webview::AwCookieAccessPolicy
Daw_content_browser_client.cc256 bool AwContentBrowserClient::AllowGetCookie(const GURL& url, in AllowGetCookie() function in android_webview::AwContentBrowserClient
262 return AwCookieAccessPolicy::GetInstance()->AllowGetCookie(url, in AllowGetCookie()
Daw_content_browser_client.h64 virtual bool AllowGetCookie(const GURL& url,
/external/chromium_org/content/public/browser/
Dcontent_browser_client.cc119 bool ContentBrowserClient::AllowGetCookie(const GURL& url, in AllowGetCookie() function in content::ContentBrowserClient
Dcontent_browser_client.h288 virtual bool AllowGetCookie(const GURL& url,
/external/chromium_org/content/browser/renderer_host/
Dsocket_stream_dispatcher_host.cc153 return GetContentClient()->browser()->AllowGetCookie( in CanGetCookies()
Drender_message_filter.cc657 *cookies_enabled = GetContentClient()->browser()->AllowGetCookie( in OnCookiesEnabled()
1044 if (GetContentClient()->browser()->AllowGetCookie( in CheckPolicyForCookies()
/external/chromium_org/content/browser/media/android/
Dmedia_resource_getter_impl.cc140 if (GetContentClient()->browser()->AllowGetCookie( in CheckPolicyForCookies()
/external/chromium_org/chrome/browser/
Dchrome_content_browser_client.h121 virtual bool AllowGetCookie(const GURL& url,
Dchrome_content_browser_client.cc1623 bool ChromeContentBrowserClient::AllowGetCookie( in AllowGetCookie() function in chrome::ChromeContentBrowserClient