Searched defs:PrefMember (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/prefs/
H A Dpref_member.h71 // See PrefMember<> for description.
90 // the thread the PrefMember is on.
105 // See PrefMember<> for description.
112 // See PrefMember<> for description.
162 class PrefMember : public subtle::PrefMemberBase { class in inherits:subtle::PrefMemberBase
166 PrefMember() {} function in class:PrefMember
167 virtual ~PrefMember() {}
186 // Unsubscribes the PrefMember from the PrefService. After calling this
187 // function, the PrefMember may not be used any more on the UI thread.
196 // Moves the PrefMember t
[all...]

Completed in 303 milliseconds