HomeSort by relevance Sort by last modified time
    Searched refs:feature (Results 76 - 100 of 245) sorted by null

1 2 34 5 6 7 8 910

  /external/webkit/LayoutTests/dom/html/level1/core/
hc_domimplementationfeaturexml.js 80 DOMImplementation object whose "hasFeature(feature,
81 version)" method is invoked with "feature" equal to "html" or "xml".
selfhtml.js 353 HTMLBuilder.prototype.hasFeature = function(feature, version) {
354 return document.implementation.hasFeature(feature, version);
525 function checkFeature(feature, version)
527 if (!builder.hasFeature(feature, version))
532 builder.initializationError = "builder does not support feature " + feature + " version " + version;
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_domimplementationfeaturenoversion.js 80 DOMImplementation object whose "hasFeature(feature,
83 feature will cause the method to return "true".
hc_domimplementationfeaturenull.js 81 DOMImplementation object whose "hasFeature(feature,
84 feature will cause the method to return "true".
hc_domimplementationfeaturexml.js 80 DOMImplementation object whose "hasFeature(feature,
81 version)" method is invoked with "feature" equal to "html" or "xml".
selfxhtml.js 361 HTMLBuilder.prototype.hasFeature = function(feature, version) {
362 return document.implementation.hasFeature(feature, version);
531 function checkFeature(feature, version)
533 if (!builder.hasFeature(feature, version))
538 builder.initializationError = "builder does not support feature " + feature + " version " + version;
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentnormalizedocument11.js 82 The feature namespace-declarations when set to false, discards all namespace declaration attributes,
85 Set the normalization feature "namespace-declarations" to false, invoke normalizeDocument and verify
  /external/webkit/Source/WebCore/dom/
Node.idl 84 [OldStyleObjC] boolean isSupported(in DOMString feature,
119 DOMObject getFeature(in DOMString feature,
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java     [all...]
  /external/e2fsprogs/debugfs/
debug_cmds.ct 17 feature, features;
  /external/libnl-headers/
netlink-local.h 151 dst->rs_feature = src->feature;
161 dst->feature = src->rs_feature;
  /external/webkit/Tools/QtTestBrowser/
webpage.cpp 53 connect(this, SIGNAL(featurePermissionRequested(QWebFrame*, QWebPage::Feature)), this, SLOT(requestPermission(QWebFrame*, QWebPage::Feature)));
54 connect(this, SIGNAL(featurePermissionRequestCanceled(QWebFrame*, QWebPage::Feature)), this, SLOT(featurePermissionRequestCanceled(QWebFrame*, QWebPage::Feature)));
176 void WebPage::requestPermission(QWebFrame* frame, QWebPage::Feature feature)
178 setFeaturePermission(frame, feature, PermissionGrantedByUser);
181 void WebPage::featurePermissionRequestCanceled(QWebFrame*, QWebPage::Feature)
  /external/webkit/Tools/wx/build/
build_utils.py 70 for feature in features:
71 relpath = os.path.join(adir, feature)
  /frameworks/base/core/java/android/net/
EthernetDataTracker.java 264 * begin using the named feature. The interpretation of {@code feature}
266 * @param feature the name of the feature to be used
271 * implementation+feature combination, except that the value {@code -1}
275 public int startUsingNetworkFeature(String feature, int callingPid, int callingUid) {
281 * using the named feature. The interpretation of {@code feature}
283 * @param feature the name of the feature that is no longer needed
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTest.java 63 public boolean hasFeature(String feature, String version) {
64 return factory.hasFeature(feature, version);
LSDocumentBuilderFactory.java 353 * Determines if the implementation supports the specified feature
354 * @param feature Feature
356 * @return true if implementation supports the feature
358 public boolean hasFeature(String feature, String version) {
359 return getDOMImplementation().hasFeature(feature, version);
XercesHTML2DocumentBuilderFactory.java 218 public boolean hasFeature(String feature, String version) {
219 return domImpl.hasFeature(feature, version);
XercesHTMLDocumentBuilderFactory.java 218 public boolean hasFeature(String feature, String version) {
219 return domImpl.hasFeature(feature, version);
  /packages/apps/Browser/src/com/android/browser/preferences/
WebsiteSettingsFragment.java 75 // They must be consecutive. To add a new feature, add a new FEATURE_XXX
90 public void addFeature(int feature) {
91 mFeatures |= (1 << feature);
94 public void removeFeature(int feature) {
95 mFeatures &= ~(1 << feature);
98 public boolean hasFeature(int feature) {
99 return (mFeatures & (1 << feature)) != 0;
114 * Gets the ID of the nth (zero-based) feature supported by this site.
115 * The return value is a feature ID - one of the FEATURE_XXX values.
116 * This is required to determine which feature is displayed at a give
    [all...]
  /packages/apps/Mms/src/com/android/mms/dom/
NodeImpl.java 161 public boolean isSupported(String feature, String version) {
261 public Object getFeature(String feature, String version) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockXmlNode.java 212 public Object getFeature(String feature, String version) {
241 public boolean isSupported(String feature, String version) {
  /cts/tools/host/src/com/android/cts/
TestSessionLog.java 93 static final String TAG_FEATURE = "Feature";
430 * <Feature name="android.name.of.feature" available="true" />
436 * @param deviceInfo to get the feature data from
452 Node feature = document.createElement(TAG_FEATURE); local
453 featureInfo.appendChild(feature);
455 setAttribute(document, feature, ATTRIBUTE_NAME, nameTypeAvailability[0]);
456 setAttribute(document, feature, ATTRIBUTE_TYPE, nameTypeAvailability[1]);
457 setAttribute(document, feature, ATTRIBUTE_AVAILABLE, nameTypeAvailability[2]);
  /external/webkit/LayoutTests/dom/html/level2/core/
selfhtml.js 353 HTMLBuilder.prototype.hasFeature = function(feature, version) {
354 return document.implementation.hasFeature(feature, version);
525 function checkFeature(feature, version)
527 if (!builder.hasFeature(feature, version))
532 builder.initializationError = "builder does not support feature " + feature + " version " + version;
  /external/webkit/LayoutTests/dom/html/level2/events/
selfhtml.js 353 HTMLBuilder.prototype.hasFeature = function(feature, version) {
354 return document.implementation.hasFeature(feature, version);
525 function checkFeature(feature, version)
527 if (!builder.hasFeature(feature, version))
532 builder.initializationError = "builder does not support feature " + feature + " version " + version;
  /external/webkit/LayoutTests/dom/html/level2/html/
selfhtml.js 353 HTMLBuilder.prototype.hasFeature = function(feature, version) {
354 return document.implementation.hasFeature(feature, version);
525 function checkFeature(feature, version)
527 if (!builder.hasFeature(feature, version))
532 builder.initializationError = "builder does not support feature " + feature + " version " + version;

Completed in 1035 milliseconds

1 2 34 5 6 7 8 910