Searched refs:off_the_record (Results 1 – 5 of 5) sorted by relevance
135 bool QueryKnownToValidate(const std::string& signature, bool off_the_record);136 void SetKnownToValidate(const std::string& signature, bool off_the_record);
470 bool off_the_record) { in QueryKnownToValidate() argument472 if (off_the_record) { in QueryKnownToValidate()486 bool off_the_record) { in SetKnownToValidate() argument488 if (off_the_record) { in SetKnownToValidate()
45 bool off_the_record() { return off_the_record_; } in off_the_record() function
221 bool off_the_record, in NaClProcessHost() argument238 off_the_record_(off_the_record), in NaClProcessHost()830 args.off_the_record = nacl_host_message_filter_->off_the_record(); in StartPPAPIProxy()
80 bool off_the_record,