OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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);
278
DISALLOW_COPY_AND_ASSIGN(
InstallerState
);
279
}; // 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 44 milliseconds