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

<<11121314151617181920>>

  /external/proguard/src/proguard/classfile/editor/
VariableEditor.java 24 import proguard.classfile.attribute.*;
25 import proguard.classfile.attribute.visitor.AttributeVisitor;
93 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
VariableSizeUpdater.java 24 import proguard.classfile.attribute.*;
25 import proguard.classfile.attribute.visitor.AttributeVisitor;
50 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
  /external/proguard/src/proguard/obfuscate/
AttributeShrinker.java 24 import proguard.classfile.attribute.*;
25 import proguard.classfile.attribute.visitor.AttributeVisitor;
81 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
NameAndTypeUsageMarker.java 24 import proguard.classfile.attribute.*;
25 import proguard.classfile.attribute.visitor.AttributeVisitor;
94 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
  /external/proguard/src/proguard/optimize/info/
VariableUsageMarker.java 24 import proguard.classfile.attribute.*;
25 import proguard.classfile.attribute.visitor.AttributeVisitor;
55 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
  /external/proguard/src/proguard/optimize/peephole/
PeepholeOptimizer.java 24 import proguard.classfile.attribute.*;
25 import proguard.classfile.attribute.visitor.AttributeVisitor;
33 * (optional) branch target finder and code attribute editor.
48 * @param codeAttributeEditor the code attribute editor that will be reset
52 * attribute editor.
65 * @param codeAttributeEditor the code attribute editor that will be reset
69 * attribute editor.
83 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
94 // Set up the code attribute editor
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLBRElement.cpp 26 #include "Attribute.h"
61 void HTMLBRElement::parseMappedAttribute(Attribute* attr)
HTMLDivElement.cpp 26 #include "Attribute.h"
60 void HTMLDivElement::parseMappedAttribute(Attribute* attr)
HTMLEmbedElement.cpp 27 #include "Attribute.h"
88 void HTMLEmbedElement::parseMappedAttribute(Attribute* attr)
111 // that this rarely-used attribute won't work properly if you remove it.
133 Attribute* it = attributes->attributeItem(i);
250 void HTMLEmbedElement::attributeChanged(Attribute* attr, bool preserveDecls)
263 bool HTMLEmbedElement::isURLAttribute(Attribute* attr) const
HTMLFrameElement.cpp 27 #include "Attribute.h"
83 void HTMLFrameElement::parseMappedAttribute(Attribute* attr)
93 // never reset m_noResize to false if the attribute is removed.
HTMLFrameSetElement.h 71 virtual void parseMappedAttribute(Attribute*);
HTMLMetaElement.cpp 26 #include "Attribute.h"
54 void HTMLMetaElement::parseMappedAttribute(Attribute* attr)
HTMLOListElement.cpp 26 #include "Attribute.h"
63 void HTMLOListElement::parseMappedAttribute(Attribute* attr)
HTMLOptionElement.h 78 virtual void parseMappedAttribute(Attribute*);
HTMLParagraphElement.cpp 26 #include "Attribute.h"
56 void HTMLParagraphElement::parseMappedAttribute(Attribute* attr)
HTMLTableColElement.cpp 28 #include "Attribute.h"
60 void HTMLTableColElement::parseMappedAttribute(Attribute* attr)
HTMLTrackElement.cpp 121 bool HTMLTrackElement::isURLAttribute(Attribute* attribute) const
123 return attribute->name() == srcAttr;
  /external/webkit/Source/WebCore/svg/
SVGFEConvolveMatrixElement.h 44 virtual void parseMappedAttribute(Attribute*);
SVGFEMergeNodeElement.cpp 26 #include "Attribute.h"
47 void SVGFEMergeNodeElement::parseMappedAttribute(Attribute* attr)
SVGFETileElement.cpp 26 #include "Attribute.h"
47 void SVGFETileElement::parseMappedAttribute(Attribute* attr)
SVGFilterElement.h 53 virtual void parseMappedAttribute(Attribute*);
SVGFilterPrimitiveStandardAttributes.h 51 virtual void parseMappedAttribute(Attribute*);
63 inline void primitiveAttributeChanged(const QualifiedName& attribute)
66 static_cast<RenderSVGResourceFilterPrimitive*>(primitiveRenderer)->primitiveAttributeChanged(attribute);
SVGGElement.cpp 46 void SVGGElement::parseMappedAttribute(Attribute* attr)
SVGGlyphElement.h 119 virtual void parseMappedAttribute(Attribute*);
SVGMPathElement.cpp 45 void SVGMPathElement::parseMappedAttribute(Attribute* attr)

Completed in 1144 milliseconds

<<11121314151617181920>>