Searched refs:testConstruct (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
H A DTestObject.cpp39 static bool testConstruct(NPObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* result);
54 testConstruct
158 static bool testConstruct(NPObject* npobj, const NPVariant* /*args*/, uint32_t /*argCount*/, NPVariant* result) function
H A DPluginObject.cpp201 "testConstruct",
672 static bool testConstruct(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* result) function
788 return testConstruct(plugin, args, argCount, result);

Completed in 99 milliseconds