Home
last modified time | relevance | path

Searched defs:weakTableRegistered (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
DDefaultAllocator.h129 static bool weakTableRegistered(...) in weakTableRegistered() function
/external/chromium_org/third_party/WebKit/Source/platform/heap/
DHeap.cpp1926 virtual bool weakTableRegistered(const void* closure) in weakTableRegistered() function in blink::MarkingVisitor
2324 bool Heap::weakTableRegistered(const void* table) in weakTableRegistered() function in blink::Heap
DHeap.h1612 static bool weakTableRegistered(Visitor* visitor, const void* closure) in weakTableRegistered() function
DHeapTest.cpp271 virtual bool weakTableRegistered(const void*) OVERRIDE { return false; } in weakTableRegistered() function in blink::CountingVisitor