OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UpdatePref
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/prefs/
pref_member.cc
114
void PrefMember<bool>::
UpdatePref
(const bool& value) {
124
void PrefMember<int>::
UpdatePref
(const int& value) {
134
void PrefMember<double>::
UpdatePref
(const double& value) {
145
void PrefMember<std::string>::
UpdatePref
(const std::string& value) {
156
void PrefMember<FilePath>::
UpdatePref
(const FilePath& value) {
167
void PrefMember<ListValue*>::
UpdatePref
(ListValue*const& value) {
/external/chromium_org/base/prefs/
pref_member.cc
158
void PrefMember<bool>::
UpdatePref
(const bool& value) {
169
void PrefMember<int>::
UpdatePref
(const int& value) {
180
void PrefMember<double>::
UpdatePref
(const double& value) {
191
void PrefMember<std::string>::
UpdatePref
(const std::string& value) {
203
void PrefMember<base::FilePath>::
UpdatePref
(const base::FilePath& value) {
215
void PrefMember<std::vector<std::string> >::
UpdatePref
(
/external/chromium_org/chrome/browser/content_settings/
content_settings_pref_provider.cc
167
UpdatePref
(primary_pattern,
194
// Copy the rules; we cannot call |
UpdatePref
| while holding |lock_|.
203
UpdatePref
(it->primary_pattern,
233
void PrefProvider::
UpdatePref
(
Completed in 216 milliseconds