HomeSort by relevance Sort by last modified time
    Searched refs:isHTMLContentAttribute (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameElementBase.h 64 virtual bool isHTMLContentAttribute(const Attribute&) const OVERRIDE;
HTMLFrameElementBase.cpp 222 bool HTMLFrameElementBase::isHTMLContentAttribute(const Attribute& attribute) const
224 return attribute.name() == srcdocAttr || HTMLFrameOwnerElement::isHTMLContentAttribute(attribute);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 499 virtual bool isHTMLContentAttribute(const Attribute&) const { return false; }
    [all...]
Element.cpp     [all...]

Completed in 49 milliseconds