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

  /external/chromium_org/third_party/WebKit/Source/web/
WebWorkerRunLoop.cpp 26 #include "public/platform/WebWorkerRunLoop.h"
38 static PassOwnPtr<TaskForwarder> create(PassOwnPtr<WebWorkerRunLoop::Task> task)
49 TaskForwarder(PassOwnPtr<WebWorkerRunLoop::Task> task)
54 OwnPtr<WebWorkerRunLoop::Task> m_task;
59 WebWorkerRunLoop::WebWorkerRunLoop(WorkerRunLoop* workerRunLoop)
64 bool WebWorkerRunLoop::postTask(Task* task)
69 bool WebWorkerRunLoop::equals(const WebWorkerRunLoop& o) const
74 bool WebWorkerRunLoop::lessThan(const WebWorkerRunLoop& o) cons
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebWorkerRunLoop.h 36 class WebWorkerRunLoop {
46 WEBKIT_EXPORT bool equals(const WebWorkerRunLoop&) const;
47 WEBKIT_EXPORT bool lessThan(const WebWorkerRunLoop&) const;
50 WebWorkerRunLoop(WebCore::WorkerRunLoop*);
57 inline bool operator==(const WebWorkerRunLoop& a, const WebWorkerRunLoop& b)
62 inline bool operator<(const WebWorkerRunLoop& a, const WebWorkerRunLoop& b)

Completed in 129 milliseconds