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

/external/webkit/Source/WebCore/bindings/v8/
H A DDOMData.cpp32 #include "DOMData.h"
41 DOMData::DOMData() function in class:WebCore::DOMData
46 DOMData::~DOMData()
50 DOMData* DOMData::getCurrent()
59 void DOMData::derefObject(WrapperTypeInfo* type, void* domObject)
H A DDOMData.h39 // DOMData
41 // DOMData represents the all the DOM wrappers for a given thread. In
42 // particular, DOMData holds wrappers for all the isolated worlds in the
43 // thread. The DOMData for the main thread and the DOMData for child threads
46 class DOMData { class in namespace:WebCore
47 WTF_MAKE_NONCOPYABLE(DOMData);
49 DOMData();
50 virtual ~DOMData();
52 static DOMData* getCurren
[all...]

Completed in 82 milliseconds