OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pnacl_component_installer_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/
browser_process_impl.h
290
scoped_ptr<PnaclComponentInstaller>
pnacl_component_installer_
;
member in class:BrowserProcessImpl
browser_process_impl.cc
815
if (!
pnacl_component_installer_
.get())
816
pnacl_component_installer_
.reset(new PnaclComponentInstaller());
817
return
pnacl_component_installer_
.get();
[
all
...]
Completed in 51 milliseconds