Searched refs:RefCountedLeakCounter (Results 1 - 25 of 28) sorted by relevance

12

/external/webkit/WebKit/mac/ForwardingHeaders/wtf/
H A DRefCountedLeakCounter.h1 #include <JavaScriptCore/RefCountedLeakCounter.h>
/external/webkit/WebCore/ForwardingHeaders/wtf/
H A DRefCountedLeakCounter.h3 #include <JavaScriptCore/RefCountedLeakCounter.h>
/external/webkit/JavaScriptCore/wtf/
H A DRefCountedLeakCounter.h29 struct RefCountedLeakCounter { struct in namespace:WTF
33 explicit RefCountedLeakCounter(const char* description);
34 ~RefCountedLeakCounter();
H A DRefCountedLeakCounter.cpp22 #include "RefCountedLeakCounter.h"
30 void RefCountedLeakCounter::suppressMessages(const char*) { }
31 void RefCountedLeakCounter::cancelMessageSuppression(const char*) { }
33 RefCountedLeakCounter::RefCountedLeakCounter(const char*) { } function in class:WTF::RefCountedLeakCounter
34 RefCountedLeakCounter::~RefCountedLeakCounter() { }
36 void RefCountedLeakCounter::increment() { }
37 void RefCountedLeakCounter::decrement() { }
47 void RefCountedLeakCounter
[all...]
/external/webkit/WebCore/rendering/
H A DBidiRun.cpp28 #include <wtf/RefCountedLeakCounter.h>
35 static RefCountedLeakCounter bidiRunCounter("BidiRun");
H A DRenderObject.cpp60 #include <wtf/RefCountedLeakCounter.h>
172 static WTF::RefCountedLeakCounter renderObjectCounter("RenderObject");
/external/webkit/WebCore/bindings/js/
H A DJSCustomSQLTransactionCallback.cpp42 #include <wtf/RefCountedLeakCounter.h>
49 static WTF::RefCountedLeakCounter counter("JSCustomSQLTransactionCallback");
H A DJSLazyEventListener.cpp28 #include <wtf/RefCountedLeakCounter.h>
35 static WTF::RefCountedLeakCounter eventListenerCounter("JSLazyEventListener");
H A DJSEventListener.cpp28 #include <wtf/RefCountedLeakCounter.h>
/external/webkit/WebCore/history/
H A DCachedPage.cpp34 #include <wtf/RefCountedLeakCounter.h>
41 static WTF::RefCountedLeakCounter cachedPageCounter("CachedPage");
H A DCachedFrame.cpp39 #include <wtf/RefCountedLeakCounter.h>
54 static WTF::RefCountedLeakCounter& cachedFrameCounter()
56 DEFINE_STATIC_LOCAL(WTF::RefCountedLeakCounter, counter, ("CachedFrame"));
/external/webkit/WebCore/svg/
H A DSVGElementInstance.cpp35 #include <wtf/RefCountedLeakCounter.h>
40 static WTF::RefCountedLeakCounter instanceCounter("WebCoreSVGElementInstance");
/external/webkit/JavaScriptCore/
H A DAndroid.v8.wtf.mk43 wtf/RefCountedLeakCounter.cpp \
H A DAndroid.mk171 wtf/RefCountedLeakCounter.cpp \
/external/webkit/WebKit/mac/Plugins/Hosted/
H A DHostedNetscapePluginStream.mm44 #import <wtf/RefCountedLeakCounter.h>
51 static WTF::RefCountedLeakCounter hostedNetscapePluginStreamCounter("HostedNetscapePluginStream");
H A DNetscapePluginInstanceProxy.mm62 #import <wtf/RefCountedLeakCounter.h>
106 static WTF::RefCountedLeakCounter netscapePluginInstanceProxyCounter("NetscapePluginInstanceProxy");
/external/webkit/WebCore/loader/
H A DSubresourceLoader.cpp38 #include <wtf/RefCountedLeakCounter.h>
43 static WTF::RefCountedLeakCounter subresourceLoaderCounter("SubresourceLoader");
H A DCachedResource.cpp37 #include <wtf/RefCountedLeakCounter.h>
46 static RefCountedLeakCounter cachedResourceLeakCounter("CachedResource");
/external/webkit/JavaScriptCore/parser/
H A DNodes.cpp45 #include <wtf/RefCountedLeakCounter.h>
/external/webkit/WebCore/page/
H A DPage.cpp64 #include <wtf/RefCountedLeakCounter.h>
93 static WTF::RefCountedLeakCounter pageCounter("Page");
H A DFrame.cpp84 #include <wtf/RefCountedLeakCounter.h>
122 static WTF::RefCountedLeakCounter frameCounter("Frame");
/external/webkit/WebCore/xml/
H A DXMLHttpRequest.cpp48 #include <wtf/RefCountedLeakCounter.h>
59 static WTF::RefCountedLeakCounter xmlHttpRequestCounter("XMLHttpRequest");
/external/webkit/JavaScriptCore/runtime/
H A DStructure.cpp35 #include <wtf/RefCountedLeakCounter.h>
66 static WTF::RefCountedLeakCounter structureCounter("Structure");
/external/webkit/WebCore/dom/
H A DRange.cpp43 #include <wtf/RefCountedLeakCounter.h>
50 static WTF::RefCountedLeakCounter rangeCounter("Range");
H A DNode.cpp90 #include <wtf/RefCountedLeakCounter.h>
277 static WTF::RefCountedLeakCounter nodeCounter("WebCoreNode");

Completed in 804 milliseconds

12