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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMImplementation.cpp170 bool DOMImplementation::hasFeature(const String& feature, const String& version) function in class:WebCore::DOMImplementation
/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/chromium_org/remoting/webapp/
H A Dhost_dispatcher.js82 remoting.HostDispatcher.prototype.hasFeature = function(
87 this.hasFeature.bind(this, feature, onDone));
90 onDone(this.nativeMessagingHost_.hasFeature(feature));
H A Dhost_native_messaging.js156 remoting.HostNativeMessaging.prototype.hasFeature = function(feature) {
H A Dclient_plugin_async.js375 remoting.ClientPluginAsync.prototype.hasFeature = function(feature) {
378 "hasFeature() is called before the plugin is initialized.");
510 if (!this.hasFeature(remoting.ClientPlugin.Feature.SEND_CLIPBOARD_ITEM))
526 if (this.hasFeature(remoting.ClientPlugin.Feature.NOTIFY_CLIENT_RESOLUTION)) {
543 if (!this.hasFeature(remoting.ClientPlugin.Feature.PAUSE_VIDEO))
556 if (!this.hasFeature(remoting.ClientPlugin.Feature.PAUSE_AUDIO))
569 if (!this.hasFeature(remoting.ClientPlugin.Feature.ASYNC_PIN)) {
581 if (!this.hasFeature(remoting.ClientPlugin.Feature.ASYNC_PIN)) {
610 if (!this.hasFeature(remoting.ClientPlugin.Feature.PINLESS_AUTH)) {
626 if (!this.hasFeature(remotin
[all...]
H A Dclient_plugin.js55 * Set of features for which hasFeature() can be used to test.
77 remoting.ClientPlugin.prototype.hasFeature = function(feature) {};
H A Dhost_controller.js61 * Set of features for which hasFeature() can be used to test.
75 remoting.HostController.prototype.hasFeature = function(feature, callback) {
78 this.hostDispatcher_.hasFeature(feature, callback);
274 * @param {boolean} hasFeature
277 hostName, privateKey, publicKey, hasFeature) {
278 if (hasFeature) {
294 that.hasFeature(
/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.h694 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/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 497 milliseconds