Home
last modified time | relevance | path

Searched refs:local_state_path (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/first_run/
Dfirst_run_internal_posix.cc29 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()
Dfirst_run.cc728 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/
Dfirst_run.cc501 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/
Dui_test.cc546 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/
Dfake_external_tab.cc544 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/
Dbrowser_process_impl.cc863 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()
Dchrome_browser_main.cc236 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/
Dbrowser_process_impl.cc834 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()
Dbrowser_main.cc674 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()