Searched refs:testRepaint (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Tools/DumpRenderTree/
H A DPixelDumpSupport.cpp54 context = createBitmapContextFromWebView(gLayoutTestController->testOnscreen(), gLayoutTestController->testRepaint(), gLayoutTestController->testRepaintSweepHorizontally(), gLayoutTestController->dumpSelectionRect());
H A DLayoutTestController.h224 bool testRepaint() const { return m_testRepaint; } function in class:LayoutTestController
225 void setTestRepaint(bool testRepaint) { m_testRepaint = testRepaint; } argument
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
H A DLayoutTestController.idl64 void testRepaint();
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.h92 void testRepaint() { m_testRepaint = true; } function in class:WTR::LayoutTestController
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.h255 void testRepaint(const CppArgumentList&, CppVariant*);
400 bool testRepaint() const { return m_testRepaint; } function in class:LayoutTestController
H A DTestShell.cpp492 if (m_layoutTestController->testRepaint()) {
H A DLayoutTestController.cpp180 bindMethod("testRepaint", &LayoutTestController::testRepaint);
1145 void LayoutTestController::testRepaint(const CppArgumentList&, CppVariant* result) function in class:LayoutTestController

Completed in 93 milliseconds