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

  /external/chromium_org/content/shell/tools/plugin/
PluginTest.cpp 48 CreateTestFunction createTestFunction = createTestFunctions()[identifier];
265 assert(!createTestFunctions().count(identifier));
267 createTestFunctions()[identifier] = createTestFunction;
271 PluginTest::createTestFunctions() {
PluginTest.h 299 static std::map<std::string, CreateTestFunction>& createTestFunctions();

Completed in 308 milliseconds