Searched defs:test_value_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/policy/
H A Dconfiguration_policy_provider_mac_unittest.cc28 test_value_(test_value) {}
35 test_value_(other.test_value_->DeepCopy()) {}
45 test_value_.swap(other.test_value_);
50 const Value* test_value() const { return test_value_.get(); }
54 switch (test_value_->GetType()) {
57 if (!test_value_->GetAsBoolean(&v))
63 if (!test_value_->GetAsInteger(&v))
69 if (!test_value_
125 scoped_ptr<Value> test_value_; member in class:policy::PolicyTestParams
[all...]
H A Dconfig_dir_policy_provider_unittest.cc113 test_value_(test_value) {}
120 test_value_(other.test_value_->DeepCopy()) {}
130 test_value_.swap(other.test_value_);
135 const Value* test_value() const { return test_value_.get(); }
165 scoped_ptr<Value> test_value_; member in class:policy::ValueTestParams

Completed in 73 milliseconds