Searched refs:hasFeature (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMImplementation.idl29 boolean hasFeature(DOMString feature, DOMString? version);
H A DDOMImplementation.h57 static bool hasFeature(const String& feature, const String& version);
H A DDOMImplementation.cpp172 bool DOMImplementation::hasFeature(const String& feature, const String& version) function in class:blink::DOMImplementation
185 if (!hasFeature(feature, version)) {
/external/chromium_org/remoting/webapp/
H A Dclient_plugin_impl.js579 remoting.ClientPluginImpl.prototype.hasFeature = function(feature) {
582 "hasFeature() is called before the plugin is initialized.");
723 if (!this.hasFeature(remoting.ClientPlugin.Feature.SEND_CLIPBOARD_ITEM))
739 if (this.hasFeature(remoting.ClientPlugin.Feature.NOTIFY_CLIENT_RESOLUTION)) {
756 if (this.hasFeature(remoting.ClientPlugin.Feature.VIDEO_CONTROL)) {
759 } else if (this.hasFeature(remoting.ClientPlugin.Feature.PAUSE_VIDEO)) {
772 if (!this.hasFeature(remoting.ClientPlugin.Feature.PAUSE_AUDIO)) {
786 if (!this.hasFeature(remoting.ClientPlugin.Feature.VIDEO_CONTROL)) {
800 if (!this.hasFeature(remoting.ClientPlugin.Feature.VIDEO_CONTROL)) {
814 if (!this.hasFeature(remotin
[all...]
H A Dhost_controller.js84 * Set of features for which hasFeature() can be used to test.
98 remoting.HostController.prototype.hasFeature = function(feature, callback) {
101 this.hostDaemonFacade_.hasFeature(feature, callback);
318 * @param {boolean} hasFeature
321 hostName, privateKey, publicKey, hasFeature) {
322 if (hasFeature) {
338 that.hasFeature(
H A Dclient_plugin.js112 remoting.ClientPlugin.prototype.hasFeature = function(feature) {};
270 * Set of features for which hasFeature() can be used to test.
H A Dclient_session.js496 if (!this.plugin_.hasFeature(
506 if (this.plugin_.hasFeature(remoting.ClientPlugin.Feature.REMAP_KEY)) {
514 this.plugin_.hasFeature(
881 if (this.plugin_.hasFeature(remoting.ClientPlugin.Feature.THIRD_PARTY_AUTH)) {
893 } else if (this.plugin_.hasFeature(
H A Dhost_daemon_facade.js98 remoting.HostDaemonFacade.prototype.hasFeature = function(feature, onDone) {
H A Dremoting.js320 remoting.hostController.hasFeature(
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGTests.cpp57 if (it->isEmpty() || !DOMImplementation::hasFeature(*it, String()))
/external/clang/lib/Basic/
H A DModule.cpp59 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, function
70 .Default(Target.hasFeature(Feature));
85 if (hasFeature(Current->Requirements[I].first, LangOpts, Target) !=
162 if (hasFeature(Feature, LangOpts, Target) == RequiredState)
H A DTargets.cpp789 bool hasFeature(StringRef Feature) const override;
1127 bool PPCTargetInfo::hasFeature(StringRef Feature) const {
1366 bool hasFeature(StringRef Feature) const override {
1886 bool hasFeature(StringRef Feature) const override;
2875 bool X86TargetInfo::hasFeature(StringRef Feature) const {
3801 bool hasFeature(StringRef Feature) const override {
4436 virtual bool hasFeature(StringRef Feature) const {
4702 bool hasFeature(StringRef Feature) const override {
4849 bool hasFeature(StringRef Feature) const override {
5162 bool hasFeature(StringRe
[all...]
/external/chromium_org/remoting/webapp/browser_test/
H A Dmock_client_plugin.js96 remoting.MockClientPlugin.prototype.hasFeature = function(feature) {
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3TreeWalker.java251 && ownerDoc.getImplementation().hasFeature("Core", "3.0")) {
257 .hasFeature("Core", "3.0")) {
326 && ownerDoc.getImplementation().hasFeature("Core", "3.0")) {
332 .hasFeature("Core", "3.0")) {
H A DLSSerializerImpl.java1383 if (doc != null && doc.getImplementation().hasFeature("Core","3.0")) {
1415 if (doc != null && doc.getImplementation().hasFeature("Core","3.0")) {
1444 if (doc != null && doc.getImplementation().hasFeature("Core","3.0")) {
/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.h706 virtual bool hasFeature(StringRef Feature) const { function in class:clang::TargetInfo
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMHelper.java1036 if(impl!=null && impl.hasFeature("Core","2.0"))
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/clang/lib/Sema/
H A DSemaType.cpp4794 if (!S.Context.getTargetInfo().hasFeature("neon")) {
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/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/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 6335 milliseconds

12