Home
last modified time | relevance | path

Searched refs:m_textDump (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/qt/
DLayoutTestControllerQt.h60 bool shouldDumpAsText() const { return m_textDump; } in shouldDumpAsText()
84 void dumpAsText() { m_textDump = true; } in dumpAsText()
159 bool m_textDump; variable
DLayoutTestControllerQt.cpp66 m_textDump = false; in reset()