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

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/html/
HTMLHtmlElement.h 43 virtual bool isURLAttribute(Attribute*) const;
HTMLIsIndexElement.h 41 virtual void parseMappedAttribute(Attribute*);
HTMLLIElement.h 39 virtual void parseMappedAttribute(Attribute*);
HTMLLabelElement.h 54 virtual void parseMappedAttribute(Attribute*);
HTMLMetaElement.h 41 virtual void parseMappedAttribute(Attribute*);
HTMLModElement.cpp 42 bool HTMLModElement::isURLAttribute(Attribute* attribute) const
44 return attribute->name() == citeAttr;
HTMLOListElement.h 42 virtual void parseMappedAttribute(Attribute*);
HTMLTableColElement.h 46 virtual void parseMappedAttribute(Attribute*);
HTMLUListElement.h 39 virtual void parseMappedAttribute(Attribute*);
  /external/webkit/Source/WebCore/mathml/
MathMLElement.h 46 virtual void parseMappedAttribute(Attribute*);
  /external/webkit/Source/WebCore/svg/
SVGExternalResourcesRequired.cpp 31 bool SVGExternalResourcesRequired::parseMappedAttribute(Attribute* attr)
SVGFEComponentTransferElement.h 37 virtual void parseMappedAttribute(Attribute*);
SVGFEMergeNodeElement.h 37 virtual void parseMappedAttribute(Attribute*);
  /external/webkit/Source/WebCore/wml/
WMLAccessElement.h 35 virtual void parseMappedAttribute(Attribute*);
WMLBRElement.h 40 virtual void parseMappedAttribute(Attribute*);
WMLMetaElement.h 36 virtual void parseMappedAttribute(Attribute*);
WMLOnEventElement.h 38 virtual void parseMappedAttribute(Attribute*);
WMLPElement.h 39 virtual void parseMappedAttribute(Attribute*);
WMLSetvarElement.h 36 virtual void parseMappedAttribute(Attribute*);
WMLTemplateElement.h 37 virtual void parseMappedAttribute(Attribute*);
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedCharacterIteratorAttributeTest.java 32 AttributedCharacterIterator.Attribute {
52 AttributedCharacterIterator.Attribute {
61 * java.text.AttributedCharacterIterator.Attribute#AttributedCharacterIterator.Attribute(java.lang.String)
63 * java.text.AttributedCharacterIterator.Attribute#AttributedCharacterIterator.Attribute(java.lang.String).
74 * java.text.AttributedCharacterIterator.Attribute#equals(java.lang.Object)
76 * java.text.AttributedCharacterIterator.Attribute#equals(java.lang.Object).
92 AttributedCharacterIterator.Attribute mac4 = mac1;
101 * java.text.AttributedCharacterIterator.Attribute#getName() Test o
    [all...]
  /external/webkit/Source/WebCore/dom/
NamedNodeMap.h 28 #include "Attribute.h"
68 Attribute* attributeItem(unsigned index) const { return m_attributes[index].get(); }
69 Attribute* getAttributeItem(const QualifiedName&) const;
71 void copyAttributesToVector(Vector<RefPtr<Attribute> >&);
77 void insertAttribute(PassRefPtr<Attribute> newAttribute, bool allowDuplicates)
92 void addAttribute(PassRefPtr<Attribute>);
114 Attribute* getAttributeItem(const String& name, bool shouldIgnoreAttributeCase) const;
115 Attribute* getAttributeItemSlowCase(const String& name, bool shouldIgnoreAttributeCase) const;
122 Vector<RefPtr<Attribute> > m_attributes;
126 inline Attribute* NamedNodeMap::getAttributeItem(const QualifiedName& name) cons
    [all...]
NamedNodeMap.cpp 59 Attribute* a = getAttributeItem(name, shouldIgnoreAttributeCase(m_element));
73 Attribute* a = getAttributeItem(name, shouldIgnoreAttributeCase(m_element));
89 Attribute* a = getAttributeItem(name);
103 // Not mentioned in spec: throw a HIERARCHY_REQUEST_ERROR if the user passes in a non-attribute node
110 Attribute* a = attr->attr();
111 Attribute* old = getAttributeItem(a->name());
115 // INUSE_ATTRIBUTE_ERR: Raised if arg is an Attr that is already an attribute of another Element object.
125 // ### slightly inefficient - resizes attribute array twice.
142 // if the attribute is not found, but at this level we have to throw NOT_FOUND_ERR
146 Attribute* a = getAttributeItem(name)
244 RefPtr<Attribute> attribute = prpAttribute; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
AttributeScope.java 82 /** The list of Attribute objects */
83 protected LinkedHashMap<String,Attribute> attributes = new LinkedHashMap();
109 * pull them apart and create an Attribute for each one. Add to
119 * separator=';'. It results in two Attribute objects.
125 Attribute attr = new Attribute(a);
138 attributes.put(name, new Attribute(name,decl));
141 /** Given @scope::name {action} define it for this attribute scope. Later,
158 public Attribute getAttribute(String name) {
159 return (Attribute)attributes.get(name)
    [all...]
  /external/proguard/src/proguard/classfile/
ProgramField.java 23 import proguard.classfile.attribute.visitor.AttributeVisitor;
24 import proguard.classfile.attribute.Attribute;
58 Attribute[] attributes,

Completed in 462 milliseconds

1 2 34 5 6 7 8 91011>>