numberOfLiveDocuments  245 Source/core/testing/Internals.h     unsigned numberOfLiveDocuments() const;
numberOfLiveDocuments   66 Source/web/WebLeakDetector.cpp void numberOfDOMObjects(blink::WebFrame *frame, unsigned* numberOfLiveDocuments, unsigned* numberOfLiveNodes)
numberOfLiveDocuments   72 Source/web/WebLeakDetector.cpp     *numberOfLiveDocuments = InspectorCounters::counterValue(InspectorCounters::DocumentCounter);
numberOfLiveDocuments   80 Source/web/WebLeakDetector.cpp void WebLeakDetector::collectGarbargeAndGetDOMCounts(WebLocalFrame* frame, unsigned* numberOfLiveDocuments, unsigned* numberOfLiveNodes)
numberOfLiveDocuments   84 Source/web/WebLeakDetector.cpp     numberOfDOMObjects(frame, numberOfLiveDocuments, numberOfLiveNodes);
numberOfLiveDocuments   42 public/web/WebLeakDetector.h     BLINK_EXPORT static void collectGarbargeAndGetDOMCounts(WebLocalFrame*, unsigned* numberOfLiveDocuments, unsigned* numberOfLiveNodes);