Home
last modified time | relevance | path

Searched refs:CppBoundClass (Results 1 – 16 of 16) sorted by relevance

/external/chromium/webkit/glue/
Dcpp_bound_class.cc28 class CppVariantPropertyCallback : public CppBoundClass::PropertyCallback {
45 class GetterPropertyCallback : public CppBoundClass::PropertyCallback {
47 GetterPropertyCallback(CppBoundClass::GetterCallback* callback) in GetterPropertyCallback()
60 scoped_ptr<CppBoundClass::GetterCallback> callback_;
70 CppBoundClass* bound_class;
176 CppBoundClass::CppBoundClass() in CppBoundClass() function in CppBoundClass
180 CppBoundClass::~CppBoundClass() { in ~CppBoundClass()
194 bool CppBoundClass::HasMethod(NPIdentifier ident) const { in HasMethod()
198 bool CppBoundClass::HasProperty(NPIdentifier ident) const { in HasProperty()
202 bool CppBoundClass::Invoke(NPIdentifier ident, in Invoke()
[all …]
Dcpp_bound_class.h37 class CppBoundClass {
54 CppBoundClass();
55 virtual ~CppBoundClass();
177 DISALLOW_COPY_AND_ASSIGN(CppBoundClass);
Dcpp_binding_example.h38 class CppBindingExample : public CppBoundClass {
Dcpp_binding_example.cc12 class PropertyCallbackExample : public CppBoundClass::PropertyCallback {
/external/webkit/Tools/DumpRenderTree/chromium/
DCppBoundClass.cpp54 class CppVariantPropertyCallback : public CppBoundClass::PropertyCallback {
74 class GetterPropertyCallback : public CppBoundClass::PropertyCallback {
76 GetterPropertyCallback(CppBoundClass::GetterCallback* callback) in GetterPropertyCallback()
88 OwnPtr<CppBoundClass::GetterCallback> m_callback;
96 CppBoundClass* boundClass;
201 CppBoundClass::~CppBoundClass() in ~CppBoundClass()
214 bool CppBoundClass::hasMethod(NPIdentifier ident) const in hasMethod()
219 bool CppBoundClass::hasProperty(NPIdentifier ident) const in hasProperty()
224 bool CppBoundClass::invoke(NPIdentifier ident, in invoke()
252 bool CppBoundClass::getProperty(NPIdentifier ident, NPVariant* result) const in getProperty()
[all …]
DCppBoundClass.h61 class CppBoundClass {
62 WTF_MAKE_NONCOPYABLE(CppBoundClass);
86 CppBoundClass() : m_boundToFrame(false) {} in CppBoundClass() function
87 virtual ~CppBoundClass();
DPlainTextController.h38 class PlainTextController : public CppBoundClass {
DAccessibilityController.h44 class AccessibilityController : public CppBoundClass {
DTextInputController.h46 class TextInputController : public CppBoundClass {
DAccessibilityController.cpp61 CppBoundClass::bindToJavascript(frame, classname); in bindToJavascript()
DEventSender.h53 class EventSender : public CppBoundClass {
DAccessibilityUIElement.h38 class AccessibilityUIElement : public CppBoundClass {
DLayoutTestController.h61 class LayoutTestController : public CppBoundClass {
/external/webkit/Tools/DumpRenderTree/
DDumpRenderTree.gypi8 'chromium/CppBoundClass.cpp',
9 'chromium/CppBoundClass.h',
/external/webkit/Tools/
DChangeLog-2011-02-168461 * DumpRenderTree/chromium/CppBoundClass.cpp:
8462 * DumpRenderTree/chromium/CppBoundClass.h:
8488 * DumpRenderTree/chromium/CppBoundClass.cpp:
8489 (CppBoundClass::getFromCppVariant):
8490 * DumpRenderTree/chromium/CppBoundClass.h:
9591 * DumpRenderTree/chromium/CppBoundClass.cpp:
9592 * DumpRenderTree/chromium/CppBoundClass.h:
9615 * DumpRenderTree/chromium/CppBoundClass.cpp:
9616 (CppBoundClass::getFromCppVariant):
9617 * DumpRenderTree/chromium/CppBoundClass.h:
[all …]
DChangeLog-2010-05-2413541 [DRT/Chromium] Add CppVariant and CppBoundClass
13544 Add CppVariant and CppBoundClass classes, which are going to be
13550 * DumpRenderTree/chromium/CppBoundClass.cpp: Added.
13551 * DumpRenderTree/chromium/CppBoundClass.h: Added.