Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/login/
Dsigned_settings.cc159 class StorePropertyOp : public SignedSettings, class
162 StorePropertyOp(const std::string& name,
165 virtual ~StorePropertyOp();
300 return new StorePropertyOp(name, value, d); in CreateStorePropertyOp()
526 StorePropertyOp::StorePropertyOp(const std::string& name, in StorePropertyOp() function in chromeos::StorePropertyOp
535 StorePropertyOp::~StorePropertyOp() {} in ~StorePropertyOp()
537 void StorePropertyOp::Execute() { in Execute()
559 void StorePropertyOp::Fail(SignedSettings::ReturnCode code) { in Fail()
562 NewRunnableMethod(this, &StorePropertyOp::PerformCallback, code, false)); in Fail()
565 void StorePropertyOp::Succeed(bool value) { in Succeed()
[all …]