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

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

Completed in 519 milliseconds