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

  /external/chromium_org/chrome/browser/plugins/
plugin_installer.h 26 enum InstallerState {
43 InstallerState state() const { return state_; }
59 InstallerState state_;
  /external/chromium_org/chrome/installer/util/
installer_state.h 44 // InstallerState::Initialize() contains a lot of code for uninstall. The class
47 class InstallerState {
70 InstallerState();
73 explicit InstallerState(Level level);
258 DISALLOW_COPY_AND_ASSIGN(InstallerState);
259 }; // class InstallerState
installer_state.cc 33 bool InstallerState::IsMultiInstallUpdate(const MasterPreferences& prefs,
73 InstallerState::InstallerState()
85 InstallerState::InstallerState(Level level)
99 void InstallerState::Initialize(const CommandLine& command_line,
321 void InstallerState::set_level(Level level) {
338 void InstallerState::set_package_type(PackageType type) {
359 base::FilePath InstallerState::GetDefaultProductInstallPath(
376 bool InstallerState::CanAddProduct(const Product& product
    [all...]

Completed in 39 milliseconds