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

  /external/chromium_org/chrome/browser/first_run/
first_run_internal_posix.cc 29 base::FilePath local_state_path; local
30 PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path);
31 bool local_state_file_exists = base::PathExists(local_state_path);
first_run.cc 728 base::FilePath local_state_path; local
729 PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path);
730 bool local_state_file_exists = base::PathExists(local_state_path);
  /external/chromium/chrome/browser/first_run/
first_run.cc 501 FilePath local_state_path; local
502 PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path);
503 bool local_state_file_exists = file_util::PathExists(local_state_path);
  /external/chromium_org/chrome/test/ui/
ui_test.cc 546 base::FilePath local_state_path; local
547 PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path);
548 return LoadDictionaryValueFromPath(local_state_path);
  /external/chromium_org/chrome_frame/test/net/
fake_external_tab.cc 544 base::FilePath local_state_path; local
545 CHECK(PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path));
547 JsonPrefStore::GetTaskRunnerForFile(local_state_path,
    [all...]
  /external/chromium/chrome/browser/
browser_process_impl.cc 834 FilePath local_state_path; local
835 PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path);
837 PrefService::CreatePrefService(local_state_path, NULL, NULL));
    [all...]
browser_main.cc 674 FilePath local_state_path; local
675 PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path);
676 bool local_state_file_exists = file_util::PathExists(local_state_path);
    [all...]
  /external/chromium_org/chrome/browser/
browser_process_impl.cc 863 base::FilePath local_state_path; local
864 CHECK(PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path));
871 chrome_prefs::CreateLocalState(local_state_path,
    [all...]
chrome_browser_main.cc 236 base::FilePath local_state_path; local
237 PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path);
238 bool local_state_file_exists = base::PathExists(local_state_path);
    [all...]

Completed in 262 milliseconds