OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onLeakDetectionComplete
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebLeakDetector.h
46
virtual void
onLeakDetectionComplete
(const Result&) = 0;
55
// Cleans up the DOM objects and counts them. |WebLeakDetectorClient::
onLeakDetectionComplete
()| is called when done.
/external/chromium_org/content/shell/renderer/
leak_detector.h
34
virtual void
onLeakDetectionComplete
(const Result& result) OVERRIDE;
leak_detector.cc
41
void LeakDetector::
onLeakDetectionComplete
(
/external/chromium_org/third_party/WebKit/Source/web/
WebLeakDetector.cpp
124
m_client->
onLeakDetectionComplete
(result);
Completed in 82 milliseconds