Searched refs:local_state_path (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/chrome/browser/first_run/ |
D | first_run_internal_posix.cc | 29 base::FilePath local_state_path; in DoPostImportPlatformSpecificTasks() local 30 PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path); in DoPostImportPlatformSpecificTasks() 31 bool local_state_file_exists = base::PathExists(local_state_path); in DoPostImportPlatformSpecificTasks()
|
D | first_run.cc | 728 base::FilePath local_state_path; in AutoImport() local 729 PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path); in AutoImport() 730 bool local_state_file_exists = base::PathExists(local_state_path); in AutoImport()
|
/external/chromium/chrome/browser/first_run/ |
D | first_run.cc | 501 FilePath local_state_path; in AutoImport() local 502 PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path); in AutoImport() 503 bool local_state_file_exists = file_util::PathExists(local_state_path); in AutoImport()
|
/external/chromium_org/chrome/test/ui/ |
D | ui_test.cc | 546 base::FilePath local_state_path; in GetLocalState() local 547 PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path); in GetLocalState() 548 return LoadDictionaryValueFromPath(local_state_path); in GetLocalState()
|
/external/chromium_org/chrome_frame/test/net/ |
D | fake_external_tab.cc | 544 base::FilePath local_state_path; in Initialize() local 545 CHECK(PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path)); in Initialize() 547 JsonPrefStore::GetTaskRunnerForFile(local_state_path, in Initialize()
|
/external/chromium_org/chrome/browser/ |
D | browser_process_impl.cc | 863 base::FilePath local_state_path; in CreateLocalState() local 864 CHECK(PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path)); in CreateLocalState() 871 chrome_prefs::CreateLocalState(local_state_path, in CreateLocalState()
|
D | chrome_browser_main.cc | 236 base::FilePath local_state_path; in InitializeLocalState() 237 PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path); in InitializeLocalState() 238 bool local_state_file_exists = base::PathExists(local_state_path); in InitializeLocalState()
|
/external/chromium/chrome/browser/ |
D | browser_process_impl.cc | 834 FilePath local_state_path; in CreateLocalState() local 835 PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path); in CreateLocalState() 837 PrefService::CreatePrefService(local_state_path, NULL, NULL)); in CreateLocalState()
|
D | browser_main.cc | 674 FilePath local_state_path; in InitializeLocalState() local 675 PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path); in InitializeLocalState() 676 bool local_state_file_exists = file_util::PathExists(local_state_path); in InitializeLocalState()
|