Searched defs:DOMWindowProperty (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DDOMWindowProperty.cpp28 #include "core/frame/DOMWindowProperty.h"
35 DOMWindowProperty::DOMWindowProperty(LocalFrame* frame) function in class:blink::DOMWindowProperty
41 // FIXME: For now it *is* acceptable for a DOMWindowProperty to be created with a null frame.
55 DOMWindowProperty::~DOMWindowProperty()
62 void DOMWindowProperty::willDestroyGlobalObjectInFrame()
70 // LocalDOMWindow will along with notifying DOMWindowProperty objects of
72 // Consequently, no explicit unregisteration required by DOMWindowProperty;
79 void DOMWindowProperty
[all...]
H A DDOMWindowProperty.h36 class DOMWindowProperty : public WillBeGarbageCollectedMixin { class in namespace:blink
38 explicit DOMWindowProperty(LocalFrame*);
49 virtual ~DOMWindowProperty();

Completed in 78 milliseconds