Home
last modified time | relevance | path

Searched refs:shouldDumpChildFrameScrollPositions (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Tools/DumpRenderTree/qt/
DLayoutTestControllerQt.h65 bool shouldDumpChildFrameScrollPositions() const { return m_dumpChildFrameScrollPositions; } in shouldDumpChildFrameScrollPositions() function
DDumpRenderTreeQt.cpp806 if (m_controller->shouldDumpChildFrameScrollPositions()) { in dumpFrameScrollPosition()
/external/webkit/Tools/DumpRenderTree/chromium/
DLayoutTestController.h385 bool shouldDumpChildFrameScrollPositions() { return m_dumpChildFrameScrollPositions; } in shouldDumpChildFrameScrollPositions() function
DTestShell.cpp477 bool recursive = m_layoutTestController->shouldDumpChildFrameScrollPositions(); in dump()
/external/webkit/Tools/
DChangeLog-2011-02-1629592 (LayoutTestController::shouldDumpChildFrameScrollPositions):