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

/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestShell.cpp454 bool shouldDumpAsText = m_layoutTestController->shouldDumpAsText();
462 if (!shouldDumpAsText) {
466 shouldDumpAsText = true;
470 if (shouldDumpAsText) {
H A DLayoutTestController.h371 bool shouldDumpAsText() { return m_dumpAsText; } function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.h62 bool shouldDumpAsText() const { return m_textDump; } function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/gtk/
H A DDumpRenderTree.cpp109 static bool shouldDumpAsText(const string& pathOrURL) function
672 if (shouldDumpAsText(testURL)) {
/external/webkit/Tools/DumpRenderTree/mac/
H A DDumpRenderTree.mm1027 static bool shouldDumpAsText(const char* pathOrURL)
1129 if (shouldDumpAsText(pathOrURL.c_str())) {
/external/webkit/Tools/DumpRenderTree/win/
H A DDumpRenderTree.cpp806 static bool shouldDumpAsText(const char* pathOrURL) function
1011 if (shouldDumpAsText(pathOrURL.c_str())) {

Completed in 288 milliseconds