HomeSort by relevance Sort by last modified time
    Searched defs:m_dumpSelectionRect (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.h 382 bool shouldDumpSelectionRect() { return m_dumpSelectionRect; }
498 bool m_dumpSelectionRect;
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.h 185 bool dumpSelectionRect() const { return m_dumpSelectionRect; }
186 void setDumpSelectionRect(bool dumpSelectionRect) { m_dumpSelectionRect = dumpSelectionRect; }
357 bool m_dumpSelectionRect;

Completed in 45 milliseconds