HomeSort by relevance Sort by last modified time
    Searched refs:PrefMember (Results 1 - 3 of 3) 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/chrome/browser/net/
chrome_network_delegate.h 15 template<class T> class PrefMember;
18 typedef PrefMember<bool> BooleanPrefMember;

Completed in 711 milliseconds