Searched defs:hasFeature (Results 1 - 17 of 17) sorted by relevance

/external/webkit/Tools/Scripts/webkitperl/
H A Dfeatures.pm65 sub hasFeature($$) subroutine
88 my $hasFeature = hasFeature($feature, $path);
89 if ($required && !$hasFeature) {
90 die "$libraryName at \"$path\" does not include $hasFeature support. See build-webkit --help\n";
92 return $hasFeature;
101 my $hasFeature = hasFeature($featureName, $path);
102 system "rm -f $path" if ($shouldHaveFeature xor $hasFeature);
/external/webkit/Source/WebCore/bindings/objc/
H A DDOMImplementationFront.cpp52 bool DOMImplementationFront::hasFeature(const String& feature, const String& version) const function in class:WebCore::DOMImplementationFront
54 return reinterpret_cast<const DOMImplementation*>(this)->hasFeature(feature, version);
/external/clang/lib/Basic/
H A DModule.cpp54 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, function
65 .Default(Target.hasFeature(Feature));
76 if (!hasFeature(Current->Requires[I], LangOpts, Target)) {
151 if (hasFeature(Feature, LangOpts, Target))
/external/webkit/LayoutTests/dom/html/level1/core/
H A Dselfhtml.js353 HTMLBuilder.prototype.hasFeature = function(feature, version) {
354 return document.implementation.hasFeature(feature, version);
527 if (!builder.hasFeature(feature, version))
/external/webkit/LayoutTests/dom/html/level2/core/
H A Dselfhtml.js353 HTMLBuilder.prototype.hasFeature = function(feature, version) {
354 return document.implementation.hasFeature(feature, version);
527 if (!builder.hasFeature(feature, version))
/external/webkit/LayoutTests/dom/html/level2/events/
H A Dselfhtml.js353 HTMLBuilder.prototype.hasFeature = function(feature, version) {
354 return document.implementation.hasFeature(feature, version);
527 if (!builder.hasFeature(feature, version))
/external/webkit/LayoutTests/dom/html/level2/html/
H A Dselfhtml.js353 HTMLBuilder.prototype.hasFeature = function(feature, version) {
354 return document.implementation.hasFeature(feature, version);
527 if (!builder.hasFeature(feature, version))
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dselfxhtml.js361 HTMLBuilder.prototype.hasFeature = function(feature, version) {
362 return document.implementation.hasFeature(feature, version);
533 if (!builder.hasFeature(feature, version))
/external/webkit/LayoutTests/dom/xhtml/level2/core/
H A Dselfxhtml.js361 HTMLBuilder.prototype.hasFeature = function(feature, version) {
362 return document.implementation.hasFeature(feature, version);
533 if (!builder.hasFeature(feature, version))
/external/webkit/LayoutTests/dom/xhtml/level2/events/
H A Dselfxhtml.js361 HTMLBuilder.prototype.hasFeature = function(feature, version) {
362 return document.implementation.hasFeature(feature, version);
533 if (!builder.hasFeature(feature, version))
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A Dselfxhtml.js361 HTMLBuilder.prototype.hasFeature = function(feature, version) {
362 return document.implementation.hasFeature(feature, version);
533 if (!builder.hasFeature(feature, version))
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dselfxhtml.js361 HTMLBuilder.prototype.hasFeature = function(feature, version) {
362 return document.implementation.hasFeature(feature, version);
533 if (!builder.hasFeature(feature, version))
/external/webkit/Source/WebCore/dom/
H A DDOMImplementation.cpp180 bool DOMImplementation::hasFeature(const String& feature, const String& version) function in class:WebCore::DOMImplementation
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java265 return implementation.hasFeature(feature,version);
281 return implementation.hasFeature(feature,version);
1418 public boolean hasFeature(String feature,String version) method in class:DTMNodeProxy.DTMNodeProxyImplementation
1452 //return hasFeature(feature, version) ? this : null;
/external/clang/include/clang/Basic/
H A DTargetInfo.h682 virtual bool hasFeature(StringRef Feature) const { function in class:clang::TargetInfo
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/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/ ...

Completed in 2704 milliseconds