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 57 void PrefMemberBase::MoveToThread(
63 internal()->MoveToThread(task_runner);
131 void PrefMemberBase::Internal::MoveToThread(
pref_member.h 68 void MoveToThread(
115 void MoveToThread(
188 // Assuming |MoveToThread| was previously called, |GetValue|, |IsManaged|,
201 void MoveToThread(
203 subtle::PrefMemberBase::MoveToThread(task_runner);
210 // on, which is the UI thread unless changed by |MoveToThread|.
220 // on, which is the UI thread unless changed by |MoveToThread|.
228 // on, which is the UI thread unless changed by |MoveToThread|.

Completed in 52 milliseconds