Searched refs:dumpChildFrameScrollPositions (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
H A DLayoutTestController.idl37 void dumpChildFrameScrollPositions();
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.h155 bool dumpChildFrameScrollPositions() const { return m_dumpChildFrameScrollPositions; } function in class:LayoutTestController
156 void setDumpChildFrameScrollPositions(bool dumpChildFrameScrollPositions) { m_dumpChildFrameScrollPositions = dumpChildFrameScrollPositions; } argument
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.h65 void dumpChildFrameScrollPositions() { m_shouldDumpAllFrameScrollPositions = true; } function in class:WTR::LayoutTestController
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.h96 void dumpChildFrameScrollPositions() { m_dumpChildFrameScrollPositions = true; } function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.h102 void dumpChildFrameScrollPositions(const CppArgumentList&, CppVariant*);
H A DLayoutTestController.cpp97 bindMethod("dumpChildFrameScrollPositions", &LayoutTestController::dumpChildFrameScrollPositions);
327 void LayoutTestController::dumpChildFrameScrollPositions(const CppArgumentList&, CppVariant* result) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/mac/
H A DDumpRenderTree.mm790 if (gLayoutTestController->dumpChildFrameScrollPositions()) {
/external/webkit/Tools/DumpRenderTree/win/
H A DDumpRenderTree.cpp426 if (::gLayoutTestController->dumpChildFrameScrollPositions()) {

Completed in 400 milliseconds