Searched defs:dumpAsText (Results 1 - 4 of 4) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.h84 void dumpAsText() { m_textDump = true; } function in class:LayoutTestController
/external/webkit/WebKitTools/DumpRenderTree/wx/
H A DDumpRenderTreeWx.cpp173 bool dumpAsText = gLayoutTestController->dumpAsText(); local
175 if (gLayoutTestController->dumpAsText())
183 if (gLayoutTestController->dumpAsText())
205 if (!gLayoutTestController->dumpAsText() &&
/external/webkit/WebKitTools/DumpRenderTree/
H A DLayoutTestController.h108 bool dumpAsText() const { return m_dumpAsText; } function in class:LayoutTestController
109 void setDumpAsText(bool dumpAsText) { m_dumpAsText = dumpAsText; } argument
/external/webkit/WebKitTools/DumpRenderTree/gtk/
H A DDumpRenderTree.cpp356 bool dumpAsText = gLayoutTestController->dumpAsText(); local
361 dumpAsText = g_str_equal(responseMimeType, "text/plain");
366 // Overriding this behavior with dumpAsText being false is a bad idea.
367 if (dumpAsText)
368 gLayoutTestController->setDumpAsText(dumpAsText);
370 if (gLayoutTestController->dumpAsText())
377 if (gLayoutTestController->dumpAsText())
389 if (!gLayoutTestController->dumpAsText() && !gLayoutTestController->dumpDOMAsWebArchive() && !gLayoutTestController->dumpSourceAsWebArchive())
405 if (!gLayoutTestController->dumpAsText()
[all...]

Completed in 166 milliseconds