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

  /external/chromium_org/chrome/browser/ui/webui/
nacl_ui.cc 265 bool got_path = PathService::Get(chrome::DIR_PNACL_COMPONENT, &pnacl_path); local
266 if (!got_path || pnacl_path.empty() || !pnacl_path_exists_) {
349 bool got_path = PathService::Get(chrome::DIR_PNACL_COMPONENT, &pnacl_path); local
350 if (got_path && !pnacl_path.empty() && base::PathExists(pnacl_path)) {
  /external/chromium_org/content/shell/app/
shell_main_delegate.cc 276 bool got_path = PathService::Get(base::DIR_ANDROID_APP_DATA, &pak_dir); local
277 DCHECK(got_path);

Completed in 28 milliseconds