Searched defs:dumpSelectionRect (Results 1 – 4 of 4) sorted by relevance
67 void dumpSelectionRect() { } // Will need to do something when we support pixel tests. in dumpSelectionRect() function
141 void dumpSelectionRect() const {} in dumpSelectionRect() function
185 bool dumpSelectionRect() const { return m_dumpSelectionRect; } in dumpSelectionRect() function186 void setDumpSelectionRect(bool dumpSelectionRect) { m_dumpSelectionRect = dumpSelectionRect; } in setDumpSelectionRect()
1120 void LayoutTestController::dumpSelectionRect(const CppArgumentList& arguments, CppVariant* result) in dumpSelectionRect() function in LayoutTestController