Searched defs:CppNPObject (Results 1 - 3 of 3) sorted by relevance

/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...]
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DCppBoundClass.cpp36 // - CppNPObject's static invoke() function forwards it to its attached
101 struct CppNPObject { struct in namespace:WebTestRunner
110 // An NPClass associates static functions of CppNPObject with the
146 // Build CppNPObject's static function pointers into an NPClass, for use
148 NPClass CppNPObject::npClass = {
150 CppNPObject::allocate,
151 CppNPObject::deallocate,
153 CppNPObject::hasMethod,
154 CppNPObject::invoke,
156 CppNPObject
[all...]
/external/chromium_org/webkit/renderer/
H A Dcpp_bound_class.cc9 // - CppNPObject's static invoke() function forwards it to its attached
72 struct CppNPObject { struct in namespace:webkit_glue
81 // An NPClass associates static functions of CppNPObject with the
119 // Build CppNPObject's static function pointers into an NPClass, for use
121 NPClass CppNPObject::np_class_ = {
123 CppNPObject::allocate,
124 CppNPObject::deallocate,
126 CppNPObject::hasMethod,
127 CppNPObject::invoke,
129 CppNPObject
[all...]

Completed in 146 milliseconds