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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
FullscreenElementStack.h 117 WillBeHeapDeque<RefPtrWillBeMember<Node> > m_fullScreenErrorEventTargetQueue;
FullscreenElementStack.cpp 142 m_fullScreenErrorEventTargetQueue.clear();
286 m_fullScreenErrorEventTargetQueue.append(element ? element : document()->documentElement());
477 if (m_fullScreenChangeEventTargetQueue.isEmpty() && m_fullScreenErrorEventTargetQueue.isEmpty())
516 m_fullScreenErrorEventTargetQueue.swap(errorQueue);
615 visitor->trace(m_fullScreenErrorEventTargetQueue);

Completed in 771 milliseconds