Searched defs:HTMLAppletElement (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderApplet.cpp26 #include "core/html/HTMLAppletElement.h"
30 RenderApplet::RenderApplet(HTMLAppletElement* applet)
34 UseCounter::count(document(), UseCounter::HTMLAppletElement); member in class:blink::UseCounter
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAppletElement.cpp25 #include "core/html/HTMLAppletElement.h"
46 HTMLAppletElement::HTMLAppletElement(Document& document, bool createdByParser) function in class:blink::HTMLAppletElement
52 PassRefPtrWillBeRawPtr<HTMLAppletElement> HTMLAppletElement::create(Document& document, bool createdByParser)
54 RefPtrWillBeRawPtr<HTMLAppletElement> element = adoptRefWillBeNoop(new HTMLAppletElement(document, createdByParser));
59 void HTMLAppletElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
74 bool HTMLAppletElement::isURLAttribute(const Attribute& attribute) const
80 bool HTMLAppletElement
[all...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DUseCounter.h271 HTMLAppletElement = 280, enumerator in enum:blink::UseCounter::Feature

Completed in 1080 milliseconds