Searched defs:implementation (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
H A DV8Collection.h45 template<class T> static v8::Handle<v8::Value> getV8Object(T* implementation) argument
47 if (!implementation)
49 return toV8(implementation);
57 template<class T> static v8::Handle<v8::Value> getV8Object(PassRefPtr<T> implementation) argument
59 return getV8Object(implementation.get());
/external/webkit/Source/WebKit/win/
H A DDOMCoreClasses.cpp601 HRESULT STDMETHODCALLTYPE DOMDocument::implementation( function in class:DOMDocument
H A DDOMHTMLClasses.h308 virtual HRESULT STDMETHODCALLTYPE implementation( function in class:DOMHTMLDocument
309 /* [retval][out] */ IDOMImplementation **result) { return DOMDocument::implementation(result); }
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java78 static final DOMImplementation implementation=new DTMNodeProxyImplementation(); field in class:DTMNodeProxy
265 return implementation.hasFeature(feature,version);
281 return implementation.hasFeature(feature,version);
580 return implementation;
1361 * When set to <code>false</code>, the implementation is free to not
1382 * When set to <code>false</code>, the implementation is free to not
1459 //RAMESH : Pending proper implementation of DOM Level 3
1831 * <code>Node</code> references returned by the implementation reference
1888 * fit in a <code>DOMString</code> variable on the implementation
1938 * fit in a <code>DOMString</code> variable on the implementation
[all...]
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h79 @property(readonly, retain) DOMImplementation *implementation; variable
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp686 DOMImplementation* Document::implementation() function in class:WebCore::Document
1054 if (!implementation()->hasFeature("XML", String())) {
1069 if (!implementation()->hasFeature("XML", String())) {
2889 // Spec says cloning Document nodes is "implementation dependent"
4488 // This can occur via document.implementation.createDocument().
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1040 milliseconds