Lines Matching defs:InstallerState

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,
396 Product* InstallerState::AddProductInDirectory(
425 Product* InstallerState::AddProduct(scoped_ptr<Product>* product) {
434 Product* InstallerState::AddProductFromPreferences(
455 Product* InstallerState::AddProductFromState(
474 bool InstallerState::system_install() const {
479 bool InstallerState::is_multi_install() const {
484 bool InstallerState::RemoveProduct(const Product* product) {
494 const Product* InstallerState::FindProduct(
504 Version* InstallerState::GetCurrentVersion(
556 Version InstallerState::DetermineCriticalVersion(
570 bool InstallerState::IsChromeFrameRunning(
575 bool InstallerState::AreBinariesInUse(
583 base::FilePath InstallerState::GetInstallerDirectory(
590 bool InstallerState::IsFileInUse(const base::FilePath& file) {
598 void InstallerState::Clear() {
614 bool InstallerState::AnyExistsAndIsInUse(
649 void InstallerState::GetExistingExeVersions(
670 void InstallerState::RemoveOldVersionDirectories(
712 void InstallerState::AddComDllList(
719 bool InstallerState::SetChannelFlags(bool set,
729 void InstallerState::UpdateStage(installer::InstallerStage stage) const {
733 void InstallerState::UpdateChannels() const {
735 VLOG(1) << "InstallerState::UpdateChannels noop: " << operation_;
806 void InstallerState::WriteInstallerResult(
832 bool InstallerState::RequiresActiveSetup() const {