Searched refs:m_createTestFunctions (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Tools/TestWebKitAPI/
H A DTestsController.cpp48 std::map<std::string, CreateTestFunction>::const_iterator it = m_createTestFunctions.begin();
49 std::map<std::string, CreateTestFunction>::const_iterator end = m_createTestFunctions.end();
56 CreateTestFunction createTestFunction = m_createTestFunctions[identifier];
79 m_createTestFunctions[identifier] = createTestFunction;
H A DTestsController.h56 std::map<std::string, CreateTestFunction> m_createTestFunctions; member in class:TestWebKitAPI::TestsController

Completed in 54 milliseconds