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

  /external/webkit/Tools/DumpRenderTree/chromium/
PlainTextController.h 34 #include "CppBoundClass.h"
38 class PlainTextController : public CppBoundClass {
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...]
AccessibilityController.h 35 #include "CppBoundClass.h"
44 class AccessibilityController : public CppBoundClass {
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...]
TextInputController.h 38 #include "CppBoundClass.h"
46 class TextInputController : public CppBoundClass {
AccessibilityController.cpp 61 CppBoundClass::bindToJavascript(frame, classname);
AccessibilityUIElement.h 34 #include "CppBoundClass.h"
38 class AccessibilityUIElement : public CppBoundClass {
EventSender.h 34 CppBoundClass::bindToJavascript(), this allows layout tests to fire DOM events.
40 #include "CppBoundClass.h"
53 class EventSender : public CppBoundClass {
LayoutTestController.h 35 CppBoundClass::bindToJavascript(), this allows layout tests that are run in
44 #include "CppBoundClass.h"
61 class LayoutTestController : public CppBoundClass {
  /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_binding_example.h 7 This provides an example of how to use the CppBoundClass to create methods
9 embedding client. It is also used by the CppBoundClass unit test.
14 object in a frame's window using the CppBoundClass::BindToJavascript() method,
38 class CppBindingExample : public CppBoundClass {
52 // CppBoundClass::Callback.
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...]
cpp_binding_example.cc 12 class PropertyCallbackExample : public CppBoundClass::PropertyCallback {

Completed in 135 milliseconds