Home
last modified time | relevance | path

Searched refs:handleTestFooter (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
DTestEventPrinter.cpp47 void handleTestFooter(bool dumpedAnything) const;
59 void handleTestFooter(bool dumpedAnything) const;
116 void DRTPrinter::handleTestFooter(bool) const in handleTestFooter() function in DRTPrinter
164 void TestShellPrinter::handleTestFooter(bool dumpedAnything) const in handleTestFooter() function in TestShellPrinter
DTestEventPrinter.h45 virtual void handleTestFooter(bool dumpedAnything) const = 0;
DTestShell.cpp528 m_printer->handleTestFooter(dumpedAnything); in dump()