Home
last modified time | relevance | path

Searched defs:npobj (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
DTestObject.cpp135 static bool testGetProperty(NPObject* npobj, NPIdentifier name, NPVariant* result) in testGetProperty()
148 static bool testEnumerate(NPObject *npobj, NPIdentifier **value, uint32_t *count) in testEnumerate()
158 static bool testConstruct(NPObject* npobj, const NPVariant* args, uint32_t argCount, NPVariant* res… in testConstruct()
/external/webkit/V8Binding/jni/
Djni_npobject.cpp46 static void FreeJavaNPObject(NPObject* npobj) in FreeJavaNPObject()