HomeSort by relevance Sort by last modified time
    Searched refs:CppNPObject (Results 1 - 4 of 4) sorted by null

  /external/webkit/Tools/DumpRenderTree/chromium/
CppBoundClass.cpp 36 // - CppNPObject's static invoke() function forwards it to its attached
94 struct CppNPObject {
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::hasProperty
    [all...]
CppBoundClass.h 225 friend struct CppNPObject;
  /external/chromium/webkit/glue/
cpp_bound_class.cc 9 // - CppNPObject's static invoke() function forwards it to its attached
68 struct CppNPObject {
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::hasProperty
    [all...]
cpp_bound_class.h 161 friend struct CppNPObject;

Completed in 261 milliseconds