HomeSort by relevance Sort by last modified time
    Searched defs:DOMData (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/bindings/v8/
DOMData.cpp 32 #include "DOMData.h"
41 DOMData::DOMData()
46 DOMData::~DOMData()
50 DOMData* DOMData::getCurrent()
59 void DOMData::derefObject(WrapperTypeInfo* type, void* domObject)
DOMData.h 39 // 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 {
47 WTF_MAKE_NONCOPYABLE(DOMData);
49 DOMData();
50 virtual ~DOMData();
52 static DOMData* getCurrent()
    [all...]

Completed in 517 milliseconds