Home
last modified time | relevance | path

Searched refs:AllowSetCookie (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/android_webview/browser/
Daw_cookie_access_policy.h59 bool AllowSetCookie(const GURL& url,
Daw_cookie_access_policy.cc97 bool AwCookieAccessPolicy::AllowSetCookie(const GURL& url, in AllowSetCookie() function in android_webview::AwCookieAccessPolicy
Daw_content_browser_client.cc310 bool AwContentBrowserClient::AllowSetCookie(const GURL& url, in AllowSetCookie() function in android_webview::AwContentBrowserClient
317 return AwCookieAccessPolicy::GetInstance()->AllowSetCookie(url, in AllowSetCookie()
Daw_content_browser_client.h68 virtual bool AllowSetCookie(const GURL& url,
/external/chromium_org/content/public/browser/
Dcontent_browser_client.cc128 bool ContentBrowserClient::AllowSetCookie(const GURL& url, in AllowSetCookie() function in content::ContentBrowserClient
Dcontent_browser_client.h288 virtual bool AllowSetCookie(const GURL& url,
/external/chromium_org/content/browser/renderer_host/
Dsocket_stream_dispatcher_host.cc179 return GetContentClient()->browser()->AllowSetCookie( in CanSetCookie()
Drender_message_filter.cc579 if (GetContentClient()->browser()->AllowSetCookie( in OnSetCookie()
/external/chromium_org/chrome/browser/
Dchrome_content_browser_client.h132 virtual bool AllowSetCookie(const GURL& url,
Dchrome_content_browser_client.cc1482 bool ChromeContentBrowserClient::AllowSetCookie( in AllowSetCookie() function in chrome::ChromeContentBrowserClient