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

/external/webkit/Source/WebCore/dom/
H A DScopedEventQueue.h67 class EventQueueScope { class in namespace:WebCore
68 WTF_MAKE_NONCOPYABLE(EventQueueScope);
71 EventQueueScope() { ScopedEventQueue::instance()->incrementScopingLevel(); } function in class:WebCore::EventQueueScope
72 ~EventQueueScope() { ScopedEventQueue::instance()->decrementScopingLevel(); }

Completed in 58 milliseconds