Searched defs:RefCountedLeakCounter (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DRefCountedLeakCounter.cpp22 #include "RefCountedLeakCounter.h"
34 void RefCountedLeakCounter::suppressMessages(const char*) { }
35 void RefCountedLeakCounter::cancelMessageSuppression(const char*) { }
37 RefCountedLeakCounter::RefCountedLeakCounter(const char*) { } function in class:WTF::RefCountedLeakCounter
38 RefCountedLeakCounter::~RefCountedLeakCounter() { }
40 void RefCountedLeakCounter::increment() { }
41 void RefCountedLeakCounter::decrement() { }
51 void RefCountedLeakCounter
[all...]
H A DRefCountedLeakCounter.h29 struct WTF_EXPORT RefCountedLeakCounter { struct in namespace:WTF
33 explicit RefCountedLeakCounter(const char* description);
34 ~RefCountedLeakCounter();

Completed in 186 milliseconds