Searched defs:got_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/shell/app/
H A Dshell_main_delegate.cc289 bool got_path = PathService::Get(base::DIR_ANDROID_APP_DATA, &pak_dir); local
290 DCHECK(got_path);
/external/chromium_org/chrome/browser/ui/webui/
H A Dnacl_ui.cc261 bool got_path = PathService::Get(chrome::DIR_PNACL_COMPONENT, &pnacl_path); local
262 if (!got_path || pnacl_path.empty() || !pnacl_path_exists_) {
345 bool got_path = PathService::Get(chrome::DIR_PNACL_COMPONENT, &pnacl_path); local
346 if (got_path && !pnacl_path.empty() && base::PathExists(pnacl_path)) {

Completed in 4666 milliseconds