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

  /external/webkit/Source/JavaScriptCore/wtf/
RefCountedLeakCounter.cpp 22 #include "RefCountedLeakCounter.h"
30 void RefCountedLeakCounter::suppressMessages(const char*) { }
31 void RefCountedLeakCounter::cancelMessageSuppression(const char*) { }
33 RefCountedLeakCounter::RefCountedLeakCounter(const char*) { }
34 RefCountedLeakCounter::~RefCountedLeakCounter() { }
36 void RefCountedLeakCounter::increment() { }
37 void RefCountedLeakCounter::decrement() { }
47 void RefCountedLeakCounter::suppressMessages(const char* reason
    [all...]
RefCountedLeakCounter.h 29 struct RefCountedLeakCounter {
33 explicit RefCountedLeakCounter(const char* description);
34 ~RefCountedLeakCounter();

Completed in 309 milliseconds