HomeSort by relevance Sort by last modified time
    Searched full:np_obj (Results 1 - 1 of 1) sorted by null

  /external/chromium/webkit/glue/
cpp_bound_class.cc 138 /* static */ void CppNPObject::deallocate(NPObject* np_obj) {
139 CppNPObject* obj = reinterpret_cast<CppNPObject*>(np_obj);
143 /* static */ bool CppNPObject::hasMethod(NPObject* np_obj,
145 CppNPObject* obj = reinterpret_cast<CppNPObject*>(np_obj);
149 /* static */ bool CppNPObject::hasProperty(NPObject* np_obj,
151 CppNPObject* obj = reinterpret_cast<CppNPObject*>(np_obj);
155 /* static */ bool CppNPObject::invoke(NPObject* np_obj, NPIdentifier ident,
158 CppNPObject* obj = reinterpret_cast<CppNPObject*>(np_obj);
162 /* static */ bool CppNPObject::getProperty(NPObject* np_obj,
165 CppNPObject* obj = reinterpret_cast<CppNPObject*>(np_obj);
311 NPObject* np_obj = WebBindings::createObject(0, &CppNPObject::np_class_); local
    [all...]

Completed in 646 milliseconds