OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DOMWindowProperty
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindowProperty.cpp
28
#include "core/frame/
DOMWindowProperty
.h"
36
DOMWindowProperty
::
DOMWindowProperty
(Frame* frame)
40
// FIXME: For now it *is* acceptable for a
DOMWindowProperty
to be created with a null frame.
49
DOMWindowProperty
::~
DOMWindowProperty
()
58
void
DOMWindowProperty
::willDestroyGlobalObjectInFrame()
64
//
DOMWindowProperty
lifetime isn't tied directly to the DOMWindow itself so it is important that it unregister
72
void
DOMWindowProperty
::willDetachGlobalObjectFromFrame()
DOMWindowProperty.h
34
class
DOMWindowProperty
{
36
explicit
DOMWindowProperty
(Frame*);
44
virtual ~
DOMWindowProperty
();
Completed in 45 milliseconds