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

  /external/chromium_org/content/browser/renderer_host/
websocket_dispatcher_host.cc 87 bool WebSocketDispatcherHost::CanReadRawCookies() const {
90 return policy->CanReadRawCookies(process_id_);
websocket_dispatcher_host.h 112 bool CanReadRawCookies() const;
websocket_host.cc 221 bool should_send = dispatcher_->CanReadRawCookies();
245 bool should_send = dispatcher_->CanReadRawCookies();
render_message_filter.cc 623 if (!policy->CanReadRawCookies(render_process_id_) ||
    [all...]
  /external/chromium_org/content/browser/
child_process_security_policy_impl.h 156 bool CanReadRawCookies(int child_id);
child_process_security_policy_impl.cc 789 bool ChildProcessSecurityPolicyImpl::CanReadRawCookies(int child_id) {
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.cc     [all...]

Completed in 178 milliseconds