Home
last modified time | relevance | path

Searched defs:BelongsToCurrentThread (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/
Dsingle_thread_task_runner.h28 bool BelongsToCurrentThread() const { return RunsTasksInCurrentSequence(); } in BelongsToCurrentThread() function
/external/cronet/base/task/
Dsingle_thread_task_runner.h38 bool BelongsToCurrentThread() const { return RunsTasksInCurrentSequence(); } in BelongsToCurrentThread() function
/external/cronet/base/android/task_scheduler/
Dtask_runner_android.cc98 bool TaskRunnerAndroid::BelongsToCurrentThread(JNIEnv* env) { in BelongsToCurrentThread() function in base::TaskRunnerAndroid