Home
last modified time | relevance | path

Searched defs:isHTMLContentAttribute (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFrameElementBase.cpp205 bool HTMLFrameElementBase::isHTMLContentAttribute(const Attribute& attribute) const in isHTMLContentAttribute() function in WebCore::HTMLFrameElementBase
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h365 virtual bool isHTMLContentAttribute(const Attribute&) const { return false; } in isHTMLContentAttribute() function