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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ChildListMutationScope.h 54 bool hasObservers() const { return m_observers; }
86 if (m_accumulator && m_accumulator->hasObservers())
92 if (m_accumulator && m_accumulator->hasObservers())
ChildListMutationScope.cpp 83 ASSERT(hasObservers());
106 ASSERT(hasObservers());
125 ASSERT(hasObservers());

Completed in 60 milliseconds