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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeShared.h 32 template<typename NodeType> class TreeShared;
33 template<typename NodeType> void adopted(TreeShared<NodeType>*);
36 template<typename NodeType> class TreeShared : public NoBaseWillBeGarbageCollectedFinalized<NodeType> {
37 WTF_MAKE_NONCOPYABLE(TreeShared);
39 TreeShared()
52 ~TreeShared()
98 friend void adopted<>(TreeShared<NodeType>*);
105 template<typename NodeType> void adopted(TreeShared<NodeType>* object)
120 #endif // TreeShared.h
Node.h 32 #include "core/dom/TreeShared.h"
119 // TreeShared should be the last to pack TreeShared::m_refCount and
121 #define NODE_BASE_CLASSES public EventTarget, public TreeShared<Node>
125 DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(TreeShared<Node>);
    [all...]

Completed in 287 milliseconds