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 {
72 InstallationState GetAppLauncherInstallationState();
  /external/chromium_org/chrome/installer/util/
installation_state.cc 72 // only be accessible via InstallationState::GetNonVersionedProductState.
219 InstallationState::InstallationState() {
223 int InstallationState::IndexFromDistType(BrowserDistribution::Type type) {
239 void InstallationState::Initialize() {
263 const ProductState* InstallationState::GetNonVersionedProductState(
271 const ProductState* InstallationState::GetProductState(
installation_state.h 27 class InstallationState;
123 friend class InstallationState;
130 class InstallationState {
132 InstallationState();
167 DISALLOW_COPY_AND_ASSIGN(InstallationState);
168 }; // class InstallationState

Completed in 381 milliseconds