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

  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestController.java 41 public void dumpSelectionRect();
CallbackProxy.java 194 mLayoutTestController.dumpSelectionRect();
395 public void dumpSelectionRect() {
TestShellActivity.java 380 public void dumpSelectionRect() {
  /external/webkit/WebKitTools/DumpRenderTree/
PixelDumpSupport.cpp 45 RefPtr<BitmapContext> context = createBitmapContextFromWebView(gLayoutTestController->testOnscreen(), gLayoutTestController->testRepaint(), gLayoutTestController->testRepaintSweepHorizontally(), gLayoutTestController->dumpSelectionRect());
LayoutTestController.h 141 bool dumpSelectionRect() const { return m_dumpSelectionRect; }
142 void setDumpSelectionRect(bool dumpSelectionRect) { m_dumpSelectionRect = dumpSelectionRect; }
  /external/webkit/WebKitTools/DumpRenderTree/qt/
LayoutTestControllerQt.h 116 void dumpSelectionRect() const {}

Completed in 39 milliseconds