Home
last modified time | relevance | path

Searched refs:got_path (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/
Dnacl_ui.cc265 bool got_path = PathService::Get(chrome::DIR_PNACL_COMPONENT, &pnacl_path); in AddPnaclInfo() local
266 if (!got_path || pnacl_path.empty() || !pnacl_path_exists_) { in AddPnaclInfo()
349 bool got_path = PathService::Get(chrome::DIR_PNACL_COMPONENT, &pnacl_path); in CheckPathAndVersion() local
350 if (got_path && !pnacl_path.empty() && base::PathExists(pnacl_path)) { in CheckPathAndVersion()
/external/chromium_org/content/shell/app/
Dshell_main_delegate.cc276 bool got_path = PathService::Get(base::DIR_ANDROID_APP_DATA, &pak_dir); in InitializeResourceBundle() local
277 DCHECK(got_path); in InitializeResourceBundle()