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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.cpp 136 HashSet<RawPtr<FrameDestructionObserver> >::iterator stop = m_destructionObservers.end();
137 for (HashSet<RawPtr<FrameDestructionObserver> >::iterator it = m_destructionObservers.begin(); it != stop; ++it)
145 visitor->trace(m_destructionObservers);
307 m_destructionObservers.add(observer);
312 m_destructionObservers.remove(observer);
324 WillBeHeapHashSet<RawPtrWillBeWeakMember<FrameDestructionObserver> >::iterator stop = m_destructionObservers.end();
325 for (WillBeHeapHashSet<RawPtrWillBeWeakMember<FrameDestructionObserver> >::iterator it = m_destructionObservers.begin(); it != stop; ++it)
LocalFrame.h 167 WillBeHeapHashSet<RawPtrWillBeWeakMember<FrameDestructionObserver> > m_destructionObservers;

Completed in 108 milliseconds