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

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Handle.h 138 friend class PersistentAnchor;
231 class PersistentAnchor : public PersistentNode {
239 virtual ~PersistentAnchor()
248 PersistentAnchor() : PersistentNode(TraceMethodDelegate<PersistentAnchor, &PersistentAnchor::trace>::trampoline)
    [all...]
ThreadState.cpp 266 , m_persistents(adoptPtr(new PersistentAnchor()))
565 AtomicallyInitializedStatic(PersistentNode*, anchor = new PersistentAnchor);

Completed in 1864 milliseconds