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

  /external/chromium/webkit/glue/
cpp_bound_class.cc 5 // 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::CppBoundClass(
    [all...]
cpp_bound_class.h 6 CppBoundClass class:
35 // CppBoundClass lets you map Javascript method calls and property accesses
37 class CppBoundClass {
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...]
  /external/webkit/Tools/DumpRenderTree/chromium/
CppBoundClass.cpp 32 // 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* boundClass
    [all...]
CppBoundClass.h 33 CppBoundClass class:
59 // CppBoundClass lets you map Javascript method calls and property accesses
61 class CppBoundClass {
62 WTF_MAKE_NONCOPYABLE(CppBoundClass);
86 CppBoundClass() : m_boundToFrame(false) {}
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 subclass
    [all...]

Completed in 169 milliseconds