HomeSort by relevance Sort by last modified time
    Searched full:bindings (Results 26 - 50 of 394) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/dbus/dbus/
dbus.h 52 * bindings to specific object systems and languages. D-Bus is most
53 * convenient when used with the GLib bindings, Python bindings, Qt
54 * bindings, Mono bindings, and so forth. This low-level API has a
55 * lot of complexity useful only for bindings.
81 * etc. These higher-level libraries (often called "D-Bus bindings")
  /external/webkit/WebCore/
ChangeLog 58 * bindings/v8/V8DOMWindowShell.cpp:
61 * bindings/v8/V8DOMWindowShell.h:
62 * bindings/v8/custom/V8DocumentCustom.cpp:
347 * bindings/scripts/CodeGeneratorV8.pm:
348 * bindings/v8/V8DOMWrapper.cpp:
351 * bindings/v8/V8DOMWrapper.h:
426 * bindings/scripts/CodeGeneratorV8.pm:
590 Guards SVG code in V8 bindings with ENABLE(SVG)
598 * bindings/v8/custom/V8CSSValueCustom.cpp:
600 * bindings/v8/custom/V8DocumentCustom.cpp
    [all...]
DerivedSources.make 31 $(WebCore)/bindings/js \
32 $(WebCore)/bindings/objc \
634 perl -I $(WebCore)/bindings/scripts $< --tags $(WebCore)/html/HTMLTagNames.in --attrs $(WebCore)/html/HTMLAttributeNames.in --factory --wrapperFactory --extraDefines "$(HTML_FLAGS)"
639 perl -I $(WebCore)/bindings/scripts $< --tags $(WebCore)/html/HTMLTagNames.in --attrs $(WebCore)/html/HTMLAttributeNames.in --factory --wrapperFactory
646 perl -I $(WebCore)/bindings/scripts $< --attrs $(WebCore)/xml/xmlnsattrs.in
649 perl -I $(WebCore)/bindings/scripts $< --attrs $(WebCore)/xml/xmlattrs.in
699 perl -I $(WebCore)/bindings/scripts $< --tags $(WebCore)/svg/svgtags.in --attrs $(WebCore)/svg/svgattrs.in --extraDefines "$(SVG_FLAGS)" --factory --wrapperFactory
703 perl -I $(WebCore)/bindings/scripts $< --tags $(WebCore)/svg/svgtags.in --attrs $(WebCore)/svg/svgattrs.in --factory --wrapperFactory
710 perl -I $(WebCore)/bindings/scripts $< --attrs $(WebCore)/svg/xlinkattrs.in
737 perl -I $(WebCore)/bindings/scripts $< --tags $(WebCore)/wml/WMLTagNames.in --attrs $(WebCore)/wml/WMLAttributeNames.in --fact (…)
    [all...]
ChangeLog-2010-01-29 72 * bindings/scripts/CodeGeneratorV8.pm:
73 * bindings/v8/DOMObjectsInclude.h:
74 * bindings/v8/DerivedSourcesAllInOne.cpp:
75 * bindings/v8/RuntimeEnabledFeatures.cpp:
76 * bindings/v8/RuntimeEnabledFeatures.h:
79 * bindings/v8/V8Index.cpp:
80 * bindings/v8/V8Index.h:
81 * bindings/v8/custom/V8DOMWindowCustom.cpp:
83 * bindings/v8/custom/V8IDBRequestCustom.cpp: Added.
85 * bindings/v8/custom/V8IndexedDatabaseRequestCustom.cpp: Added
    [all...]
  /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);
  /external/webkit/WebCore/bridge/
runtime_array.h 36 RuntimeArray(ExecState*, Bindings::Array*);
52 Bindings::Array *getConcreteArray() const { return _array.get(); }
71 OwnPtr<Bindings::Array> _array;
runtime_method.h 38 RuntimeMethod(ExecState*, const Identifier& name, Bindings::MethodList&);
39 Bindings::MethodList* methods() const { return _methodList.get(); }
60 OwnPtr<Bindings::MethodList> _methodList;
  /external/iptables/extensions/
libipt_SET.man 15 The bindings to follow must previously be defined in order to use
  /external/webkit/WebCore/WebCore.vcproj/
MigrateScripts 32 $(WEBKIT_OUTPUT)/generate-bindings.pl \
38 $(WEBKIT_OUTPUT)/% : $(WEBCORE)/bindings/scripts/%
  /external/webkit/WebCore/bindings/js/
ScriptControllerWin.cpp 33 using namespace JSC::Bindings;
37 PassRefPtr<JSC::Bindings::Instance> ScriptController::createScriptInstanceForWidget(Widget* widget)
ScriptInstance.h 39 typedef RefPtr<JSC::Bindings::Instance> ScriptInstance;
40 typedef PassRefPtr<JSC::Bindings::Instance> PassScriptInstance;
ScriptController.h 45 namespace Bindings {
63 typedef HashMap<void*, RefPtr<JSC::Bindings::RootObject> > RootObjectMap;
142 JSC::Bindings::RootObject* bindingRootObject();
144 PassRefPtr<JSC::Bindings::RootObject> createRootObject(void* nativeHandle);
182 RefPtr<JSC::Bindings::RootObject> m_bindingRootObject;
ScriptControllerQt.cpp 49 PassRefPtr<JSC::Bindings::Instance> ScriptController::createScriptInstanceForWidget(WebCore::Widget* widget)
59 return JSC::Bindings::QtInstance::getQtInstance(platformWidget, bindingRootObject(), QScriptEngine::QtOwnership);
  /external/webkit/WebCore/bridge/c/
c_class.h 36 namespace Bindings {
55 } // namespace Bindings
c_runtime.h 35 namespace Bindings {
63 } // namespace Bindings
  /external/webkit/WebCore/bridge/jni/jsc/
JNIUtilityPrivate.h 40 namespace Bindings {
45 } // namespace Bindings
JavaClassJSC.h 36 namespace Bindings {
56 } // namespace Bindings
  /external/webkit/WebCore/bridge/jni/v8/
JNIBridgeV8.h 34 namespace Bindings {
52 } // namespace Bindings
JavaClassV8.h 37 namespace Bindings {
57 } // namespace Bindings
JavaNPObjectV8.h 35 namespace Bindings {
54 } // namespace Bindings
JavaStringV8.h 35 namespace Bindings {
57 } // namespace Bindings
  /external/webkit/WebCore/bridge/objc/
objc_class.h 32 namespace Bindings {
56 } // namespace Bindings
objc_utility.h 42 namespace Bindings {
85 } // namespace Bindings
  /external/webkit/WebCore/WebCore.gyp/
WebCore.gyp 109 '../bindings',
110 '../bindings/generic',
111 '../bindings/v8',
112 '../bindings/v8/custom',
113 '../bindings/v8/specialization',
223 # Custom bindings in bindings/v8/custom exist for these.
231 # Bindings with custom Objective-C implementations.
235 # Extra SVG bindings to exclude.
491 # Rule to build generated JavaScript (V8) bindings from .idl source
    [all...]
  /external/webkit/WebCore/bindings/v8/
ScriptState.cpp 102 // This should be never reached with V8 bindings (WebKit only uses it
103 // for non-JS bindings)
110 // This should be only reached with V8 bindings from single process layout tests.

Completed in 2385 milliseconds

12 3 4 5 6 7 8 91011>>