HomeSort by relevance Sort by last modified time
    Searched defs:Bindings (Results 1 - 25 of 50) sorted by null

1 2

  /external/webkit/WebCore/bridge/jni/jsc/
JNIUtilityPrivate.h 40 namespace Bindings {
45 } // namespace Bindings
JavaClassJSC.h 36 namespace Bindings {
56 } // namespace Bindings
JNIBridgeJSC.h 38 namespace Bindings {
83 } // namespace Bindings
JavaInstanceJSC.h 38 namespace Bindings {
102 } // namespace Bindings
JavaStringJSC.h 36 namespace Bindings {
80 } // namespace Bindings
  /external/webkit/WebCore/bridge/jni/v8/
JNIUtilityPrivate.h 32 // FIXME: While fully implementing the bindings I noticed some differences between what
34 // or there are bugs in the JSC bindings. For now, this macro makes the V8 bindings do the
35 // same as the JSC bindings.
40 namespace Bindings {
45 } // namespace Bindings
JavaNPObjectV8.h 35 namespace Bindings {
54 } // namespace Bindings
JavaClassV8.h 37 namespace Bindings {
57 } // namespace Bindings
JNIBridgeV8.h 34 namespace Bindings {
52 } // namespace Bindings
JavaInstanceV8.h 40 namespace Bindings {
96 } // namespace Bindings
JavaStringV8.h 35 namespace Bindings {
57 } // namespace Bindings
  /external/webkit/WebCore/bridge/c/
c_utility.h 43 namespace Bindings {
c_class.h 36 namespace Bindings {
55 } // namespace Bindings
c_instance.h 41 namespace Bindings {
84 } // namespace Bindings
c_runtime.cpp 38 namespace Bindings {
c_runtime.h 35 namespace Bindings {
63 } // namespace Bindings
  /external/webkit/WebCore/bridge/qt/
qt_class.h 32 namespace Bindings {
56 } // namespace Bindings
qt_pixmapruntime.h 28 namespace Bindings {
qt_instance.h 32 namespace Bindings {
91 } // namespace Bindings
  /external/webkit/WebCore/bridge/
Bridge.h 35 namespace Bindings {
44 } // namespace Bindings
NP_jsobject.h 36 namespace Bindings {
47 JSC::Bindings::RootObject* rootObject;
50 NPObject* _NPN_CreateScriptObject(NPP npp, JSC::JSObject*, PassRefPtr<JSC::Bindings::RootObject> rootObject);
  /external/webkit/WebCore/bindings/objc/
DOMInternal.h 40 namespace Bindings {
65 id createDOMWrapper(JSC::JSObject*, PassRefPtr<JSC::Bindings::RootObject> origin, PassRefPtr<JSC::Bindings::RootObject> current);
WebScriptObjectPrivate.h 37 namespace Bindings {
45 id createJSWrapper(JSC::JSObject*, PassRefPtr<JSC::Bindings::RootObject> origin, PassRefPtr<JSC::Bindings::RootObject> root);
49 + (id)_convertValueToObjcValue:(JSC::JSValue)value originRootObject:(JSC::Bindings::RootObject*)originRootObject rootObject:(JSC::Bindings::RootObject*)rootObject;
50 + (id)scriptObjectForJSObject:(JSObjectRef)jsObject originRootObject:(JSC::Bindings::RootObject*)originRootObject rootObject:(JSC::Bindings::RootObject*)rootObject;
52 - (id)_initWithJSObject:(JSC::JSObject*)imp originRootObject:(PassRefPtr<JSC::Bindings::RootObject>)originRootObject rootObject:(PassRefPtr<JSC::Bindings::RootObject>)rootObject;
53 - (void)_setImp:(JSC::JSObject*)imp originRootObject:(PassRefPtr<JSC::Bindings::RootObject>)originRootObject rootObject:(PassRefPtr<JSC::Bindings::RootObject>)rootObject
    [all...]
  /external/webkit/WebCore/bridge/objc/
objc_class.h 32 namespace Bindings {
56 } // namespace Bindings
objc_instance.h 34 namespace Bindings {
78 } // namespace Bindings

Completed in 514 milliseconds

1 2