OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CppNPObject
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/testing/runner/
CppBoundClass.cpp
36
// -
CppNPObject
's static invoke() function forwards it to its attached
100
struct
CppNPObject
{
109
// An NPClass associates static functions of
CppNPObject
with the
145
// Build
CppNPObject
's static function pointers into an NPClass, for use
147
NPClass
CppNPObject
::npClass = {
149
CppNPObject
::allocate,
150
CppNPObject
::deallocate,
152
CppNPObject
::hasMethod,
153
CppNPObject
::invoke,
155
CppNPObject
::hasProperty
[
all
...]
CppBoundClass.h
227
friend struct
CppNPObject
;
/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
...]
cpp_bound_class.h
124
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 22 milliseconds