Searched refs:CanReadRawCookies (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Dwebsocket_dispatcher_host.cc87 bool WebSocketDispatcherHost::CanReadRawCookies() const { function in class:content::WebSocketDispatcherHost
90 return policy->CanReadRawCookies(process_id_);
H A Dwebsocket_dispatcher_host.h112 bool CanReadRawCookies() const;
H A Dwebsocket_host.cc221 bool should_send = dispatcher_->CanReadRawCookies();
245 bool should_send = dispatcher_->CanReadRawCookies();
H A Drender_message_filter.cc623 if (!policy->CanReadRawCookies(render_process_id_) ||
/external/chromium_org/content/browser/
H A Dchild_process_security_policy_impl.h156 bool CanReadRawCookies(int child_id);
H A Dchild_process_security_policy_impl.cc789 bool ChildProcessSecurityPolicyImpl::CanReadRawCookies(int child_id) { function in class:content::ChildProcessSecurityPolicyImpl
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.cc2104 && !policy->CanReadRawCookies(child_id)) {

Completed in 130 milliseconds