Home
last modified time | relevance | path

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

/external/chromium/webkit/glue/
Dcpp_bound_class.cc138 /* static */ void CppNPObject::deallocate(NPObject* np_obj) { in deallocate() argument
139 CppNPObject* obj = reinterpret_cast<CppNPObject*>(np_obj); in deallocate()
143 /* static */ bool CppNPObject::hasMethod(NPObject* np_obj, in hasMethod() argument
145 CppNPObject* obj = reinterpret_cast<CppNPObject*>(np_obj); in hasMethod()
149 /* static */ bool CppNPObject::hasProperty(NPObject* np_obj, in hasProperty() argument
151 CppNPObject* obj = reinterpret_cast<CppNPObject*>(np_obj); in hasProperty()
155 /* static */ bool CppNPObject::invoke(NPObject* np_obj, NPIdentifier ident, in invoke() argument
158 CppNPObject* obj = reinterpret_cast<CppNPObject*>(np_obj); in invoke()
162 /* static */ bool CppNPObject::getProperty(NPObject* np_obj, in getProperty() argument
165 CppNPObject* obj = reinterpret_cast<CppNPObject*>(np_obj); in getProperty()
[all …]