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

  /external/chromium_org/chrome/installer/launcher_support/
chrome_launcher_support.h 19 enum InstallationState {
62 InstallationState GetAppLauncherInstallationState();
  /external/chromium_org/chrome/installer/util/
installation_state.cc 70 // only be accessible via InstallationState::GetNonVersionedProductState.
218 InstallationState::InstallationState() {
222 int InstallationState::IndexFromDistType(BrowserDistribution::Type type) {
238 void InstallationState::Initialize() {
262 const ProductState* InstallationState::GetNonVersionedProductState(
270 const ProductState* InstallationState::GetProductState(
installation_state.h 27 class InstallationState;
121 friend class InstallationState;
128 class InstallationState {
130 InstallationState();
165 DISALLOW_COPY_AND_ASSIGN(InstallationState);
166 }; // class InstallationState

Completed in 47 milliseconds