OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HTMLEmbedElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/html/
HTMLEmbedElement.h
30
class
HTMLEmbedElement
: public HTMLPlugInImageElement {
32
static PassRefPtr<
HTMLEmbedElement
> create(const QualifiedName&, Document*, bool createdByParser);
35
HTMLEmbedElement
(const QualifiedName&, Document*, bool createdByParser);
HTMLEmbedElement.cpp
25
#include "
HTMLEmbedElement
.h"
48
inline
HTMLEmbedElement
::
HTMLEmbedElement
(const QualifiedName& tagName, Document* document, bool createdByParser)
54
PassRefPtr<
HTMLEmbedElement
>
HTMLEmbedElement
::create(const QualifiedName& tagName, Document* document, bool createdByParser)
56
return adoptRef(new
HTMLEmbedElement
(tagName, document, createdByParser));
72
RenderWidget*
HTMLEmbedElement
::renderWidgetForJSBindings() const
78
bool
HTMLEmbedElement
::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
88
void
HTMLEmbedElement
::parseMappedAttribute(Attribute* attr)
126
void
HTMLEmbedElement
::parametersForPlugin(Vector<String>& paramNames, Vector<String>& paramValues
[
all
...]
Completed in 30 milliseconds