Searched defs:WebWorkerRunLoop (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebWorkerRunLoop.cpp26 #include "public/platform/WebWorkerRunLoop.h"
36 static PassOwnPtr<TaskForwarder> create(PassOwnPtr<WebWorkerRunLoop::Task> task)
47 TaskForwarder(PassOwnPtr<WebWorkerRunLoop::Task> task)
52 OwnPtr<WebWorkerRunLoop::Task> m_task;
57 WebWorkerRunLoop::WebWorkerRunLoop(WorkerThread* workerThread) function in class:blink::WebWorkerRunLoop
62 bool WebWorkerRunLoop::postTask(Task* task)
68 bool WebWorkerRunLoop::equals(const WebWorkerRunLoop& o) const
73 bool WebWorkerRunLoop
[all...]
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebWorkerRunLoop.h34 class WebWorkerRunLoop { class in namespace:blink
44 BLINK_EXPORT bool equals(const WebWorkerRunLoop&) const;
45 BLINK_EXPORT bool lessThan(const WebWorkerRunLoop&) const;
48 WebWorkerRunLoop(WorkerThread*);
55 inline bool operator==(const WebWorkerRunLoop& a, const WebWorkerRunLoop& b)
60 inline bool operator<(const WebWorkerRunLoop& a, const WebWorkerRunLoop& b)
H A DPlatform.h109 class WebWorkerRunLoop;
596 virtual void didStartWorkerRunLoop(const WebWorkerRunLoop&) { } argument
597 virtual void didStopWorkerRunLoop(const WebWorkerRunLoop&) { } argument

Completed in 101 milliseconds