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

  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_validator_unittest.cc 39 timestamp_option_(CloudPolicyValidatorBase::TIMESTAMP_REQUIRED),
69 timestamp_option_);
94 CloudPolicyValidatorBase::ValidateTimestampOption timestamp_option_; member in class:policy::__anon7465::CloudPolicyValidatorTest
153 timestamp_option_ = CloudPolicyValidatorBase::TIMESTAMP_NOT_REQUIRED;
174 timestamp_option_ =
cloud_policy_validator.cc 47 timestamp_option_ = timestamp_option;
125 timestamp_option_(TIMESTAMP_REQUIRED),
271 if (timestamp_option_ == TIMESTAMP_NOT_REQUIRED) {
279 if (timestamp_option_ != TIMESTAMP_NOT_REQUIRED &&
281 // If |timestamp_option_| is TIMESTAMP_REQUIRED or TIMESTAMP_NOT_BEFORE
286 if (timestamp_option_ == TIMESTAMP_REQUIRED &&
cloud_policy_validator.h 237 ValidateTimestampOption timestamp_option_; member in class:policy::CloudPolicyValidatorBase

Completed in 92 milliseconds