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

  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_validator.cc 77 timestamp_option_ = timestamp_option;
175 timestamp_option_(TIMESTAMP_REQUIRED),
429 if (timestamp_option_ == TIMESTAMP_NOT_REQUIRED) {
437 if (timestamp_option_ != TIMESTAMP_NOT_REQUIRED &&
439 // If |timestamp_option_| is TIMESTAMP_REQUIRED or TIMESTAMP_NOT_BEFORE
444 if (timestamp_option_ == TIMESTAMP_REQUIRED &&
cloud_policy_validator_unittest.cc 41 timestamp_option_(CloudPolicyValidatorBase::TIMESTAMP_REQUIRED),
88 timestamp_option_);
121 CloudPolicyValidatorBase::ValidateTimestampOption timestamp_option_; member in class:policy::__anon11106::CloudPolicyValidatorTest
184 timestamp_option_ = CloudPolicyValidatorBase::TIMESTAMP_NOT_REQUIRED;
205 timestamp_option_ =
cloud_policy_validator.h 286 ValidateTimestampOption timestamp_option_; member in class:policy::CloudPolicyValidatorBase

Completed in 62 milliseconds