HomeSort by relevance Sort by last modified time
    Searched refs:isPresentationAttribute (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLPreElement.h 38 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
HTMLUListElement.h 38 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
HTMLPreElement.cpp 42 bool HTMLPreElement::isPresentationAttribute(const QualifiedName& name) const
46 return HTMLElement::isPresentationAttribute(name);
HTMLUListElement.cpp 40 bool HTMLUListElement::isPresentationAttribute(const QualifiedName& name) const
44 return HTMLElement::isPresentationAttribute(name);
HTMLBRElement.h 41 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
HTMLFontElement.h 41 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
HTMLHRElement.h 40 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
HTMLLIElement.h 39 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
HTMLTablePartElement.h 42 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
HTMLBRElement.cpp 42 bool HTMLBRElement::isPresentationAttribute(const QualifiedName& name) const
46 return HTMLElement::isPresentationAttribute(name);
HTMLEmbedElement.h 41 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
HTMLIFrameElement.h 41 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
HTMLMarqueeElement.h 54 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
HTMLOListElement.h 57 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
HTMLTableColElement.h 47 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
HTMLOListElement.cpp 47 bool HTMLOListElement::isPresentationAttribute(const QualifiedName& name) const
51 return HTMLElement::isPresentationAttribute(name);
HTMLTableColElement.cpp 45 bool HTMLTableColElement::isPresentationAttribute(const QualifiedName& name) const
49 return HTMLTablePartElement::isPresentationAttribute(name);
HTMLBodyElement.h 52 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
HTMLDialogElement.h 67 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
HTMLTableCellElement.h 58 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
HTMLHRElement.cpp 43 bool HTMLHRElement::isPresentationAttribute(const QualifiedName& name) const
47 return HTMLElement::isPresentationAttribute(name);
HTMLLIElement.cpp 43 bool HTMLLIElement::isPresentationAttribute(const QualifiedName& name) const
47 return HTMLElement::isPresentationAttribute(name);
HTMLTablePartElement.cpp 43 bool HTMLTablePartElement::isPresentationAttribute(const QualifiedName& name) const
47 return HTMLElement::isPresentationAttribute(name);
HTMLDialogElement.cpp 187 bool HTMLDialogElement::isPresentationAttribute(const QualifiedName& name) const
194 return HTMLElement::isPresentationAttribute(name);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGForeignObjectElement.h 46 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;

Completed in 86 milliseconds

1 2 3