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

  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestController.java 29 public void testRepaint();
CallbackProxy.java 257 mLayoutTestController.testRepaint();
469 public void testRepaint() {
TestShellActivity.java 526 public void testRepaint() {
    [all...]
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
LayoutTestController.h 92 void testRepaint() { m_testRepaint = true; }
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.h 255 void testRepaint(const CppArgumentList&, CppVariant*);
400 bool testRepaint() const { return m_testRepaint; }
LayoutTestController.cpp 180 bindMethod("testRepaint", &LayoutTestController::testRepaint);
    [all...]
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.h 224 bool testRepaint() const { return m_testRepaint; }
225 void setTestRepaint(bool testRepaint) { m_testRepaint = testRepaint; }

Completed in 83 milliseconds