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

  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestController.java 29 public void testRepaint();
CallbackProxy.java 254 mLayoutTestController.testRepaint();
461 public void testRepaint() {
TestShellActivity.java 526 public void testRepaint() {
    [all...]
  /external/webkit/Tools/DumpRenderTree/
PixelDumpSupport.cpp 54 context = createBitmapContextFromWebView(gLayoutTestController->testOnscreen(), gLayoutTestController->testRepaint(), gLayoutTestController->testRepaintSweepHorizontally(), gLayoutTestController->dumpSelectionRect());
LayoutTestController.h 224 bool testRepaint() const { return m_testRepaint; }
225 void setTestRepaint(bool testRepaint) { m_testRepaint = testRepaint; }
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
LayoutTestController.idl 64 void testRepaint();
  /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; }
TestShell.cpp 492 if (m_layoutTestController->testRepaint()) {
LayoutTestController.cpp 180 bindMethod("testRepaint", &LayoutTestController::testRepaint);
    [all...]

Completed in 873 milliseconds