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

  /external/chromium_org/content/shell/tools/plugin/
PluginTest.cpp 48 CreateTestFunction createTestFunction = createTestFunctions()[identifier];
49 if (createTestFunction)
50 return createTestFunction(npp, identifier);
264 CreateTestFunction createTestFunction) {
267 createTestFunctions()[identifier] = createTestFunction;
270 std::map<std::string, PluginTest::CreateTestFunction>&
272 static std::map<std::string, CreateTestFunction> testFunctions;
PluginTest.h 295 typedef PluginTest* (*CreateTestFunction)(NPP, const std::string&);
298 CreateTestFunction);
299 static std::map<std::string, CreateTestFunction>& createTestFunctions();

Completed in 42 milliseconds