Home | History | Annotate | Download | only in chromium

Lines Matching refs:npClass

100     // with NPObject/NPClass.
103 // An NPClass associates static functions of CppNPObject with the
105 static NPClass npClass;
108 static NPObject* allocate(NPP, NPClass*);
139 // Build CppNPObject's static function pointers into an NPClass, for use
141 NPClass CppNPObject::npClass = {
155 NPObject* CppNPObject::allocate(NPP npp, NPClass* aClass)
330 // Create an NPObject using our static NPClass. The first argument (a
333 NPObject* npObj = WebBindings::createObject(0, &CppNPObject::npClass);