OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CldComponentInstallerTraits
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/component_updater/
cld_component_installer.h
26
class
CldComponentInstallerTraits
: public ComponentInstallerTraits {
28
CldComponentInstallerTraits
();
29
virtual ~
CldComponentInstallerTraits
() {}
68
DISALLOW_COPY_AND_ASSIGN(
CldComponentInstallerTraits
);
cld_component_installer.cc
49
CldComponentInstallerTraits
::
CldComponentInstallerTraits
() {
52
bool
CldComponentInstallerTraits
::CanAutoUpdate() const {
56
bool
CldComponentInstallerTraits
::OnCustomInstall(
62
base::FilePath
CldComponentInstallerTraits
::GetInstalledPath(
72
void
CldComponentInstallerTraits
::ComponentReady(
81
bool
CldComponentInstallerTraits
::VerifyInstallation(
93
base::FilePath
CldComponentInstallerTraits
::GetBaseDirectory() const {
99
void
CldComponentInstallerTraits
::GetHash(std::vector<uint8_t>* hash) const {
104
std::string
CldComponentInstallerTraits
::GetName() const
[
all
...]
Completed in 63 milliseconds