OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pref_file_path
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/profiles/
file_path_verifier_win.h
30
// Verifies that the Preferences file at |
pref_file_path
| is found as expected
32
void VerifyPreferencesFile(const base::FilePath&
pref_file_path
);
file_path_verifier_win.cc
77
void VerifyPreferencesFile(const base::FilePath&
pref_file_path
) {
79
VerifyFileAtPath(
pref_file_path
);
profile_impl.cc
875
base::FilePath
pref_file_path
= path_;
local
[
all
...]
/external/chromium/chrome/browser/profiles/
profile_impl.cc
854
FilePath
pref_file_path
= path_;
local
855
pref_file_path
=
pref_file_path
.Append(chrome::kPreferencesFilename);
856
return
pref_file_path
;
[
all
...]
Completed in 154 milliseconds