HomeSort by relevance Sort by last modified time
    Searched refs:PrefMember (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/prefs/
pref_member.h 54 // See PrefMember<> for description.
69 // the thread the PrefMember is on.
83 // See PrefMember<> for description.
89 // See PrefMember<> for description.
131 class PrefMember : public subtle::PrefMemberBase {
135 PrefMember() {}
136 virtual ~PrefMember() {}
146 // Unsubscribes the PrefMember from the PrefService. After calling this
147 // function, the PrefMember may not be used any more.
153 // Moves the PrefMember to another thread, allowing read accesses from there
    [all...]
pref_member.cc 114 void PrefMember<bool>::UpdatePref(const bool& value) {
119 bool PrefMember<bool>::Internal::UpdateValueInternal(const Value& value) const {
124 void PrefMember<int>::UpdatePref(const int& value) {
129 bool PrefMember<int>::Internal::UpdateValueInternal(const Value& value) const {
134 void PrefMember<double>::UpdatePref(const double& value) {
139 bool PrefMember<double>::Internal::UpdateValueInternal(const Value& value)
145 void PrefMember<std::string>::UpdatePref(const std::string& value) {
150 bool PrefMember<std::string>::Internal::UpdateValueInternal(const Value& value)
156 void PrefMember<FilePath>::UpdatePref(const FilePath& value) {
161 bool PrefMember<FilePath>::Internal::UpdateValueInternal(const Value& value
    [all...]
  /external/chromium_org/base/prefs/
pref_member.h 71 // See PrefMember<> for description.
90 // the thread the PrefMember is on.
105 // See PrefMember<> for description.
112 // See PrefMember<> for description.
161 class PrefMember : public subtle::PrefMemberBase {
165 PrefMember() {}
166 virtual ~PrefMember() {}
185 // Unsubscribes the PrefMember from the PrefService. After calling this
186 // function, the PrefMember may not be used any more on the UI thread.
195 // Moves the PrefMember to another thread, allowing read accesses from there
    [all...]
pref_member.cc 158 void PrefMember<bool>::UpdatePref(const bool& value) {
163 bool PrefMember<bool>::Internal::UpdateValueInternal(
169 void PrefMember<int>::UpdatePref(const int& value) {
174 bool PrefMember<int>::Internal::UpdateValueInternal(
180 void PrefMember<double>::UpdatePref(const double& value) {
185 bool PrefMember<double>::Internal::UpdateValueInternal(const base::Value& value)
191 void PrefMember<std::string>::UpdatePref(const std::string& value) {
196 bool PrefMember<std::string>::Internal::UpdateValueInternal(
203 void PrefMember<base::FilePath>::UpdatePref(const base::FilePath& value) {
208 bool PrefMember<base::FilePath>::Internal::UpdateValueInternal
    [all...]
  /external/chromium/chrome/browser/net/
chrome_network_delegate.h 15 template<class T> class PrefMember;
18 typedef PrefMember<bool> BooleanPrefMember;
  /external/chromium_org/chrome/browser/net/
chrome_network_delegate.h 22 template<class T> class PrefMember;
24 typedef PrefMember<bool> BooleanPrefMember;

Completed in 1062 milliseconds