Home
last modified time | relevance | path

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

/external/webkit/Tools/DumpRenderTree/chromium/
DCppBoundClass.cpp163 void CppNPObject::deallocate(NPObject* npObj) in deallocate()
169 bool CppNPObject::hasMethod(NPObject* npObj, NPIdentifier ident) in hasMethod()
175 bool CppNPObject::hasProperty(NPObject* npObj, NPIdentifier ident) in hasProperty()
181 bool CppNPObject::invoke(NPObject* npObj, NPIdentifier ident, in invoke()
189 bool CppNPObject::getProperty(NPObject* npObj, NPIdentifier ident, NPVariant* result) in getProperty()
195 bool CppNPObject::setProperty(NPObject* npObj, NPIdentifier ident, const NPVariant* value) in setProperty()
333 NPObject* npObj = WebBindings::createObject(0, &CppNPObject::npClass); in getAsCppVariant() local
/external/webkit/Source/WebCore/bridge/
DNP_jsobject.cpp123 static void jsDeallocate(NPObject* npObj) in jsDeallocate()