Searched defs:isSupported (Results 1 - 25 of 25) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
H A DXPathExpressionImpl.java177 if ( !isSupported ( returnType ) ) {
282 if ( !isSupported ( returnType ) ) {
328 private boolean isSupported( QName returnType ) { method in class:XPathExpressionImpl
365 // If isSupported check is already done then the execution path
H A DXPathImpl.java272 if ( !isSupported ( returnType ) ) {
301 private boolean isSupported( QName returnType ) { method in class:XPathImpl
465 if ( !isSupported ( returnType ) ) {
/external/webkit/Source/WebCore/svg/
H A DSVGElement.cpp106 bool SVGElement::isSupported(StringImpl* feature, StringImpl* version) const function in class:WebCore::SVGElement
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java77 public boolean isSupported(String feature, String version) {return false;} method in class:DOM2DTMdefaultNamespaceDeclarationNode
188 return isSupported(feature, version) ? this : null;
/external/webkit/Source/WebKit/win/
H A DDOMCoreClasses.h190 virtual HRESULT STDMETHODCALLTYPE isSupported(
414 virtual HRESULT STDMETHODCALLTYPE isSupported( function in class:DOMDocument
417 /* [retval][out] */ BOOL* result) { return DOMNode::isSupported(feature, version, result); }
645 virtual HRESULT STDMETHODCALLTYPE isSupported( function in class:DOMElement
648 /* [retval][out] */ BOOL* result) { return DOMNode::isSupported(feature, version, result); }
H A DDOMCoreClasses.cpp307 HRESULT STDMETHODCALLTYPE DOMNode::isSupported( function in class:DOMNode
H A DDOMHTMLClasses.h270 virtual HRESULT STDMETHODCALLTYPE isSupported( function in class:DOMHTMLDocument
273 /* [retval][out] */ BOOL *result) { return DOMDocument::isSupported(feature, version, result); }
544 virtual HRESULT STDMETHODCALLTYPE isSupported( function in class:DOMHTMLElement
547 /* [retval][out] */ BOOL *result) { return DOMElement::isSupported(feature, version, result); }
803 virtual HRESULT STDMETHODCALLTYPE isSupported( function in class:DOMHTMLFormElement
806 /* [retval][out] */ BOOL *result) { return DOMHTMLElement::isSupported(feature, version, result); }
1108 virtual HRESULT STDMETHODCALLTYPE isSupported( function in class:DOMHTMLSelectElement
1111 /* [retval][out] */ BOOL *result) { return DOMHTMLElement::isSupported(feature, version, result); }
1432 virtual HRESULT STDMETHODCALLTYPE isSupported( function in class:DOMHTMLOptionElement
1435 /* [retval][out] */ BOOL *result) { return DOMHTMLElement::isSupported(featur
1730 virtual HRESULT STDMETHODCALLTYPE isSupported( function in class:DOMHTMLInputElement
2140 virtual HRESULT STDMETHODCALLTYPE isSupported( function in class:DOMHTMLTextAreaElement
2465 virtual HRESULT STDMETHODCALLTYPE isSupported( function in class:DOMHTMLIFrameElement
[all...]
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontPlatformData.cpp81 bool isSupported() const { return m_exists; } function in class:WebCore::FontFamilyChecker
209 if (FontFamilyChecker(L"Tahoma").isSupported())
348 if (!equalIgnoringCase(family, defaultFontFamily()) && !FontFamilyChecker(family.charactersWithNullTermination()).isSupported()) {
483 static bool exists = FontFamilyChecker(songTiStr).isSupported();
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemLiteralResult.java974 public boolean isSupported(String feature, String version) method in class:ElemLiteralResult.Attribute
1102 return isSupported(feature, version) ? this : null;
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTM.java567 public boolean isSupported(String feature, String version); method in interface:DTM
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java713 public boolean isSupported(String feature, String version) method in class:UnImplNode
1253 return isSupported(feature, version) ? this : null;
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBase.java1904 public boolean isSupported(String feature, String version) method in class:DTMDefaultBase
H A DDTMDocumentImpl.java1765 public boolean isSupported(String feature, String version) {return false;} method in class:DTMDocumentImpl
H A DDTMNodeProxy.java254 * but was renamed isSupported. It's present here only because it's
279 public final boolean isSupported(String feature, String version) method in class:DTMNodeProxy
1503 return isSupported(feature, version) ? this : null;
/external/webkit/Source/WebCore/editing/
H A DEditorCommand.cpp1640 if (!isSupported() || !m_frame || !m_command->allowExecutionWhenDisabled)
1652 bool Editor::Command::isSupported() const function in class:WebCore::Editor::Command
1669 if (!isSupported() || !m_frame)
1676 if (!isSupported() || !m_frame)
1683 if (!isSupported() || !m_frame)
/external/webkit/Source/WebCore/dom/
H A DNode.cpp133 bool Node::isSupported(const String& feature, const String& version) function in class:WebCore::Node
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.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/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 697 milliseconds