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"
36 DOMWindowProperty::DOMWindowProperty(LocalFrame* 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 LocalDOMWindow itself so it is important that it unregister
72 void DOMWindowProperty::willDetachGlobalObjectFromFrame()
DOMWindowProperty.h 34 class DOMWindowProperty {
36 explicit DOMWindowProperty(LocalFrame*);
44 virtual ~DOMWindowProperty();

Completed in 54 milliseconds