HomeSort by relevance Sort by last modified time
    Searched refs:AllowGetCookie (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/android_webview/browser/
aw_cookie_access_policy.h 53 bool AllowGetCookie(const GURL& url,
aw_cookie_access_policy.cc 85 bool AwCookieAccessPolicy::AllowGetCookie(const GURL& url,
aw_content_browser_client.cc 296 bool AwContentBrowserClient::AllowGetCookie(const GURL& url,
302 return AwCookieAccessPolicy::GetInstance()->AllowGetCookie(url,
aw_content_browser_client.h 62 virtual bool AllowGetCookie(const GURL& url,
  /external/chromium_org/content/browser/renderer_host/
socket_stream_dispatcher_host.cc 160 return GetContentClient()->browser()->AllowGetCookie(
render_message_filter.cc 657 *cookies_enabled = GetContentClient()->browser()->AllowGetCookie(
    [all...]
  /external/chromium_org/content/public/browser/
content_browser_client.cc 119 bool ContentBrowserClient::AllowGetCookie(const GURL& url,
content_browser_client.h 279 virtual bool AllowGetCookie(const GURL& url,
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.h 126 virtual bool AllowGetCookie(const GURL& url,
chrome_content_browser_client.cc     [all...]
  /external/chromium_org/content/browser/media/android/
media_resource_getter_impl.cc 246 if (GetContentClient()->browser()->AllowGetCookie(

Completed in 4266 milliseconds