Home
last modified time | relevance | path

Searched refs:createTestFunction (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/shell/tools/plugin/
DPluginTest.cpp48 CreateTestFunction createTestFunction = createTestFunctions()[identifier]; in create() local
49 if (createTestFunction) in create()
50 return createTestFunction(npp, identifier); in create()
264 CreateTestFunction createTestFunction) { in registerCreateTestFunction() argument
267 createTestFunctions()[identifier] = createTestFunction; in registerCreateTestFunction()
/external/chromium_org/third_party/WebKit/PerformanceTests/Layout/resources/
Dlarge-table-with-collapsed-borders.js24 function createTestFunction(width, height, colspan) { function
31 window.createTableTestFunction = createTestFunction;
Dfloats.js37 function createTestFunction(width, height, nested, runs, rows) { function
61 window.createFloatsLayoutTestFunction = createTestFunction;