HomeSort by relevance Sort by last modified time
    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"
35 DOMWindowProperty::DOMWindowProperty(LocalFrame* frame)
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::willDetachGlobalObjectFromFrame(
    [all...]
DOMWindowProperty.h 36 class DOMWindowProperty : public WillBeGarbageCollectedMixin {
38 explicit DOMWindowProperty(LocalFrame*);
49 virtual ~DOMWindowProperty();

Completed in 1033 milliseconds