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

/external/chromium_org/third_party/WebKit/Source/core/events/
H A DScopedEventQueue.h66 class EventQueueScope { class in namespace:WebCore
67 WTF_MAKE_NONCOPYABLE(EventQueueScope);
70 EventQueueScope() { ScopedEventQueue::instance()->incrementScopingLevel(); } function in class:WebCore::EventQueueScope
71 ~EventQueueScope() { ScopedEventQueue::instance()->decrementScopingLevel(); }

Completed in 307 milliseconds