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

  /external/chromium/chrome/common/
chrome_paths.h 19 DIR_APP = PATH_START, // Directory where dlls and data reside.
common_glue.cc 25 return PathService::Get(chrome::DIR_APP, path);
chrome_paths.cc 79 case chrome::DIR_APP:
159 if (!PathService::Get(chrome::DIR_APP, &cur))
204 return PathService::Get(chrome::DIR_APP, result);
sandbox_policy.cc 249 if (!PathService::Get(chrome::DIR_APP, &app_dir))
  /external/chromium/chrome/browser/
plugin_data_remover_browsertest.cc 48 PathService::Get(chrome::DIR_APP, &browser_directory);
process_singleton_uitest.cc 63 PathService::Get(chrome::DIR_APP, &browser_directory);
  /external/chromium/chrome/browser/net/
url_fixer_upper_unittest.cc 313 ASSERT_TRUE(PathService::Get(chrome::DIR_APP, &dir));
410 ASSERT_TRUE(PathService::Get(chrome::DIR_APP, &dir));
  /external/chromium/chrome/browser/prerender/
prerender_browsertest.cc 143 PathService::Get(chrome::DIR_APP, &app_dir);

Completed in 281 milliseconds