OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HTMLFrameElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/html/
HTMLFrameElement.cpp
25
#include "
HTMLFrameElement
.h"
37
inline
HTMLFrameElement
::
HTMLFrameElement
(const QualifiedName& tagName, Document* document)
46
PassRefPtr<
HTMLFrameElement
>
HTMLFrameElement
::create(const QualifiedName& tagName, Document* document)
48
return adoptRef(new
HTMLFrameElement
(tagName, document));
51
bool
HTMLFrameElement
::rendererIsNeeded(RenderStyle*)
57
RenderObject*
HTMLFrameElement
::createRenderer(RenderArena* arena, RenderStyle*)
71
void
HTMLFrameElement
::attach()
83
void
HTMLFrameElement
::parseMappedAttribute(Attribute* attr
[
all
...]
HTMLFrameElement.h
31
class
HTMLFrameElement
: public HTMLFrameElementBase {
33
static PassRefPtr<
HTMLFrameElement
> create(const QualifiedName&, Document*);
40
HTMLFrameElement
(const QualifiedName&, Document*);
Completed in 116 milliseconds