OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PnaclComponentInstaller
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/component_updater/pnacl/
pnacl_component_installer.h
37
class
PnaclComponentInstaller
: public ComponentInstaller {
39
PnaclComponentInstaller
();
41
virtual ~
PnaclComponentInstaller
();
95
DISALLOW_COPY_AND_ASSIGN(
PnaclComponentInstaller
);
pnacl_component_installer.cc
91
bool GetLatestPnaclDirectory(
PnaclComponentInstaller
* pci,
205
PnaclComponentInstaller
::
PnaclComponentInstaller
()
214
PnaclComponentInstaller
::~
PnaclComponentInstaller
() {
217
void
PnaclComponentInstaller
::OnUpdateError(int error) {
225
base::FilePath
PnaclComponentInstaller
::GetPnaclBaseDirectory() {
244
void
PnaclComponentInstaller
::OnProfileChange() {
253
bool
PnaclComponentInstaller
::Install(const base::DictionaryValue& manifest,
298
bool
PnaclComponentInstaller
::GetInstalledFile
[
all
...]
Completed in 49 milliseconds