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

  /external/chromium_org/third_party/WebKit/Source/wtf/
RefCountedLeakCounter.cpp 22 #include "RefCountedLeakCounter.h"
34 void RefCountedLeakCounter::suppressMessages(const char*) { }
35 void RefCountedLeakCounter::cancelMessageSuppression(const char*) { }
37 RefCountedLeakCounter::RefCountedLeakCounter(const char*) { }
38 RefCountedLeakCounter::~RefCountedLeakCounter() { }
40 void RefCountedLeakCounter::increment() { }
41 void RefCountedLeakCounter::decrement() { }
51 void RefCountedLeakCounter::suppressMessages(const char* reason
    [all...]
RefCountedLeakCounter.h 28 struct WTF_EXPORT RefCountedLeakCounter {
32 explicit RefCountedLeakCounter(const char* description);
33 ~RefCountedLeakCounter();

Completed in 103 milliseconds