Searched defs:LeakDetector (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/shell/renderer/
H A Dleak_detector.h20 // LeakDetector counts DOM objects and compare them between two pages.
21 class LeakDetector : public blink::WebLeakDetectorClient { class in namespace:content
23 explicit LeakDetector(WebKitTestRunner* test_runner);
24 virtual ~LeakDetector();
41 DISALLOW_COPY_AND_ASSIGN(LeakDetector);
H A Dleak_detector.cc23 // tests actually and initialize LeakDetector by the got values.
30 LeakDetector::LeakDetector(WebKitTestRunner* test_runner) function in class:content::LeakDetector
41 LeakDetector::~LeakDetector() {
44 void LeakDetector::TryLeakDetection(blink::WebLocalFrame* frame) {
48 void LeakDetector::onLeakDetectionComplete(
/external/llvm/include/llvm/IR/
H A DLeakDetector.h1 //===- LeakDetector.h - Provide leak detection ------------------*- C++ -*-===//
32 struct LeakDetector { struct in namespace:llvm

Completed in 143 milliseconds