Home
last modified time | relevance | path

Searched refs:kSupervisedUserSettingsFilename (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/
H A Dchrome_constants.h76 extern const base::FilePath::CharType kSupervisedUserSettingsFilename[];
H A Dchrome_constants.cc185 const base::FilePath::CharType kSupervisedUserSettingsFilename[] = variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/
H A Dchrome_constants.h74 extern const base::FilePath::CharType kSupervisedUserSettingsFilename[];
H A Dchrome_constants.cc183 const base::FilePath::CharType kSupervisedUserSettingsFilename[] = variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/supervised_user/
H A Dsupervised_user_settings_service.cc71 profile_path.Append(chrome::kSupervisedUserSettingsFilename); in Init()