Home | History | Annotate | Download | only in chromium

Lines Matching refs:CppBoundClass

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.