Home
last modified time | relevance | path

Searched refs:off_the_record (Results 1 – 5 of 5) sorted by relevance

/external/cronet/components/nacl/browser/
Dnacl_browser.h135 bool QueryKnownToValidate(const std::string& signature, bool off_the_record);
136 void SetKnownToValidate(const std::string& signature, bool off_the_record);
Dnacl_browser.cc470 bool off_the_record) { in QueryKnownToValidate() argument
472 if (off_the_record) { in QueryKnownToValidate()
486 bool off_the_record) { in SetKnownToValidate() argument
488 if (off_the_record) { in SetKnownToValidate()
Dnacl_host_message_filter.h45 bool off_the_record() { return off_the_record_; } in off_the_record() function
Dnacl_process_host.cc221 bool off_the_record, in NaClProcessHost() argument
238 off_the_record_(off_the_record), in NaClProcessHost()
830 args.off_the_record = nacl_host_message_filter_->off_the_record(); in StartPPAPIProxy()
Dnacl_process_host.h80 bool off_the_record,