Searched defs:BelongsToCurrentThread (Results 1 – 3 of 3) sorted by relevance
28 bool BelongsToCurrentThread() const { return RunsTasksInCurrentSequence(); } in BelongsToCurrentThread() function
38 bool BelongsToCurrentThread() const { return RunsTasksInCurrentSequence(); } in BelongsToCurrentThread() function
98 bool TaskRunnerAndroid::BelongsToCurrentThread(JNIEnv* env) { in BelongsToCurrentThread() function in base::TaskRunnerAndroid