HomeSort by relevance Sort by last modified time
    Searched refs:DIR_USER_DATA (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/chromium_org/chrome/browser/
user_data_dir_extractor.cc 21 CHECK(PathService::Get(chrome::DIR_USER_DATA, &user_data_dir))
user_data_dir_extractor_win.cc 42 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir);
user_data_dir_extractor_win_browsertest.cc 49 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir);
sxs_linux.cc 94 if (!PathService::Get(chrome::DIR_USER_DATA, &user_data_dir)) {
116 if (!PathService::Get(chrome::DIR_USER_DATA, &source_path)) {
117 LOG(ERROR) << "Failed to get value of chrome::DIR_USER_DATA";
  /external/chromium/chrome/browser/google/
google_update_settings_posix.cc 22 PathService::Get(chrome::DIR_USER_DATA, &consent_file);
34 PathService::Get(chrome::DIR_USER_DATA, &consent_dir);
57 PathService::Get(chrome::DIR_USER_DATA, &consent_dir);
  /external/chromium_org/chrome/browser/google/
google_update_settings_posix.cc 28 PathService::Get(chrome::DIR_USER_DATA, &consent_file);
40 PathService::Get(chrome::DIR_USER_DATA, &consent_dir);
70 PathService::Get(chrome::DIR_USER_DATA, &consent_dir);
google_update_settings_unittest.cc 17 GoogleUpdateTest() : user_data_dir_override_(chrome::DIR_USER_DATA) {}
  /external/chromium/chrome/common/
chrome_paths.h 21 DIR_USER_DATA, // Directory where user data can be written.
34 DIR_USER_DATA_TEMP, // A temp directory within DIR_USER_DATA. Use
chrome_paths.cc 84 return PathService::Get(chrome::DIR_USER_DATA, result);
114 case chrome::DIR_USER_DATA:
180 if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
190 if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
207 if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
212 if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
305 if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
  /external/chromium_org/chrome/browser/first_run/
first_run_internal_posix.cc 53 if (!PathService::Get(chrome::DIR_USER_DATA, &first_run_sentinel))
first_run_unittest.cc 20 FirstRunTest() : user_data_dir_override_(chrome::DIR_USER_DATA) {}
  /external/chromium_org/chrome/common/
chrome_paths.cc 127 return PathService::Get(chrome::DIR_USER_DATA, result);
157 case chrome::DIR_USER_DATA:
239 if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
258 if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
263 if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
268 if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
302 if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
348 if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
389 if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
394 if (!PathService::Get(chrome::DIR_USER_DATA, &cur)
    [all...]
chrome_paths.h 20 DIR_USER_DATA, // Directory where user data can be written.
  /external/chromium/chrome/browser/diagnostics/
diagnostics_test.cc 50 if (!PathService::Get(chrome::DIR_USER_DATA, &path))
recon_diagnostics.cc 204 {"User data Directory", chrome::DIR_USER_DATA,
293 if (!PathService::Get(chrome::DIR_USER_DATA, &data_dir))
420 PathService::Get(chrome::DIR_USER_DATA, &path);
  /external/chromium_org/chrome/test/base/
test_launcher_utils.cc 79 success = PathService::Override(chrome::DIR_USER_DATA, user_data_dir);
  /external/chromium_org/chrome/browser/nacl_host/
nacl_browser_delegate_impl.cc 52 if (!PathService::Get(chrome::DIR_USER_DATA, &user_data_dir))
67 return PathService::Get(chrome::DIR_USER_DATA, user_dir);
  /external/chromium_org/chrome/browser/ui/prefs/
prefs_tab_helper_browsertest.cc 30 PathService::Get(chrome::DIR_USER_DATA, &user_data_directory);
  /external/chromium_org/chrome/browser/ui/views/
avatar_menu_button_browsertest.cc 47 PathService::Get(chrome::DIR_USER_DATA, &path);
new_avatar_menu_button_browsertest.cc 66 PathService::Get(chrome::DIR_USER_DATA, &path);
  /external/chromium_org/chrome/browser/diagnostics/
recon_diagnostics.cc 111 if (!PathService::Get(chrome::DIR_USER_DATA, &data_dir))
281 {DIAGNOSTICS_PATH_USER_DATA_TEST, chrome::DIR_USER_DATA, true, false, true,
402 PathService::Get(chrome::DIR_USER_DATA, &path);
diagnostics_test.cc 80 if (!PathService::Get(chrome::DIR_USER_DATA, &path))
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_message_process_host_unittest.cc 111 ASSERT_TRUE(PathService::Get(chrome::DIR_USER_DATA, &user_data_dir_));
112 ASSERT_TRUE(PathService::Override(chrome::DIR_USER_DATA, GetTestDir()));
117 ASSERT_TRUE(PathService::Override(chrome::DIR_USER_DATA, user_data_dir_));
  /external/chromium_org/chrome/browser/chromeos/login/
fake_login_utils.cc 124 PathService::Get(chrome::DIR_USER_DATA, &path);
startup_utils.cc 80 // On Linux desktop, returns {DIR_USER_DATA}/.oobe_completed.
89 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir);

Completed in 1437 milliseconds

1 2 3 4