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

  /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...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
CppBoundClass.cpp 36 // - CppNPObject's static invoke() function forwards it to its attached
101 struct CppNPObject {
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::hasProperty
    [all...]
  /external/chromium_org/webkit/renderer/
cpp_bound_class.cc 9 // - CppNPObject's static invoke() function forwards it to its attached
72 struct CppNPObject {
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::hasProperty
    [all...]

Completed in 375 milliseconds