HomeSort by relevance Sort by last modified time
    Searched defs:dumpAsText (Results 1 - 7 of 7) sorted by null

  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestController.java 21 public void dumpAsText();
CallbackProxy.java 178 mLayoutTestController.dumpAsText();
379 public void dumpAsText() {
TestShellActivity.java 331 public void dumpAsText() {
335 Log.v(LOGTAG, "dumpAsText called: "+url);
  /external/webkit/WebKitTools/DumpRenderTree/qt/
LayoutTestControllerQt.h 84 void dumpAsText() { m_textDump = true; }
  /external/webkit/WebKitTools/DumpRenderTree/wx/
DumpRenderTreeWx.cpp 173 bool dumpAsText = gLayoutTestController->dumpAsText();
175 if (gLayoutTestController->dumpAsText())
183 if (gLayoutTestController->dumpAsText())
205 if (!gLayoutTestController->dumpAsText() &&
  /external/webkit/WebKitTools/DumpRenderTree/
LayoutTestController.h 108 bool dumpAsText() const { return m_dumpAsText; }
109 void setDumpAsText(bool dumpAsText) { m_dumpAsText = dumpAsText; }
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
DumpRenderTree.cpp 356 bool dumpAsText = gLayoutTestController->dumpAsText();
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() && !gLayoutTestController->dumpDOMAsWebArchive() && !gLayoutTestController->dumpSourceAsWebArchi (…)
    [all...]

Completed in 429 milliseconds