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

  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestController.java 21 public void dumpAsText(boolean enablePixelTests);
CallbackProxy.java 177 mLayoutTestController.dumpAsText(msg.arg1 == 1);
381 public void dumpAsText() {
385 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...]
  /external/webkit/Tools/DumpRenderTree/wx/
DumpRenderTreeWx.cpp 173 bool dumpAsText = gLayoutTestController->dumpAsText();
175 if (gLayoutTestController->dumpAsText())
183 if (gLayoutTestController->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);
LayoutTestsExecutor.java 590 /** If dumpAsText was not called we assume that the result should be text */
658 public void dumpAsText(boolean enablePixelTest) {
659 Log.i(LOG_TAG, mCurrentTestRelativePath + ": dumpAsText(" + enablePixelTest + ") called");
  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.h 94 void dumpAsText() { m_textDump = true; }
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
LayoutTestController.cpp 125 void LayoutTestController::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/DumpRenderTree/chromium/
LayoutTestController.cpp 94 bindMethod("dumpAsText", &LayoutTestController::dumpAsText);
273 void LayoutTestController::dumpAsText(const CppArgumentList& arguments, CppVariant* result)
278 // Optional paramater, describing whether it's allowed to dump pixel results in dumpAsText mode.
    [all...]

Completed in 445 milliseconds