HomeSort by relevance Sort by last modified time
    Searched refs:dumpChildFramesAsText (Results 1 - 16 of 16) sorted by null

  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestController.java 22 public void dumpChildFramesAsText();
CallbackProxy.java 181 mLayoutTestController.dumpChildFramesAsText();
389 public void dumpChildFramesAsText() {
TestShellActivity.java 391 public void dumpChildFramesAsText() {
396 Log.v(LOGTAG, "dumpChildFramesAsText called: "+url);
    [all...]
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
LayoutTestController.java 51 public void dumpChildFramesAsText() {
52 mLayoutTestsExecutor.dumpChildFramesAsText();
TextResult.java 63 public void setDumpChildFramesAsText(boolean dumpChildFramesAsText) {
64 mDumpChildFramesAsText = dumpChildFramesAsText;
LayoutTestsExecutor.java 667 public void dumpChildFramesAsText() {
668 Log.i(LOG_TAG, mCurrentTestRelativePath + ": dumpChildFramesAsText() called");
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
LayoutTestController.idl 31 void dumpChildFramesAsText();
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.h 158 bool dumpChildFramesAsText() const { return m_dumpChildFramesAsText; }
159 void setDumpChildFramesAsText(bool dumpChildFramesAsText) { m_dumpChildFramesAsText = dumpChildFramesAsText; }
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
LayoutTestController.h 59 void dumpChildFramesAsText() { m_whatToDump = AllFramesText; }
  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.h 95 void dumpChildFramesAsText() { m_dumpChildrenAsText = true; }
  /external/webkit/Tools/DumpRenderTree/wx/
DumpRenderTreeWx.cpp 156 if (gLayoutTestController->dumpChildFramesAsText()) {
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.h 107 void dumpChildFramesAsText(const CppArgumentList&, CppVariant*);
LayoutTestController.cpp 96 bindMethod("dumpChildFramesAsText", &LayoutTestController::dumpChildFramesAsText);
333 void LayoutTestController::dumpChildFramesAsText(const CppArgumentList&, CppVariant* result)
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp 279 if (gLayoutTestController->dumpChildFramesAsText()) {
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm 814 if (gLayoutTestController->dumpChildFramesAsText()) {
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 483 if (::gLayoutTestController->dumpChildFramesAsText()) {
    [all...]

Completed in 285 milliseconds