HomeSort by relevance Sort by last modified time
    Searched refs:DIR_PNACL_COMPONENT (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/common/
chrome_paths.h 92 DIR_PNACL_COMPONENT, // Full path to the latest PNaCl version
chrome_paths.cc 317 // installation via component updater. DIR_PNACL_COMPONENT will be
328 case chrome::DIR_PNACL_COMPONENT:
  /external/chromium_org/chrome/browser/nacl_host/
nacl_browser_delegate_impl.cc 123 return PathService::Get(chrome::DIR_PNACL_COMPONENT, pnacl_dir);
  /external/chromium_org/chrome/test/nacl/
pnacl_header_test.cc 72 // 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/
nacl_ui.cc 261 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/
pnacl_component_installer.cc 91 PathService::Override(chrome::DIR_PNACL_COMPONENT, GetPlatformDir(base_path));

Completed in 1717 milliseconds