Home
last modified time | relevance | path

Searched defs:dumpBackForwardList (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/qt/
DLayoutTestControllerQt.h94 void dumpBackForwardList() { m_dumpBackForwardList = true; } in dumpBackForwardList() function
DDumpRenderTreeQt.cpp605 QString DumpRenderTree::dumpBackForwardList() in dumpBackForwardList() function in WebCore::DumpRenderTree
/external/webkit/WebKitTools/DumpRenderTree/
DLayoutTestController.h111 bool dumpBackForwardList() const { return m_dumpBackForwardList; } in dumpBackForwardList() function
112 …void setDumpBackForwardList(bool dumpBackForwardList) { m_dumpBackForwardList = dumpBackForwardLis… in setDumpBackForwardList()
/external/webkit/WebKitTools/DumpRenderTree/win/
DDumpRenderTree.cpp556 static void dumpBackForwardList(IWebView* webView) in dumpBackForwardList() function