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

1 2 3 4 5 6 7 891011>>

  /external/proguard/src/proguard/classfile/attribute/
LineNumberTableAttribute.java 21 package proguard.classfile.attribute;
24 import proguard.classfile.attribute.visitor.*;
27 * This Attribute represents a line number table attribute.
31 public class LineNumberTableAttribute extends Attribute
80 // Implementations for Attribute.
LocalVariableTableAttribute.java 21 package proguard.classfile.attribute;
24 import proguard.classfile.attribute.visitor.*;
27 * This Attribute represents a local variable table attribute.
31 public class LocalVariableTableAttribute extends Attribute
59 // Implementations for Attribute.
LocalVariableTypeTableAttribute.java 21 package proguard.classfile.attribute;
24 import proguard.classfile.attribute.visitor.*;
27 * This Attribute represents a local variable table type attribute.
31 public class LocalVariableTypeTableAttribute extends Attribute
59 // Implementations for Attribute.
SignatureAttribute.java 21 package proguard.classfile.attribute;
24 import proguard.classfile.attribute.visitor.AttributeVisitor;
28 * This Attribute represents a signature attribute.
32 public class SignatureAttribute extends Attribute
84 // Implementations for Attribute.
UnknownAttribute.java 21 package proguard.classfile.attribute;
25 import proguard.classfile.attribute.visitor.AttributeVisitor;
28 * This Attribute represents an unknown attribute.
32 public class UnknownAttribute extends Attribute
61 // Implementations for Attribute.
  /external/proguard/src/proguard/classfile/attribute/preverification/
StackMapAttribute.java 21 package proguard.classfile.attribute.preverification;
24 import proguard.classfile.attribute.*;
25 import proguard.classfile.attribute.preverification.visitor.StackMapFrameVisitor;
26 import proguard.classfile.attribute.visitor.AttributeVisitor;
29 * This Attribute represents an exceptions attribute.
33 public class StackMapAttribute extends Attribute
69 // Implementations for Attribute.
  /external/proguard/src/proguard/obfuscate/
SourceFileRenamer.java 24 import proguard.classfile.attribute.*;
25 import proguard.classfile.attribute.visitor.AttributeVisitor;
67 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
72 // Fix the source file attribute.
80 // Fix the source file attribute.
  /external/proguard/src/proguard/optimize/info/
CatchExceptionMarker.java 24 import proguard.classfile.attribute.*;
25 import proguard.classfile.attribute.visitor.AttributeVisitor;
39 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
  /external/webkit/Source/WebCore/html/
HTMLAreaElement.h 53 virtual void parseMappedAttribute(Attribute*);
HTMLHtmlElement.cpp 54 bool HTMLHtmlElement::isURLAttribute(Attribute* attribute) const
56 return attribute->name() == manifestAttr;
HTMLIsIndexElement.cpp 28 #include "Attribute.h"
52 void HTMLIsIndexElement::parseMappedAttribute(Attribute* attr)
HTMLMeterElement.h 69 virtual void parseMappedAttribute(Attribute*);
HTMLPreElement.cpp 26 #include "Attribute.h"
54 void HTMLPreElement::parseMappedAttribute(Attribute* attr)
59 // multiply by the value of the attribute and then set that as the width CSS
HTMLTableCaptionElement.cpp 28 #include "Attribute.h"
57 void HTMLTableCaptionElement::parseMappedAttribute(Attribute* attr)
HTMLUListElement.cpp 26 #include "Attribute.h"
60 void HTMLUListElement::parseMappedAttribute(Attribute* attr)
  /external/webkit/Source/WebCore/html/parser/
XSSFilter.h 70 String snippetForAttribute(const HTMLToken&, const HTMLToken::Attribute&);
  /external/webkit/Source/WebCore/svg/
SVGAElement.h 51 virtual void parseMappedAttribute(Attribute*);
SVGAnimateMotionElement.h 39 virtual void parseMappedAttribute(Attribute*);
SVGAnimateTransformElement.h 45 virtual void parseMappedAttribute(Attribute*);
SVGFEDiffuseLightingElement.h 42 virtual void parseMappedAttribute(Attribute*);
SVGFEImageElement.h 51 virtual void parseMappedAttribute(Attribute*);
SVGFELightElement.h 42 virtual void parseMappedAttribute(Attribute*);
SVGFESpecularLightingElement.h 41 virtual void parseMappedAttribute(Attribute*);
SVGFETurbulenceElement.h 46 virtual void parseMappedAttribute(Attribute*);
SVGForeignObjectElement.h 45 virtual void parseMappedAttribute(Attribute*);

Completed in 805 milliseconds

1 2 3 4 5 6 7 891011>>