Searched defs:CppBoundClass (Results 1 - 4 of 4) sorted by relevance

/external/chromium/webkit/glue/
H A Dcpp_bound_class.h6 CppBoundClass class:
35 // CppBoundClass lets you map Javascript method calls and property accesses
37 class CppBoundClass { class
54 CppBoundClass();
55 virtual ~CppBoundClass();
84 // must be a method of this CppBoundClass subclass.
100 // must be a method of this CppBoundClass subclass.
112 // CppBoundClass assumes control over the life time of the |callback|.
131 // |method| must be a method of this CppBoundClass subclass.
177 DISALLOW_COPY_AND_ASSIGN(CppBoundClass);
[all...]
H A Dcpp_bound_class.cc5 // This file contains definitions for CppBoundClass
10 // CppBoundClass's Invoke() method.
11 // - CppBoundClass has then overridden Invoke() to look up the function
28 class CppVariantPropertyCallback : public CppBoundClass::PropertyCallback {
45 class GetterPropertyCallback : public CppBoundClass::PropertyCallback {
47 GetterPropertyCallback(CppBoundClass::GetterCallback* callback)
60 scoped_ptr<CppBoundClass::GetterCallback> callback_;
66 // CppBoundClass, which is just a C++ interface that we forward all NPObject
70 CppBoundClass* bound_class;
176 CppBoundClass function in class:CppBoundClass
[all...]
/external/webkit/Tools/DumpRenderTree/chromium/
H A DCppBoundClass.cpp32 // This file contains definitions for CppBoundClass
37 // CppBoundClass's invoke() method.
38 // - CppBoundClass has then overridden invoke() to look up the function
43 #include "CppBoundClass.h"
54 class CppVariantPropertyCallback : public CppBoundClass::PropertyCallback {
74 class GetterPropertyCallback : public CppBoundClass::PropertyCallback {
76 GetterPropertyCallback(CppBoundClass::GetterCallback* callback)
88 OwnPtr<CppBoundClass::GetterCallback> m_callback;
92 // CppBoundClass, which is just a C++ interface that we forward all NPObject
96 CppBoundClass* boundClas
[all...]
H A DCppBoundClass.h33 CppBoundClass class:
59 // CppBoundClass lets you map Javascript method calls and property accesses
61 class CppBoundClass { class
62 WTF_MAKE_NONCOPYABLE(CppBoundClass);
86 CppBoundClass() : m_boundToFrame(false) {} function in class:CppBoundClass
87 virtual ~CppBoundClass();
152 // must be a method of this CppBoundClass subclass.
166 // must be a method of this CppBoundClass subclass.
178 // CppBoundClass assumes control over the life time of the callback.
198 // |method| must be a method of this CppBoundClass subclas
[all...]

Completed in 167 milliseconds