Searched refs:CppNPObject (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
H A DCppBoundClass.cpp36 // - CppNPObject's static invoke() function forwards it to its attached
94 struct CppNPObject { struct
103 // An NPClass associates static functions of CppNPObject with the
139 // Build CppNPObject's static function pointers into an NPClass, for use
141 NPClass CppNPObject::npClass = {
143 CppNPObject::allocate,
144 CppNPObject::deallocate,
146 CppNPObject::hasMethod,
147 CppNPObject::invoke,
149 CppNPObject
[all...]
H A DCppBoundClass.h225 friend struct CppNPObject;
/external/chromium/webkit/glue/
H A Dcpp_bound_class.cc9 // - CppNPObject's static invoke() function forwards it to its attached
68 struct CppNPObject { struct
77 // An NPClass associates static functions of CppNPObject with the
115 // Build CppNPObject's static function pointers into an NPClass, for use
117 NPClass CppNPObject::np_class_ = {
119 CppNPObject::allocate,
120 CppNPObject::deallocate,
122 CppNPObject::hasMethod,
123 CppNPObject::invoke,
125 CppNPObject
[all...]
H A Dcpp_bound_class.h161 friend struct CppNPObject;

Completed in 65 milliseconds