HomeSort by relevance Sort by last modified time
    Searched refs:dumpAsText (Results 1 - 25 of 35) sorted by null

1 2

  /external/webkit/LayoutTests/http/tests/ssl/
verify-ssl-enabled.php 3 layoutTestController.dumpAsText();
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
LayoutTestController.java 43 public void dumpAsText() {
44 dumpAsText(false);
47 public void dumpAsText(boolean enablePixelTest) {
48 mLayoutTestsExecutor.dumpAsText(enablePixelTest);
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestController.java 21 public void dumpAsText(boolean enablePixelTests);
CallbackProxy.java 180 mLayoutTestController.dumpAsText(msg.arg1 == 1);
389 public void dumpAsText() {
393 public void dumpAsText(boolean enablePixelTests) {
TestShellActivity.java 208 if (mTestUrl.contains("/dumpAsText/")) {
209 dumpAsText(false);
376 public void dumpAsText(boolean enablePixelTests) {
379 Log.v(LOGTAG, "dumpAsText(enablePixelTests == true) not implemented on Android!");
386 Log.v(LOGTAG, "dumpAsText called: "+url);
    [all...]
  /cts/tests/tests/webkitsecurity/assets/
policy-ignore-crash.php 9 layoutTestController.dumpAsText();
  /external/webkit/LayoutTests/storage/resources/
database-common.js 24 layoutTestController.dumpAsText();
  /external/webkit/LayoutTests/storage/domstorage/events/resources/
eventTestHarness.js 2 layoutTestController.dumpAsText();
  /external/webkit/Tools/DumpRenderTree/wx/
DumpRenderTreeWx.cpp 173 bool dumpAsText = gLayoutTestController->dumpAsText();
175 if (gLayoutTestController->dumpAsText())
183 if (gLayoutTestController->dumpAsText())
  /external/webkit/LayoutTests/fast/encoding/resources/
parser-tests.js 16 layoutTestController.dumpAsText();
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
LayoutTestController.idl 30 void dumpAsText();
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.h 143 bool dumpAsText() const { return m_dumpAsText; }
144 void setDumpAsText(bool dumpAsText) { m_dumpAsText = dumpAsText; }
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
LayoutTestController.h 58 void dumpAsText();
  /external/webkit/LayoutTests/storage/
sql-data-types.js 79 layoutTestController.dumpAsText();
  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.h 94 void dumpAsText() { m_textDump = true; }
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.h 72 void dumpAsText(const CppArgumentList&, CppVariant*);
105 // dump all frames as plain text if the dumpAsText flag is set.
534 // If true, the test_shell will generate pixel results in dumpAsText mode
  /external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp 111 return pathOrURL.find("dumpAsText/") != string::npos;
533 if (gLayoutTestController->dumpAsText())
540 // because this seems to break some dumpAsText tests: see bug 39988
550 if (gLayoutTestController->dumpAsText())
562 if (!gLayoutTestController->dumpAsText() && !gLayoutTestController->dumpDOMAsWebArchive() && !gLayoutTestController->dumpSourceAsWebArchive())
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm     [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 725 if (::gLayoutTestController->dumpAsText()) {
753 printf("ERROR: nil result from %s", ::gLayoutTestController->dumpAsText() ? "IDOMElement::innerText" : "IFrameViewPrivate::renderTreeAsExternalRepresentation");
761 if (!::gLayoutTestController->dumpAsText())
808 return strstr(pathOrURL, "/dumpAsText/") || strstr(pathOrURL, "\\dumpAsText\\");
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
js-test-pre.js 3 layoutTestController.dumpAsText(window.enablePixelTesting);
  /external/webkit/LayoutTests/http/tests/cookies/resources/
cookies-test-pre.js 2 layoutTestController.dumpAsText();
  /external/webkit/LayoutTests/dom/html/level1/core/
selfhtml.js 682 layoutTestController.dumpAsText();
  /external/webkit/LayoutTests/dom/html/level2/core/
selfhtml.js 682 layoutTestController.dumpAsText();
  /external/webkit/LayoutTests/dom/html/level2/events/
selfhtml.js 682 layoutTestController.dumpAsText();
  /external/webkit/LayoutTests/dom/html/level2/html/
selfhtml.js 682 layoutTestController.dumpAsText();

Completed in 714 milliseconds

1 2