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

/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerClients.h42 class WorkerClients : public NoBaseWillBeGarbageCollectedFinalized<WorkerClients>, public WillBeHeapSupplementable<WorkerClients> { class in namespace:blink
43 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(WorkerClients);
44 WTF_MAKE_NONCOPYABLE(WorkerClients);
46 static PassOwnPtrWillBeRawPtr<WorkerClients> create()
48 return adoptPtrWillBeNoop(new WorkerClients());
51 virtual ~WorkerClients() { }
56 HeapSupplementable<WorkerClients>::trace(visitor);
61 WorkerClients() { } function in class:blink::WorkerClients
[all...]

Completed in 88 milliseconds