OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTMLEmbedElement
(Results
1 - 8
of
8
) 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
...]
HTMLEmbedElement.idl
27
]
HTMLEmbedElement
: HTMLElement {
PluginDocument.cpp
32
#include "
HTMLEmbedElement
.h"
65
HTMLEmbedElement
* m_embedElement;
89
m_embedElement = static_cast<
HTMLEmbedElement
*>(embedElement.get());
MediaDocument.cpp
35
#include "
HTMLEmbedElement
.h"
206
HTMLEmbedElement
* embedElement = static_cast<
HTMLEmbedElement
*>(element.get());
/external/webkit/Source/WebCore/bindings/v8/
ScriptController.cpp
325
// for a
HTMLEmbedElement
). Further, unlike most DOM Objects, the frame
348
//
HTMLEmbedElement
::getInstance() will call this function with its closest
441
v8::Handle<v8::Value> v8plugin = toV8(static_cast<
HTMLEmbedElement
*>(plugin));
/external/webkit/Source/WebCore/bindings/gobject/
WebKitHTMLElementWrapperFactory.cpp
51
#include "
HTMLEmbedElement
.h"
266
return wrapHTMLEmbedElement(static_cast<
HTMLEmbedElement
*>(element.get()));
/external/webkit/Source/WebCore/page/
DOMWindow.idl
430
attribute HTMLEmbedElementConstructor
HTMLEmbedElement
;
[
all
...]
Completed in 926 milliseconds