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 28 enum InstallerState {
45 InstallerState state() const { return state_; }
66 InstallerState state_;
  /external/chromium_org/chrome/installer/util/
installer_state.h 46 // InstallerState::Initialize() contains a lot of code for uninstall. The class
49 class InstallerState {
72 InstallerState();
75 explicit InstallerState(Level level);
280 DISALLOW_COPY_AND_ASSIGN(InstallerState);
281 }; // class InstallerState
installer_state.cc 33 bool InstallerState::IsMultiInstallUpdate(
65 InstallerState::InstallerState()
77 InstallerState::InstallerState(Level level)
91 void InstallerState::Initialize(const CommandLine& command_line,
299 void InstallerState::set_level(Level level) {
316 void InstallerState::set_package_type(PackageType type) {
337 base::FilePath InstallerState::GetDefaultProductInstallPath(
354 bool InstallerState::CanAddProduct(const Product& product
    [all...]

Completed in 96 milliseconds