HomeSort by relevance Sort by last modified time
    Searched refs:DIR_APP (Results 1 - 20 of 20) 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_org/chrome/common/
chrome_paths.h 18 DIR_APP = PATH_START, // Directory where dlls and data reside.
chrome_paths.cc 116 case chrome::DIR_APP:
217 if (!PathService::Get(chrome::DIR_APP, &cur))
494 if (!PathService::Get(chrome::DIR_APP, &cur))
  /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_org/chrome_frame/
test_utils.cc 36 PathService::Get(chrome::DIR_APP, &build_path);
153 PathService::Get(chrome::DIR_APP, &reference_build_dir);
  /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_org/chrome/common/net/
url_fixer_upper_unittest.cc 371 ASSERT_TRUE(PathService::Get(chrome::DIR_APP, &dir));
469 ASSERT_TRUE(PathService::Get(chrome::DIR_APP, &dir));
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_apitest.cc 456 chrome::DIR_APP, test_file.DirName(), false));
561 chrome::DIR_APP, test_file.DirName(), false));
file_system_api.cc 79 chrome::DIR_APP,
    [all...]
  /external/chromium_org/chrome/test/ui/
ui_test.cc 89 PathService::Get(chrome::DIR_APP, &browser_directory_);
104 PathService::Get(chrome::DIR_APP, &browser_directory_);
  /external/chromium/chrome/browser/prerender/
prerender_browsertest.cc 143 PathService::Get(chrome::DIR_APP, &app_dir);
  /external/chromium_org/chrome/browser/printing/
printing_layout_browsertest.cc 44 PathService::Get(chrome::DIR_APP, &browser_directory);
  /external/chromium_org/chrome/test/perf/
startup_test.cc 200 base::FilePath dir_app; local
201 ASSERT_TRUE(PathService::Get(chrome::DIR_APP, &dir_app));
203 base::FilePath chrome_exe(dir_app.Append(GetExecutablePath()));
208 dir_app.Append(FILE_PATH_LITERAL("chrome.dll")));
  /external/chromium_org/chrome_frame/test/
chrome_frame_ui_test_utils.cc 744 PathService::Get(chrome::DIR_APP, &path);
  /external/chromium_org/chrome_frame/test/perf/
chrome_frame_perftest.cc 296 ASSERT_TRUE(PathService::Get(chrome::DIR_APP, &dir_app_));
    [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_browsertest.cc 669 PathService::Get(chrome::DIR_APP, &app_dir);
    [all...]

Completed in 1269 milliseconds