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

/macosx-10.9.5/WebCore-7537.78.1/dom/
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(); }
H A DAttr.cpp113 EventQueueScope scope;
H A DText.cpp68 EventQueueScope scope;
H A DRange.cpp1025 EventQueueScope scope;
H A DDocument.cpp1018 EventQueueScope scope;
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DRangeInputType.cpp245 EventQueueScope scope;
H A DInputType.cpp1076 EventQueueScope scope;
H A DHTMLInputElement.cpp1036 EventQueueScope scope;
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DCompositeEditCommand.cpp212 EventQueueScope eventQueueScope;

Completed in 367 milliseconds