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

  /external/chromium/chrome/browser/prefs/
pref_member.cc 46 void PrefMemberBase::MoveToThread(BrowserThread::ID thread_id) {
51 internal()->MoveToThread(thread_id);
106 void PrefMemberBase::Internal::MoveToThread(BrowserThread::ID thread_id) {
pref_member.h 52 void MoveToThread(BrowserThread::ID thread_id);
92 void MoveToThread(BrowserThread::ID thread_id);
158 void MoveToThread(BrowserThread::ID thread_id) {
159 subtle::PrefMemberBase::MoveToThread(thread_id);
166 // on, which is the UI thread unless changed by |MoveToThread|.
174 // on, which is the UI thread unless changed by |MoveToThread|.
  /external/chromium_org/base/prefs/
pref_member.cc 55 void PrefMemberBase::MoveToThread(
61 internal()->MoveToThread(message_loop);
128 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 352 milliseconds