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 61 virtual bool isHTMLContentAttribute(const Attribute&) const OVERRIDE FINAL;
HTMLFrameElementBase.cpp 205 bool HTMLFrameElementBase::isHTMLContentAttribute(const Attribute& attribute) const
207 return attribute.name() == srcdocAttr || HTMLFrameOwnerElement::isHTMLContentAttribute(attribute);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 345 virtual bool isHTMLContentAttribute(const Attribute&) const { return false; }
    [all...]
Element.cpp     [all...]

Completed in 75 milliseconds