Searched refs:DIR_APP (Results 1 – 8 of 8) sorted by relevance
/external/chromium/chrome/common/ |
D | chrome_paths.cc | 79 case chrome::DIR_APP: in PathProvider() 159 if (!PathService::Get(chrome::DIR_APP, &cur)) in PathProvider() 204 return PathService::Get(chrome::DIR_APP, result); in PathProvider()
|
D | chrome_paths.h | 19 DIR_APP = PATH_START, // Directory where dlls and data reside. enumerator
|
D | common_glue.cc | 25 return PathService::Get(chrome::DIR_APP, path); in GetApplicationDirectory()
|
D | sandbox_policy.cc | 249 if (!PathService::Get(chrome::DIR_APP, &app_dir)) in AddGenericPolicy()
|
/external/chromium/chrome/browser/ |
D | plugin_data_remover_browsertest.cc | 48 PathService::Get(chrome::DIR_APP, &browser_directory); in SetUpCommandLine()
|
D | process_singleton_uitest.cc | 63 PathService::Get(chrome::DIR_APP, &browser_directory); in StartChrome()
|
/external/chromium/chrome/browser/net/ |
D | url_fixer_upper_unittest.cc | 313 ASSERT_TRUE(PathService::Get(chrome::DIR_APP, &dir)); in TEST() 410 ASSERT_TRUE(PathService::Get(chrome::DIR_APP, &dir)); in TEST()
|
/external/chromium/chrome/browser/prerender/ |
D | prerender_browsertest.cc | 143 PathService::Get(chrome::DIR_APP, &app_dir); in SetUpCommandLine()
|