Searched refs:m_testFailed (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Tools/TestWebKitAPI/
H A DTestsController.h53 bool m_testFailed; member in class:TestWebKitAPI::TestsController
H A DTestsController.cpp41 : m_testFailed(false)
68 return !m_testFailed;
73 m_testFailed = true;
/external/webkit/Tools/WebKitAPITest/
H A DTestsController.cpp40 : m_testFailed(false)
83 m_testFailed = true;
99 m_testFailed = false;
104 if (!m_testFailed) {
H A DTestsController.h59 bool m_testFailed; member in class:WebKitAPITest::TestsController

Completed in 99 milliseconds