HomeSort by relevance Sort by last modified time
    Searched refs:CallClosureTask (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExecutionContextTask.h 52 class CallClosureTask FINAL : public ExecutionContextTask {
57 static PassOwnPtr<CallClosureTask> create(const Closure& closure)
59 return adoptPtr(new CallClosureTask(closure));
64 explicit CallClosureTask(const Closure& closure) : m_closure(closure) { }
77 return CallClosureTask::create(bind(function));
85 return CallClosureTask::create(bind(function,
94 return CallClosureTask::create(bind(function,
104 return CallClosureTask::create(bind(function,
115 return CallClosureTask::create(bind(function,
127 return CallClosureTask::create(bind(function
    [all...]
CrossThreadTask.h 495 // CallClosureTask::create(bind(...)) for cross-thread task posting.
496 // postTask(CallClosureTask::create(bind(...))) is not thread-safe
521 return CallClosureTask::create(bind(function,
530 return CallClosureTask::create(bind(function,
540 return CallClosureTask::create(bind(function,
551 return CallClosureTask::create(bind(function,
563 return CallClosureTask::create(bind(function,
576 return CallClosureTask::create(bind(function,
592 return CallClosureTask::create(bind(function,
601 return CallClosureTask::create(bind(function
    [all...]

Completed in 110 milliseconds