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

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

Completed in 36 milliseconds