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

/external/chromium_org/chrome/installer/util/
H A Dinstallation_state.cc72 // only be accessible via InstallationState::GetNonVersionedProductState.
219 InstallationState::InstallationState() { function in class:installer::InstallationState
223 int InstallationState::IndexFromDistType(BrowserDistribution::Type type) {
239 void InstallationState::Initialize() {
263 const ProductState* InstallationState::GetNonVersionedProductState(
271 const ProductState* InstallationState::GetProductState(
H A Dinstallation_state.h27 class InstallationState;
123 friend class InstallationState;
130 class InstallationState { class in namespace:installer
132 InstallationState();
167 DISALLOW_COPY_AND_ASSIGN(InstallationState);
168 }; // class InstallationState

Completed in 88 milliseconds