Home
last modified time | relevance | path

Searched refs:m_handleErrorPages (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/qt/
DLayoutTestControllerQt.h66 bool shouldHandleErrorPages() const { return m_handleErrorPages; } in shouldHandleErrorPages()
97 void handleErrorPages() { m_handleErrorPages = true; } in handleErrorPages()
168 bool m_handleErrorPages; variable
DLayoutTestControllerQt.cpp77 m_handleErrorPages = false; in reset()