Home | History | Annotate | Download | only in html

Lines Matching defs:HTMLObjectElement

25 #include "core/html/HTMLObjectElement.h"
53 inline HTMLObjectElement::HTMLObjectElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form, bool createdByParser)
63 inline HTMLObjectElement::~HTMLObjectElement()
67 PassRefPtr<HTMLObjectElement> HTMLObjectElement::create(const QualifiedName& tagName, Document* document, HTMLFormElement* form, bool createdByParser)
69 return adoptRef(new HTMLObjectElement(tagName, document, form, createdByParser));
72 RenderWidget* HTMLObjectElement::renderWidgetForJSBindings() const
78 bool HTMLObjectElement::isPresentationAttribute(const QualifiedName& name) const
85 void HTMLObjectElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
93 void HTMLObjectElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
143 void HTMLObjectElement::parametersForPlugin(Vector<String>& paramNames, Vector<String>& paramValues, String& url, String& serviceType)
213 bool HTMLObjectElement::hasFallbackContent() const
226 bool HTMLObjectElement::shouldAllowQuickTimeClassIdQuirk()
252 bool HTMLObjectElement::hasValidClassId()
267 void HTMLObjectElement::updateWidget(PluginCreationOption pluginCreationOption)
306 RefPtr<HTMLObjectElement> protect(this); // beforeload and plugin loading can make arbitrary DOM mutations.
316 bool HTMLObjectElement::rendererIsNeeded(const NodeRenderingContext& context)
326 Node::InsertionNotificationRequest HTMLObjectElement::insertedInto(ContainerNode* insertionPoint)
333 void HTMLObjectElement::removedFrom(ContainerNode* insertionPoint)
339 void HTMLObjectElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
349 bool HTMLObjectElement::isURLAttribute(const Attribute& attribute) const
354 const AtomicString& HTMLObjectElement::imageSourceURL() const
360 void HTMLObjectElement::reattachFallbackContent()
370 void HTMLObjectElement::renderFallbackContent()
420 void HTMLObjectElement::updateDocNamedItem()
454 bool HTMLObjectElement::containsJavaApplet() const
465 && static_cast<HTMLObjectElement*>(child)->containsJavaApplet())
474 void HTMLObjectElement::addSubresourceAttributeURLs(ListHashSet<KURL>& urls) const
487 void HTMLObjectElement::didMoveToNewDocument(Document* oldDocument)
493 bool HTMLObjectElement::appendFormData(FormDataList& encoding, bool)
508 HTMLFormElement* HTMLObjectElement::virtualForm() const