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

/external/chromium_org/third_party/WebKit/Source/platform/heap/glue/
H A DMessageLoopInterruptor.h45 // GCTask has an empty run() method. Its only purpose is to guarantee
48 m_thread->postTask(new GCTask);
54 class GCTask : public blink::WebThread::Task { class in class:blink::MessageLoopInterruptor
56 virtual ~GCTask() { }

Completed in 338 milliseconds