HomeSort by relevance Sort by last modified time
    Searched full:basetag (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLBaseElement.cpp 39 ASSERT(hasTagName(baseTag));
HTMLViewSourceDocument.cpp 149 if (tagName == baseTag && name == hrefAttr)
281 RefPtr<HTMLBaseElement> base = HTMLBaseElement::create(baseTag, this);
HTMLElement.cpp 91 || hasLocalName(baseTag)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLMetaCharsetParser.cpp 193 && tagName != titleTag && tagName != baseTag
HTMLStackItem.h 140 || tagName == HTMLNames::baseTag