HomeSort by relevance Sort by last modified time
    Searched defs:MoveToThread (Results 1 - 2 of 2) 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|.

Completed in 419 milliseconds