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

12 3

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFontElement.cpp 176 bool HTMLFontElement::isPresentationAttribute(const QualifiedName& name) const
180 return HTMLElement::isPresentationAttribute(name);
HTMLButtonElement.h 57 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
HTMLFrameSetElement.h 64 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
HTMLVideoElement.h 98 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
HTMLButtonElement.cpp 85 bool HTMLButtonElement::isPresentationAttribute(const QualifiedName& name) const
93 return HTMLFormControlElement::isPresentationAttribute(name);
HTMLEmbedElement.cpp 71 bool HTMLEmbedElement::isPresentationAttribute(const QualifiedName& name) const
75 return HTMLPlugInElement::isPresentationAttribute(name);
HTMLIFrameElement.cpp 47 bool HTMLIFrameElement::isPresentationAttribute(const QualifiedName& name) const
51 return HTMLFrameElementBase::isPresentationAttribute(name);
HTMLMarqueeElement.cpp 65 bool HTMLMarqueeElement::isPresentationAttribute(const QualifiedName& name) const
69 return HTMLElement::isPresentationAttribute(name);
HTMLTableCellElement.cpp 81 bool HTMLTableCellElement::isPresentationAttribute(const QualifiedName& name) const
85 return HTMLTablePartElement::isPresentationAttribute(name);
HTMLTableElement.h 78 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
HTMLImageElement.h 111 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
HTMLObjectElement.h 78 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
HTMLPlugInElement.h 76 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
HTMLTextAreaElement.h 113 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
HTMLFrameSetElement.cpp 57 bool HTMLFrameSetElement::isPresentationAttribute(const QualifiedName& name) const
61 return HTMLElement::isPresentationAttribute(name);
HTMLVideoElement.cpp 107 bool HTMLVideoElement::isPresentationAttribute(const QualifiedName& name) const
111 return HTMLMediaElement::isPresentationAttribute(name);
HTMLElement.h 113 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
HTMLSelectElement.h 152 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGImageElement.h 56 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
SVGTextContentElement.h 72 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE FINAL;
SVGForeignObjectElement.cpp 67 bool SVGForeignObjectElement::isPresentationAttribute(const QualifiedName& name) const
71 return SVGGraphicsElement::isPresentationAttribute(name);
SVGImageElement.cpp 86 bool SVGImageElement::isPresentationAttribute(const QualifiedName& name) const
90 return SVGGraphicsElement::isPresentationAttribute(name);
SVGTextContentElement.cpp 207 bool SVGTextContentElement::isPresentationAttribute(const QualifiedName& name) const
211 return SVGGraphicsElement::isPresentationAttribute(name);
SVGSVGElement.h 127 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
PresentationAttributeStyle.cpp 132 if (!element.isPresentationAttribute(it->name()))

Completed in 1631 milliseconds

12 3