Home
last modified time | relevance | path

Searched refs:dumpSelectionRect (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Tools/DumpRenderTree/
DLayoutTestController.h185 bool dumpSelectionRect() const { return m_dumpSelectionRect; } in dumpSelectionRect() function
186 void setDumpSelectionRect(bool dumpSelectionRect) { m_dumpSelectionRect = dumpSelectionRect; } in setDumpSelectionRect() argument
DPixelDumpSupport.cpp54 …gLayoutTestController->testRepaintSweepHorizontally(), gLayoutTestController->dumpSelectionRect()); in dumpWebViewAsPixelsAndCompareWithExpected()
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DLayoutTestController.h67 void dumpSelectionRect() { } // Will need to do something when we support pixel tests. in dumpSelectionRect() function
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
DLayoutTestController.idl39 void dumpSelectionRect();
/external/webkit/Tools/DumpRenderTree/qt/
DLayoutTestControllerQt.h141 void dumpSelectionRect() const {} in dumpSelectionRect() function
/external/webkit/Tools/DumpRenderTree/chromium/
DLayoutTestController.h237 void dumpSelectionRect(const CppArgumentList&, CppVariant*);
DLayoutTestController.cpp104 bindMethod("dumpSelectionRect", &LayoutTestController::dumpSelectionRect); in LayoutTestController()
1120 void LayoutTestController::dumpSelectionRect(const CppArgumentList& arguments, CppVariant* result) in dumpSelectionRect() function in LayoutTestController
/external/webkit/Tools/
DChangeLog-2009-06-1612433 …add a layoutTestController.dumpSelectionRect() dummy. It only has an effect on mac pixel tests any…
14437 (LayoutTestController::dumpSelectionRect):
14801 (LayoutTestController::dumpSelectionRect):
15016 (-[LayoutTestController dumpSelectionRect]):
22465 (-[LayoutTestController dumpSelectionRect]):
DChangeLog-2011-02-1626694 WebKitTestRunner needs to support layoutTestController.dumpSelectionRect
26698 Added dumpSelectionRect.
26701 (WTR::LayoutTestController::dumpSelectionRect): Added. For now, this
DChangeLog-2010-05-2427596 (LayoutTestController::dumpSelectionRect):
28230 (LayoutTestController::dumpSelectionRect):