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

  /external/chromium_org/android_webview/browser/
aw_cookie_access_policy.cc 47 bool AwCookieAccessPolicy::GetShouldAcceptThirdPartyCookies(
58 bool AwCookieAccessPolicy::GetShouldAcceptThirdPartyCookies(
64 return GetShouldAcceptThirdPartyCookies(info->GetChildID(),
71 bool thirdParty = GetShouldAcceptThirdPartyCookies(request);
80 bool thirdParty = GetShouldAcceptThirdPartyCookies(request);
93 GetShouldAcceptThirdPartyCookies(render_process_id, render_frame_id);
106 GetShouldAcceptThirdPartyCookies(render_process_id, render_frame_id);
aw_cookie_access_policy.h 39 bool GetShouldAcceptThirdPartyCookies(int render_process_id,
41 bool GetShouldAcceptThirdPartyCookies(const net::URLRequest& request);

Completed in 566 milliseconds