Home
last modified time | relevance | path

Searched refs:npObj (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
DCppBoundClass.cpp163 void CppNPObject::deallocate(NPObject* npObj) in deallocate() argument
165 CppNPObject* obj = reinterpret_cast<CppNPObject*>(npObj); in deallocate()
169 bool CppNPObject::hasMethod(NPObject* npObj, NPIdentifier ident) in hasMethod() argument
171 CppNPObject* obj = reinterpret_cast<CppNPObject*>(npObj); in hasMethod()
175 bool CppNPObject::hasProperty(NPObject* npObj, NPIdentifier ident) in hasProperty() argument
177 CppNPObject* obj = reinterpret_cast<CppNPObject*>(npObj); in hasProperty()
181 bool CppNPObject::invoke(NPObject* npObj, NPIdentifier ident, in invoke() argument
185 CppNPObject* obj = reinterpret_cast<CppNPObject*>(npObj); in invoke()
189 bool CppNPObject::getProperty(NPObject* npObj, NPIdentifier ident, NPVariant* result) in getProperty() argument
191 CppNPObject* obj = reinterpret_cast<CppNPObject*>(npObj); in getProperty()
[all …]
/external/webkit/Source/WebCore/bridge/
DNP_jsobject.cpp123 static void jsDeallocate(NPObject* npObj) in jsDeallocate() argument
125 JavaScriptObject* obj = reinterpret_cast<JavaScriptObject*>(npObj); in jsDeallocate()