Lines Matching refs:pref_key
14 int pref_key = base::PATH_START; in CefGetPath() local
17 pref_key = base::DIR_CURRENT; in CefGetPath()
20 pref_key = base::DIR_EXE; in CefGetPath()
23 pref_key = base::DIR_MODULE; in CefGetPath()
26 pref_key = base::DIR_TEMP; in CefGetPath()
29 pref_key = base::FILE_EXE; in CefGetPath()
32 pref_key = base::FILE_MODULE; in CefGetPath()
36 pref_key = base::DIR_LOCAL_APP_DATA; in CefGetPath()
40 pref_key = chrome::DIR_USER_DATA; in CefGetPath()
43 pref_key = chrome::DIR_RESOURCES; in CefGetPath()
51 if (base::PathService::Get(pref_key, &file_path)) { in CefGetPath()