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

  /external/webkit/Tools/TestWebKitAPI/
TestsController.h 46 typedef Test* (*CreateTestFunction)(const std::string&);
47 void registerCreateTestFunction(const std::string&, CreateTestFunction);
56 std::map<std::string, CreateTestFunction> m_createTestFunctions;
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginTest.h 227 typedef PluginTest* (*CreateTestFunction)(NPP, const std::string&);
229 static void registerCreateTestFunction(const std::string&, CreateTestFunction);
230 static std::map<std::string, CreateTestFunction>& createTestFunctions();

Completed in 33 milliseconds