Home | History | Annotate | Download | only in glue

Lines Matching refs:CppBoundClass

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);