HomeSort by relevance Sort by last modified time
    Searched defs:MoveToThread (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/prefs/
pref_member.cc 55 void PrefMemberBase::MoveToThread(
61 internal()->MoveToThread(message_loop);
129 void PrefMemberBase::Internal::MoveToThread(
pref_member.h 68 void MoveToThread(
115 void MoveToThread(const scoped_refptr<base::MessageLoopProxy>& message_loop);
187 // Assuming |MoveToThread| was previously called, |GetValue|, |IsManaged|,
200 void MoveToThread(const scoped_refptr<base::MessageLoopProxy>& message_loop) {
201 subtle::PrefMemberBase::MoveToThread(message_loop);
208 // on, which is the UI thread unless changed by |MoveToThread|.
218 // on, which is the UI thread unless changed by |MoveToThread|.
226 // on, which is the UI thread unless changed by |MoveToThread|.

Completed in 193 milliseconds