Home
last modified time | relevance | path

Searched refs:postInputTask (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scheduler/
DSchedulerTest.cpp211 …m_scheduler->postInputTask(FROM_HERE, WTF::bind(&SchedulerTest::appendToVectorReentrantInputTask, … in appendToVectorReentrantInputTask()
262 m_scheduler->postInputTask(FROM_HERE, WTF::bind(&unorderedTestTask, 2, &result)); in TEST_F()
310 …m_scheduler->postInputTask(FROM_HERE, WTF::bind(&SchedulerTest::appendToVector, this, std::string(… in TEST_F()
312 …m_scheduler->postInputTask(FROM_HERE, WTF::bind(&SchedulerTest::appendToVector, this, std::string(… in TEST_F()
327 …m_scheduler->postInputTask(FROM_HERE, WTF::bind(&SchedulerTest::appendToVector, this, std::string(… in TEST_F()
329 …m_scheduler->postInputTask(FROM_HERE, WTF::bind(&SchedulerTest::appendToVector, this, std::string(… in TEST_F()
350 …m_scheduler->postInputTask(FROM_HERE, WTF::bind(&SchedulerTest::appendToVectorReentrantInputTask, … in TEST_F()
368 scheduler->postInputTask(FROM_HERE, WTF::bind(&reentrantInputTask, scheduler)); in reentrantInputTask()
385 m_scheduler->postInputTask(FROM_HERE, WTF::bind(&reentrantInputTask, m_scheduler)); in TEST_F()
395 m_scheduler->postInputTask(FROM_HERE, WTF::bind(&reentrantCompositorTask, m_scheduler)); in TEST_F()
[all …]
DScheduler.h41 void postInputTask(const TraceLocation&, const Task&);
DScheduler.cpp165 void Scheduler::postInputTask(const TraceLocation& location, const Task& task) in postInputTask() function in blink::Scheduler
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebSchedulerProxy.cpp40 void WebSchedulerProxy::postInputTask(const WebTraceLocation& webLocation, WebThread::Task* task) in postInputTask() function in blink::WebSchedulerProxy
43 m_scheduler->postInputTask(location, bind(&runTask, adoptPtr(task))); in postInputTask()
/external/chromium_org/third_party/WebKit/public/platform/
DWebSchedulerProxy.h24 BLINK_PLATFORM_EXPORT void postInputTask(const WebTraceLocation&, WebThread::Task*);