Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/login/
Dsigned_settings.cc155 em::PolicyFetchResponse to_store_; member in chromeos::WhitelistOp
188 em::PolicyFetchResponse to_store_; member in chromeos::StorePropertyOp
443 to_store_.set_policy_data(to_sign.SerializeAsString()); in Execute()
444 service_->StartSigningAttempt(to_store_.policy_data(), this); in Execute()
473 to_store_.set_policy_data_signature( in OnKeyOpComplete()
475 store_op_ = CreateStorePolicyOp(&to_store_, this); in OnKeyOpComplete()
484 if (value && to_store_.has_policy_data()) { in OnSettingsOpCompleted()
486 poldata.ParseFromString(to_store_.policy_data()); in OnSettingsOpCompleted()
555 to_store_.set_policy_data(to_sign.SerializeAsString()); in Execute()
556 service_->StartSigningAttempt(to_store_.policy_data(), this); in Execute()
[all …]