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/chromium_org/third_party/WebKit/Source/core/html/
HTMLEmbedElement.cpp
25
#include "core/html/
HTMLEmbedElement
.h"
42
inline
HTMLEmbedElement
::
HTMLEmbedElement
(Document& document, bool createdByParser)
48
PassRefPtr<
HTMLEmbedElement
>
HTMLEmbedElement
::create(Document& document, bool createdByParser)
50
RefPtr<
HTMLEmbedElement
> element = adoptRef(new
HTMLEmbedElement
(document, createdByParser));
68
RenderWidget*
HTMLEmbedElement
::existingRenderWidget() const
73
bool
HTMLEmbedElement
::isPresentationAttribute(const QualifiedName& name) const
80
void
HTMLEmbedElement
::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, Mutabl (…)
[
all
...]
/external/chromium_org/remoting/webapp/
jscompiler_hacks.js
42
var
HTMLEmbedElement
= function() { };
45
HTMLEmbedElement
.prototype.height;
48
HTMLEmbedElement
.prototype.width;
Completed in 46 milliseconds