HomeSort by relevance Sort by last modified time
    Searched refs:EventQueueScope (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/dom/
ScopedEventQueue.h 67 class EventQueueScope {
68 WTF_MAKE_NONCOPYABLE(EventQueueScope);
71 EventQueueScope() { ScopedEventQueue::instance()->incrementScopingLevel(); }
72 ~EventQueueScope() { ScopedEventQueue::instance()->decrementScopingLevel(); }
Attr.cpp 123 EventQueueScope scope;
Document.cpp 882 EventQueueScope scope;
    [all...]
  /external/webkit/Source/WebCore/editing/
EditCommand.cpp 89 EventQueueScope scope;

Completed in 46 milliseconds