HomeSort by relevance Sort by last modified time
    Searched refs:m_createTestFunctions (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/TestWebKitAPI/
TestsController.cpp 48 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;
TestsController.h 56 std::map<std::string, CreateTestFunction> m_createTestFunctions;

Completed in 33 milliseconds