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

/external/webkit/Source/WebCore/bridge/jni/v8/
H A DJavaNPObjectV8.cpp53 static void FreeJavaNPObject(NPObject* npobj) argument
55 JavaNPObject* obj = reinterpret_cast<JavaNPObject*>(npobj);
/external/chromium/webkit/glue/
H A Dcpp_variant_unittest.cc65 void MockNPDeallocate(NPObject* npobj) { argument
70 free(npobj);
431 bool MockNPHasPropertyFunction(NPObject *npobj, NPIdentifier name) { argument
435 bool MockNPGetPropertyFunction(NPObject *npobj, NPIdentifier name, argument
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A DTestObject.cpp32 static bool testEnumerate(NPObject *npobj, NPIdentifier **value, uint32_t *count);
162 static bool testGetProperty(NPObject* npobj, NPIdentifier name, NPVariant* result) argument
171 int32_t objectPointer = static_cast<int32_t>(reinterpret_cast<long long>(npobj));
177 TestObject* testObject = reinterpret_cast<TestObject*>(npobj);
185 INT32_TO_NPVARIANT(npobj->referenceCount, *result);
192 static bool testEnumerate(NPObject* /*npobj*/, NPIdentifier **value, uint32_t *count)
202 static bool testConstruct(NPObject* npobj, const NPVariant* /*args*/, uint32_t /*argCount*/, NPVariant* result) argument
204 browser->retainobject(npobj);
207 OBJECT_TO_NPVARIANT(npobj, *result);

Completed in 102 milliseconds