OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CppNPObject
(Results
1 - 2
of
2
) 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/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
...]
Completed in 78 milliseconds