Home
last modified time | relevance | path

Searched defs:dumpSelectionRect (Results 1 – 4 of 4) sorted by relevance

/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/DumpRenderTree/qt/
DLayoutTestControllerQt.h141 void dumpSelectionRect() const {} in dumpSelectionRect() function
/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()
/external/webkit/Tools/DumpRenderTree/chromium/
DLayoutTestController.cpp1120 void LayoutTestController::dumpSelectionRect(const CppArgumentList& arguments, CppVariant* result) in dumpSelectionRect() function in LayoutTestController