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

  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginTest.cpp 42 CreateTestFunction createTestFunction = createTestFunctions()[identifier];
192 assert(!createTestFunctions().count(identifier));
194 createTestFunctions()[identifier] = createTestFunction;
197 std::map<std::string, PluginTest::CreateTestFunction>& PluginTest::createTestFunctions()
PluginTest.h 230 static std::map<std::string, CreateTestFunction>& createTestFunctions();

Completed in 31 milliseconds