OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HTMLFrameOwnerElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/html/
HTMLFrameOwnerElement.cpp
22
#include "
HTMLFrameOwnerElement
.h"
36
HTMLFrameOwnerElement
::
HTMLFrameOwnerElement
(const QualifiedName& tagName, Document* document)
43
RenderPart*
HTMLFrameOwnerElement
::renderPart() const
52
void
HTMLFrameOwnerElement
::willRemove()
65
HTMLFrameOwnerElement
::~
HTMLFrameOwnerElement
()
71
Document*
HTMLFrameOwnerElement
::contentDocument() const
76
DOMWindow*
HTMLFrameOwnerElement
::contentWindow() const
81
void
HTMLFrameOwnerElement
::setSandboxFlags(SandboxFlags flags
[
all
...]
HTMLFrameOwnerElement.h
37
class
HTMLFrameOwnerElement
: public HTMLElement {
39
virtual ~
HTMLFrameOwnerElement
();
59
HTMLFrameOwnerElement
(const QualifiedName& tagName, Document*);
Completed in 17 milliseconds