OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetFilePath
(Results
1 - 9
of
9
) sorted by null
/external/chromium/chrome/browser/download/
download_prefs.cc
74
prefs->
SetFilePath
(prefs::kDownloadDefaultDirectory,
download_manager_unittest.cc
298
prefs->
SetFilePath
(prefs::kDownloadDefaultDirectory, FilePath());
download_browsertest.cc
458
browser->profile()->GetPrefs()->
SetFilePath
(
[
all
...]
/external/chromium/chrome/browser/prefs/
pref_member.cc
157
prefs()->
SetFilePath
(pref_name().c_str(), value);
pref_service.h
225
void
SetFilePath
(const char* path, const FilePath& value);
pref_service.cc
553
void PrefService::
SetFilePath
(const char* path, const FilePath& value) {
/external/chromium/chrome/browser/
plugin_updater.cc
138
profile->GetPrefs()->
SetFilePath
(
273
profile->GetPrefs()->
SetFilePath
(prefs::kPluginsLastInternalDirectory,
/external/chromium/chrome/browser/themes/
theme_service.cc
627
profile_->GetPrefs()->
SetFilePath
(
/external/chromium/chrome/browser/profiles/
profile_impl.cc
574
GetPrefs()->
SetFilePath
(prefs::kSelectFileLastDirectory, path);
[
all
...]
Completed in 8237 milliseconds