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

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

Completed in 183 milliseconds