Searched refs:DIR_PNACL_COMPONENT (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/common/
H A Dchrome_paths.h92 DIR_PNACL_COMPONENT, // Full path to the latest PNaCl version enumerator in enum:chrome::__anon5615
H A Dchrome_paths.cc317 // installation via component updater. DIR_PNACL_COMPONENT will be
328 case chrome::DIR_PNACL_COMPONENT:
/external/chromium_org/chrome/browser/nacl_host/
H A Dnacl_browser_delegate_impl.cc123 return PathService::Get(chrome::DIR_PNACL_COMPONENT, pnacl_dir);
/external/chromium_org/chrome/test/nacl/
H A Dpnacl_header_test.cc72 // to the PNaCl component files (make DIR_PNACL_COMPONENT empty).
78 base::ScopedPathOverride component_dir(chrome::DIR_PNACL_COMPONENT);
/external/chromium_org/chrome/browser/ui/webui/
H A Dnacl_ui.cc261 bool got_path = PathService::Get(chrome::DIR_PNACL_COMPONENT, &pnacl_path);
345 bool got_path = PathService::Get(chrome::DIR_PNACL_COMPONENT, &pnacl_path);
/external/chromium_org/chrome/browser/component_updater/pnacl/
H A Dpnacl_component_installer.cc91 PathService::Override(chrome::DIR_PNACL_COMPONENT, GetPlatformDir(base_path));

Completed in 921 milliseconds