Searched refs:m_dumpChildFrameScrollPositions (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.h65 bool shouldDumpChildFrameScrollPositions() const { return m_dumpChildFrameScrollPositions; }
96 void dumpChildFrameScrollPositions() { m_dumpChildFrameScrollPositions = true; }
279 bool m_dumpChildFrameScrollPositions; member in class:LayoutTestController
H A DLayoutTestControllerQt.cpp56 m_dumpChildFrameScrollPositions = false;
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.h155 bool dumpChildFrameScrollPositions() const { return m_dumpChildFrameScrollPositions; }
156 void setDumpChildFrameScrollPositions(bool dumpChildFrameScrollPositions) { m_dumpChildFrameScrollPositions = dumpChildFrameScrollPositions; }
347 bool m_dumpChildFrameScrollPositions; member in class:LayoutTestController
H A DLayoutTestController.cpp51 , m_dumpChildFrameScrollPositions(false)
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.h385 bool shouldDumpChildFrameScrollPositions() { return m_dumpChildFrameScrollPositions; }
522 bool m_dumpChildFrameScrollPositions; member in class:LayoutTestController
H A DLayoutTestController.cpp329 m_dumpChildFrameScrollPositions = true;
561 m_dumpChildFrameScrollPositions = false;

Completed in 138 milliseconds