HomeSort by relevance Sort by last modified time
    Searched refs:dumpSelectionRect (Results 1 - 10 of 10) 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/DumpRenderTree/
PixelDumpSupport.cpp 54 context = createBitmapContextFromWebView(gLayoutTestController->testOnscreen(), gLayoutTestController->testRepaint(), gLayoutTestController->testRepaintSweepHorizontally(), gLayoutTestController->dumpSelectionRect());
LayoutTestController.h 185 bool dumpSelectionRect() const { return m_dumpSelectionRect; }
186 void setDumpSelectionRect(bool dumpSelectionRect) { m_dumpSelectionRect = dumpSelectionRect; }
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
LayoutTestController.idl 39 void dumpSelectionRect();
  /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/chromium/
LayoutTestController.h 237 void dumpSelectionRect(const CppArgumentList&, CppVariant*);
LayoutTestController.cpp 104 bindMethod("dumpSelectionRect", &LayoutTestController::dumpSelectionRect);
    [all...]

Completed in 1168 milliseconds