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

  /external/chromium_org/chrome/installer/util/
installer_state.h 136 const std::wstring& state_key() const { return state_key_; }
263 std::wstring state_key_; member in class:installer::InstallerState
installer_state.cc 290 state_key_ = operand->GetStateKey();
418 if (state_key_.empty())
419 state_key_ = the_product.distribution()->GetStateKey();
601 state_key_.clear();
730 InstallUtil::UpdateInstallerStage(system_install(), state_key_, stage); local
745 LONG result = state_key.Create(root_key_, state_key_.c_str(),
797 LOG(ERROR) << "Failed opening key " << state_key_
  /external/chromium_org/chrome/installer/setup/
install_worker_unittest.cc 152 state_key_ = state_key;

Completed in 22 milliseconds