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

  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
TestObject.cpp 39 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)
PluginObject.cpp 201 "testConstruct",
672 static bool testConstruct(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* result)
788 return testConstruct(plugin, args, argCount, result);
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
URITest.java 28 public void testConstruct() throws Exception {

Completed in 29 milliseconds