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

  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestController.java 42 public void dumpSelectionRect();
CallbackProxy.java 200 mLayoutTestController.dumpSelectionRect();
413 public void dumpSelectionRect() {
TestShellActivity.java 451 public void dumpSelectionRect() {
    [all...]
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
LayoutTestController.h 67 void dumpSelectionRect() { } // Will need to do something when we support pixel tests.
  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.h 141 void dumpSelectionRect() const {}
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.h 185 bool dumpSelectionRect() const { return m_dumpSelectionRect; }
186 void setDumpSelectionRect(bool dumpSelectionRect) { m_dumpSelectionRect = dumpSelectionRect; }
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.cpp 104 bindMethod("dumpSelectionRect", &LayoutTestController::dumpSelectionRect);
    [all...]

Completed in 259 milliseconds