Searched refs:weakTableRegistered (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDefaultAllocator.h129 static bool weakTableRegistered(...) function in class:WTF::DefaultAllocator
H A DHashTable.h1222 ASSERT(Allocator::weakTableRegistered(visitor, table));
1262 ASSERT(!enqueued() || Allocator::weakTableRegistered(visitor, this));
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DVisitor.h393 virtual bool weakTableRegistered(const void*) = 0;
H A DHeap.cpp1926 virtual bool weakTableRegistered(const void* closure) function in class:MarkingVisitor
1928 return Heap::weakTableRegistered(closure);
2324 bool Heap::weakTableRegistered(const void* table) function in class:Heap
H A DHeap.h1014 static bool weakTableRegistered(const void*);
1612 static bool weakTableRegistered(Visitor* visitor, const void* closure)
1614 return visitor->weakTableRegistered(closure);
H A DHeapTest.cpp271 virtual bool weakTableRegistered(const void*) OVERRIDE { return false; }

Completed in 162 milliseconds