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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/bindings/v8/
DerivedSourcesAllInOne.cpp 35 // the generated bindings cause an expensive implicit conversion.
38 #include "bindings/V8Attr.cpp"
39 #include "bindings/V8BarInfo.cpp"
40 #include "bindings/V8BeforeLoadEvent.cpp"
41 #include "bindings/V8Blob.cpp"
42 #include "bindings/V8WebGLActiveInfo.cpp"
43 #include "bindings/V8WebGLArray.cpp"
44 #include "bindings/V8WebGLArrayBuffer.cpp"
45 #include "bindings/V8WebGLBuffer.cpp"
46 #include "bindings/V8WebGLByteArray.cpp
    [all...]
  /external/webkit/WebCore/
Android.jscbindings.mk 27 $(LOCAL_PATH)/bindings/js \
48 $(base_intermediates)/WebCore/bindings/js \
61 bindings/js/GCController.cpp \
62 bindings/js/JSAbstractWorkerCustom.cpp \
63 bindings/js/JSAttrCustom.cpp \
64 bindings/js/JSAudioConstructor.cpp \
65 bindings/js/JSCDATASectionCustom.cpp \
66 bindings/js/JSCSSRuleCustom.cpp \
67 bindings/js/JSCSSRuleListCustom.cpp \
68 bindings/js/JSCSSStyleDeclarationCustom.cpp
    [all...]
Android.v8bindings.mk 31 $(LOCAL_PATH)/bindings/v8 \
32 $(LOCAL_PATH)/bindings/v8/custom \
33 $(LOCAL_PATH)/bindings/v8/specialization \
39 $(base_intermediates)/WebCore/bindings \
44 bindings/ScriptControllerBase.cpp \
46 bindings/generic/RuntimeEnabledFeatures.cpp \
48 bindings/v8/ChildThreadDOMData.cpp \
49 bindings/v8/DateExtension.cpp \
50 bindings/v8/DOMData.cpp \
51 bindings/v8/DOMDataStore.cpp
    [all...]
Android.derived.v8bindings.mk 27 $(LOCAL_PATH)/bindings/scripts/CodeGenerator.pm \
28 $(LOCAL_PATH)/bindings/scripts/CodeGeneratorV8.pm \
29 $(LOCAL_PATH)/bindings/scripts/IDLParser.pm \
30 $(LOCAL_PATH)/bindings/scripts/IDLStructure.pm \
31 $(LOCAL_PATH)/bindings/scripts/generate-bindings.pl
38 $(intermediates)/bindings/V8CSSCharsetRule.h \
39 $(intermediates)/bindings/V8CSSFontFaceRule.h \
40 $(intermediates)/bindings/V8CSSImportRule.h \
41 $(intermediates)/bindings/V8CSSMediaRule.h
    [all...]
WebCore.gypi 455 'bindings/generic/BindingDOMWindow.h',
456 'bindings/generic/BindingElement.h',
457 'bindings/generic/BindingSecurity.h',
458 'bindings/generic/BindingSecurityBase.cpp',
459 'bindings/generic/BindingSecurityBase.h',
460 'bindings/generic/GenericBinding.h',
461 'bindings/generic/RuntimeEnabledFeatures.cpp',
462 'bindings/generic/RuntimeEnabledFeatures.h',
463 'bindings/js/CachedScriptSourceProvider.h',
464 'bindings/js/DOMObjectWithSVGContext.h'
    [all...]
WebCore.pro 166 $$PWD/bindings/js \
258 bindings/js/GCController.cpp \
259 bindings/js/JSCallbackData.cpp \
260 bindings/js/JSAttrCustom.cpp \
261 bindings/js/JSCDATASectionCustom.cpp \
262 bindings/js/JSCanvasRenderingContextCustom.cpp \
263 bindings/js/JSCanvasRenderingContext2DCustom.cpp \
264 bindings/js/JSClipboardCustom.cpp \
265 bindings/js/JSConsoleCustom.cpp \
266 bindings/js/JSCSSRuleCustom.cpp
    [all...]
GNUmakefile.am 14 -I$(srcdir)/WebCore/bindings/js \
62 -I$(top_builddir)/WebCore/bindings/js \
345 WebCore/bindings/js/CachedScriptSourceProvider.h \
346 WebCore/bindings/js/GCController.cpp \
347 WebCore/bindings/js/GCController.h \
348 WebCore/bindings/js/JSAttrCustom.cpp \
349 WebCore/bindings/js/JSCDATASectionCustom.cpp \
350 WebCore/bindings/js/JSDataGridColumnListCustom.cpp \
351 WebCore/bindings/js/JSDataGridDataSource.cpp \
352 WebCore/bindings/js/JSDataGridDataSource.h
    [all...]
Android.derived.jscbindings.mk 26 # lookup tables for old-style JavaScript bindings
30 bindings/js/JSDOMWindowBase.lut.h \
33 $(GEN): $(intermediates)/bindings/js/%.lut.h: $(LOCAL_PATH)/bindings/js/%.cpp $(create_hash_table)
38 GEN := $(intermediates)/bindings/js/JSHTMLInputElementBaseTable.cpp
40 $(GEN): $(intermediates)/bindings/js/%Table.cpp: $(LOCAL_PATH)/bindings/js/%.cpp $(create_hash_table)
42 $(intermediates)/bindings/js/JSHTMLInputElementBase.o : $(GEN)
44 # lookup tables for old-style JavaScript bindings
46 bindings/scripts/CodeGenerator.pm
    [all...]
  /external/webkit/WebCore/bridge/
testbindings.pro 4 INCLUDEPATH += .. ../ . bindings/qt
NP_jsobject.h 36 namespace Bindings {
47 JSC::Bindings::RootObject* rootObject;
50 NPObject* _NPN_CreateScriptObject(NPP npp, JSC::JSObject*, PassRefPtr<JSC::Bindings::RootObject> rootObject);
runtime_object.h 36 RuntimeObjectImp(ExecState*, PassRefPtr<Bindings::Instance>);
51 Bindings::Instance* getInternalInstance() const { return m_instance.get(); }
69 RuntimeObjectImp(ExecState*, NonNullPassRefPtr<Structure>, PassRefPtr<Bindings::Instance>);
78 RefPtr<Bindings::Instance> m_instance;
Bridge.h 35 namespace Bindings {
44 } // namespace Bindings
  /external/webkit/WebCore/bindings/objc/
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/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
  /external/webkit/WebKit/mac/Plugins/Hosted/
ProxyInstance.h 41 class ProxyInstance : public JSC::Bindings::Instance {
43 static PassRefPtr<ProxyInstance> create(PassRefPtr<JSC::Bindings::RootObject> rootObject, NetscapePluginInstanceProxy* instanceProxy, uint32_t objectID)
49 JSC::Bindings::MethodList methodsNamed(const JSC::Identifier&);
50 JSC::Bindings::Field* fieldNamed(const JSC::Identifier&);
52 JSC::JSValue fieldValue(JSC::ExecState*, const JSC::Bindings::Field*) const;
53 void setFieldValue(JSC::ExecState*, const JSC::Bindings::Field*, JSC::JSValue) const;
60 ProxyInstance(PassRefPtr<JSC::Bindings::RootObject>, NetscapePluginInstanceProxy*, uint32_t objectID);
62 virtual JSC::Bindings::Class *getClass() const;
64 virtual JSC::JSValue invokeMethod(JSC::ExecState*, const JSC::Bindings::MethodList&, const JSC::ArgList& args);
96 JSC::Bindings::FieldMap m_fields
    [all...]
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
package.html 4 Provides the official W3C Java bindings for the Document Object Model,
  /external/webkit/WebCore/bridge/objc/
WebScriptObject.h 37 + (id)_convertValueToObjcValue:(JSC::JSValue)value originRootObject:(JSC::Bindings::RootObject*)originRootObject rootObject:(JSC::Bindings::RootObject*)rootObject;
38 - _initWithJSObject:(JSC::JSObject*)imp originRootObject:(PassRefPtr<JSC::Bindings::RootObject>)originRootObject rootObject:(PassRefPtr<JSC::Bindings::RootObject>)rootObject;
  /external/webkit/JavaScriptCore/JavaScriptCore.vcproj/WTF/
WTFCommon.vsprops 10 AdditionalIncludeDirectories="&quot;$(WebKitOutputDir)\obj\JavaScriptCore\$(ConfigurationName)\DerivedSources\&quot;;../../;&quot;../../os-win32/&quot;;../../pcre/;../../parser/;../../wtf/;../../wtf/unicode/;&quot;$(WebKitOutputDir)\include\private&quot;;&quot;$(WebKitLibrariesDir)\include&quot;;../../../icu/include;../../bindings;../../bindings/c;../../bindings/jni;&quot;$(WebKitOutputDir)\include\JavaScriptCore&quot;;&quot;$(WebKitLibrariesDir)\include\pthreads&quot;"
  /external/webkit/WebCore/bindings/js/
ScriptControllerMac.mm 59 - (PassRefPtr<JSC::Bindings::Instance>)createPluginBindingsInstance:(PassRefPtr<JSC::Bindings::RootObject>)rootObject;
62 using namespace JSC::Bindings;
81 return JSC::Bindings::ObjcInstance::create(objectForWebScript, rootObject.release());
91 RefPtr<Instance> instance = JSC::Bindings::CInstance::create(npObject, rootObject.release());
102 return JSC::Bindings::JavaInstance::create(applet, rootObject.release());
115 JSC::Bindings::RootObject* root = bindingRootObject();
126 JSC::Bindings::RootObject* root = bindingRootObject();
165 JSC::Bindings::JavaJSObject::initializeJNIThreading();
166 JSC::Bindings::Instance::setDidExecuteFunction(updateStyleIfNeededForBindings)
    [all...]
  /external/webkit/WebCore/bindings/generic/
GenericBinding.h 37 // language bindings.
44 // Common notion of execution state for language bindings.
47 // Any methods shared across bindings can go here.
  /external/webkit/WebCore/xml/
XPathVariableReference.cpp 45 HashMap<String, String>& bindings = evaluationContext().variableBindings; local
46 if (!bindings.contains(m_name))
49 return bindings.get(m_name);
  /external/dbus/
NEWS 74 bindings
104 - Remove some lingering bits left over from the bindings split
111 - Bindings are now split out into seperate packages
132 - GLib bindings:
139 - Python bindings:
141 - Qt4 bindings:
150 - Mono bindings:
158 - GLib bindings:
163 - Python bindings:
167 - Qt bindings
    [all...]
  /external/webkit/WebCore/bridge/qt/
qt_class.h 32 namespace Bindings {
56 } // namespace Bindings
  /external/qemu/android/skin/
keyset.h 97 /* maximum number of key bindings per command. one command can be bound to several
98 * key bindings for convenience
108 /* return the number of keyboard bindings for a given command. results are placed in the 'bindings' array
112 SkinKeyBinding* bindings );
  /external/webkit/JavaScriptCore/
ChangeLog-2007-10-14 187 * bindings/qt/qt_instance.cpp:
188 (KJS::Bindings::QtInstance::invokeMethod):
189 * bindings/qt/qt_runtime.cpp:
190 (KJS::Bindings::convertValueToQVariant):
191 (KJS::Bindings::convertQVariantToValue):
299 * bindings/testbindings.cpp:
803 * bindings/c/c_instance.cpp:
804 (KJS::Bindings::CInstance::invokeMethod):
805 (KJS::Bindings::CInstance::invokeDefaultMethod):
855 * bindings/NP_jsobject.cpp: #ifdef out this for 64-bit on Mac OS
    [all...]

Completed in 470 milliseconds

1 2 3 4 5 6 7 8 91011>>