Home
last modified time | relevance | path

Searched defs:dumpAsText (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Tools/DumpRenderTree/wx/
DDumpRenderTreeWx.cpp173 bool dumpAsText = gLayoutTestController->dumpAsText(); in dump() local
/external/webkit/Tools/DumpRenderTree/qt/
DLayoutTestControllerQt.h94 void dumpAsText() { m_textDump = true; } in dumpAsText() function
/external/webkit/Tools/DumpRenderTree/
DLayoutTestController.h143 bool dumpAsText() const { return m_dumpAsText; } in dumpAsText() function
144 void setDumpAsText(bool dumpAsText) { m_dumpAsText = dumpAsText; } in setDumpAsText()
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DLayoutTestController.cpp125 void LayoutTestController::dumpAsText() in dumpAsText() function in WTR::LayoutTestController
/external/webkit/Tools/DumpRenderTree/chromium/
DLayoutTestController.cpp273 void LayoutTestController::dumpAsText(const CppArgumentList& arguments, CppVariant* result) in dumpAsText() function in LayoutTestController