Searched refs:DRTPrinter (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestEventPrinter.cpp38 class DRTPrinter : public TestEventPrinter { class in inherits:TestEventPrinter
40 DRTPrinter() {} function in class:DRTPrinter
64 return new DRTPrinter;
74 void DRTPrinter::handleTestHeader(const char*) const
78 void DRTPrinter::handleTimedOut() const
84 void DRTPrinter::handleTextHeader() const
89 void DRTPrinter::handleTextFooter() const
94 void DRTPrinter::handleImage(const char* actualHash, const char* expectedHash, const unsigned char* imageData, size_t imageSize, const char*) const
111 void DRTPrinter::handleImageFooter() const
116 void DRTPrinter
[all...]

Completed in 32 milliseconds