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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/html/
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.cpp 42 bool HTMLBRElement::isPresentationAttribute(const QualifiedName& name) const
46 return HTMLElement::isPresentationAttribute(name);
HTMLTablePartElement.cpp 43 bool HTMLTablePartElement::isPresentationAttribute(const QualifiedName& name) const
47 return HTMLElement::isPresentationAttribute(name);
HTMLHRElement.cpp 43 bool HTMLHRElement::isPresentationAttribute(const QualifiedName& name) const
47 return HTMLElement::isPresentationAttribute(name);
HTMLFrameSetElement.cpp 57 bool HTMLFrameSetElement::isPresentationAttribute(const QualifiedName& name) const
61 return HTMLElement::isPresentationAttribute(name);
HTMLIFrameElement.cpp 47 bool HTMLIFrameElement::isPresentationAttribute(const QualifiedName& name) const
51 return HTMLFrameElementBase::isPresentationAttribute(name);
HTMLLIElement.cpp 43 bool HTMLLIElement::isPresentationAttribute(const QualifiedName& name) const
47 return HTMLElement::isPresentationAttribute(name);
HTMLMarqueeElement.cpp 65 bool HTMLMarqueeElement::isPresentationAttribute(const QualifiedName& name) const
69 return HTMLElement::isPresentationAttribute(name);
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);
HTMLDialogElement.cpp 187 bool HTMLDialogElement::isPresentationAttribute(const QualifiedName& name) const
194 return HTMLElement::isPresentationAttribute(name);
HTMLEmbedElement.cpp 71 bool HTMLEmbedElement::isPresentationAttribute(const QualifiedName& name) const
75 return HTMLPlugInElement::isPresentationAttribute(name);
HTMLButtonElement.cpp 85 bool HTMLButtonElement::isPresentationAttribute(const QualifiedName& name) const
93 return HTMLFormControlElement::isPresentationAttribute(name);
HTMLTableCellElement.cpp 81 bool HTMLTableCellElement::isPresentationAttribute(const QualifiedName& name) const
85 return HTMLTablePartElement::isPresentationAttribute(name);
HTMLBodyElement.cpp 56 bool HTMLBodyElement::isPresentationAttribute(const QualifiedName& name) const
60 return HTMLElement::isPresentationAttribute(name);
HTMLVideoElement.cpp 107 bool HTMLVideoElement::isPresentationAttribute(const QualifiedName& name) const
111 return HTMLMediaElement::isPresentationAttribute(name);
HTMLObjectElement.cpp 83 bool HTMLObjectElement::isPresentationAttribute(const QualifiedName& name) const
87 return HTMLPlugInElement::isPresentationAttribute(name);
HTMLPlugInElement.cpp 301 bool HTMLPlugInElement::isPresentationAttribute(const QualifiedName& name) const
305 return HTMLFrameOwnerElement::isPresentationAttribute(name);
HTMLTableElement.cpp 341 bool HTMLTableElement::isPresentationAttribute(const QualifiedName& name) const
345 return HTMLElement::isPresentationAttribute(name);
HTMLImageElement.cpp 150 bool HTMLImageElement::isPresentationAttribute(const QualifiedName& name) const
154 return HTMLElement::isPresentationAttribute(name);
HTMLTextAreaElement.cpp 128 bool HTMLTextAreaElement::isPresentationAttribute(const QualifiedName& name) const
138 return HTMLTextFormControlElement::isPresentationAttribute(name);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
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);

Completed in 7574 milliseconds

1 2