HomeSort by relevance Sort by last modified time
    Searched defs:HTMLUnknownElement (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLUnknownElement.h 37 class HTMLUnknownElement FINAL : public HTMLElement {
40 static PassRefPtrWillBeRawPtr<HTMLUnknownElement> create(const QualifiedName& tagName, Document& document)
42 return adoptRefWillBeNoop(new HTMLUnknownElement(tagName, document));
48 HTMLUnknownElement(const QualifiedName& tagName, Document& document)
57 DEFINE_HTMLELEMENT_TYPE_CASTS_WITH_FUNCTION(HTMLUnknownElement);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtml.h     [all...]
mshtmlc.h     [all...]

Completed in 1547 milliseconds