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

/external/webkit/Source/WebCore/platform/
H A DAutodrainedPool.h42 class AutodrainedPool { class in namespace:WebCore
43 WTF_MAKE_NONCOPYABLE(AutodrainedPool);
45 AutodrainedPool(int iterationLimit = 1);
46 ~AutodrainedPool();
59 inline AutodrainedPool::AutodrainedPool(int) { } function in class:WebCore::AutodrainedPool
60 inline AutodrainedPool::~AutodrainedPool() { }
61 inline void AutodrainedPool::cycle() { }

Completed in 360 milliseconds