HomeSort by relevance Sort by last modified time
    Searched refs:attribute (Results 601 - 625 of 1970) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMException.idl 33 readonly attribute unsigned short code;
34 readonly attribute DOMString name;
35 readonly attribute DOMString message;
DOMStringList.idl 28 readonly attribute unsigned long length;
NodeList.idl 29 readonly attribute unsigned long length;
WebKitNamedFlowCollection.idl 35 readonly attribute unsigned long length;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeLayoutParamsMapAttributes.java 26 * An implementation of the {@link AttributeSet} interface on top of a map of attribute in the form
79 public int getAttributeListValue(String namespace, String attribute,
85 public boolean getAttributeBooleanValue(String namespace, String attribute,
91 public int getAttributeResourceValue(String namespace, String attribute,
97 public int getAttributeIntValue(String namespace, String attribute,
103 public int getAttributeUnsignedIntValue(String namespace, String attribute,
109 public float getAttributeFloatValue(String namespace, String attribute,
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementHasAttributeNS.java 32 * The method hasAttributeNS returns true when an attribute with a given local
37 * check if it has the xmlns attribute that belongs to the namespace
90 Attr attribute; local
94 attribute = doc.createAttributeNS("http://www.w3.org/DOM", "domestic");
95 element.setAttributeNode(attribute);
103 Attr attribute; local
110 attribute = doc.createAttributeNS(nullNS, "domestic");
111 element.setAttributeNode(attribute);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Bastion.py 52 get - a function that gets the attribute value (by name)
71 """Get an as-yet undefined attribute value.
75 that the next time the same attribute is requested,
82 attribute = self._get_(name)
83 self.__dict__[name] = attribute
84 return attribute
107 # It is clear that the real work (getting the attribute
120 attribute = getattr(object, name)
121 if type(attribute) == MethodType:
122 return attribute
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Bastion.py 52 get - a function that gets the attribute value (by name)
71 """Get an as-yet undefined attribute value.
75 that the next time the same attribute is requested,
82 attribute = self._get_(name)
83 self.__dict__[name] = attribute
84 return attribute
107 # It is clear that the real work (getting the attribute
120 attribute = getattr(object, name)
121 if type(attribute) == MethodType:
122 return attribute
    [all...]
  /external/chromium_org/net/cert/
x509_cert_types_win.cc 35 // Converts the value for |attribute| to an UTF-8 string, storing the result
37 bool GetAttributeValue(PCERT_RDN_ATTR attribute,
39 DWORD chars_needed = CertRDNValueToStrW(attribute->dwValueType,
40 &attribute->Value, NULL, 0);
52 attribute->dwValueType, &attribute->Value,
63 bool AddTypeValuePair(PCERT_RDN_ATTR attribute,
66 if (strcmp(attribute->pszObjId, kOIDs[oid]) == 0) {
68 if (!GetAttributeValue(attribute, &value))
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSHostRule.idl 23 readonly attribute CSSRuleList cssRules;
CSSStyleDeclaration.idl 25 [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, SetterRaisesException] attribute DOMString cssText;
35 readonly attribute unsigned long length;
39 readonly attribute CSSRule parentRule;
40 [EnabledAtRuntime=CSSVariables] readonly attribute CSSVariablesMap var;
CSSVariablesMap.idl 29 readonly attribute unsigned long size;
StyleSheetList.idl 25 readonly attribute unsigned long length;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SetNodeAttributeCommand.cpp 35 const QualifiedName& attribute, const AtomicString& value)
38 , m_attribute(attribute)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.idl 28 readonly attribute SVGElement targetElement;
  /external/chromium_org/third_party/WebKit/Source/core/workers/
SharedWorker.idl 39 readonly attribute MessagePort port;
Worker.idl 35 attribute EventHandler onmessage;
  /external/chromium_org/third_party/WebKit/Source/modules/encoding/
TextEncoder.idl 37 readonly attribute DOMString encoding;
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeys.idl 34 readonly attribute DOMString keySystem;
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechGrammarList.idl 30 readonly attribute unsigned long length;
  /external/proguard/src/proguard/classfile/attribute/
DeprecatedAttribute.java 21 package proguard.classfile.attribute;
24 import proguard.classfile.attribute.visitor.AttributeVisitor;
27 * This Attribute represents a deprecated attribute.
31 public class DeprecatedAttribute extends Attribute
50 // Implementations for Attribute.
ExceptionsAttribute.java 21 package proguard.classfile.attribute;
24 import proguard.classfile.attribute.visitor.AttributeVisitor;
28 * This Attribute represents an exceptions attribute.
32 public class ExceptionsAttribute extends Attribute
60 // Implementations for Attribute.
InnerClassesAttribute.java 21 package proguard.classfile.attribute;
24 import proguard.classfile.attribute.visitor.*;
27 * This Attribute represents an inner classes attribute.
31 public class InnerClassesAttribute extends Attribute
60 // Implementations for Attribute.
SyntheticAttribute.java 21 package proguard.classfile.attribute;
24 import proguard.classfile.attribute.visitor.AttributeVisitor;
27 * This Attribute represents a synthetic attribute.
31 public class SyntheticAttribute extends Attribute
50 // Implementations for Attribute.
  /external/proguard/src/proguard/classfile/attribute/annotation/
AnnotationElementValue.java 21 package proguard.classfile.attribute.annotation;
24 import proguard.classfile.attribute.annotation.visitor.*;

Completed in 944 milliseconds

<<21222324252627282930>>