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

  /external/webkit/Tools/DumpRenderTree/chromium/
TestEventPrinter.h 45 virtual void handleTestFooter(bool dumpedAnything) const = 0;
TestEventPrinter.cpp 47 void handleTestFooter(bool dumpedAnything) const;
59 void handleTestFooter(bool dumpedAnything) const;
164 void TestShellPrinter::handleTestFooter(bool dumpedAnything) const
166 if (dumpedAnything)
TestShell.cpp 456 bool dumpedAnything = false;
458 dumpedAnything = true;
483 if (dumpedAnything && m_params.printSeparators)
490 dumpedAnything = true;
528 m_printer->handleTestFooter(dumpedAnything);

Completed in 40 milliseconds