Home
last modified time | relevance | path

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

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
DTestObject.cpp162 static bool testGetProperty(NPObject* npobj, NPIdentifier name, NPVariant* result) in testGetProperty()
202 static bool testConstruct(NPObject* npobj, const NPVariant* /*args*/, uint32_t /*argCount*/, NPVari… in testConstruct()
/external/chromium/webkit/glue/
Dcpp_variant_unittest.cc65 void MockNPDeallocate(NPObject* npobj) { in MockNPDeallocate()
431 bool MockNPHasPropertyFunction(NPObject *npobj, NPIdentifier name) { in MockNPHasPropertyFunction()
435 bool MockNPGetPropertyFunction(NPObject *npobj, NPIdentifier name, in MockNPGetPropertyFunction()
/external/webkit/Source/WebCore/bridge/jni/v8/
DJavaNPObjectV8.cpp53 static void FreeJavaNPObject(NPObject* npobj) in FreeJavaNPObject()