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

/external/chromium_org/chrome/installer/util/
H A Dinstaller_state.h136 const std::wstring& state_key() const { return state_key_; }
243 std::wstring state_key_; member in class:installer::InstallerState
H A Dinstaller_state.cc312 state_key_ = operand->GetStateKey();
440 if (state_key_.empty())
441 state_key_ = the_product.distribution()->GetStateKey();
706 InstallUtil::UpdateInstallerStage(system_install(), state_key_, stage); local
721 LONG result = state_key.Create(root_key_, state_key_.c_str(),
773 LOG(ERROR) << "Failed opening key " << state_key_

Completed in 59 milliseconds