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

  /external/chromium_org/skia/config/
sk_ref_cnt_ext_debug.h 17 void adopted() const { flags_ |= Adopted_Flag; } function in class:SkRefCnt
32 inline void adopted(const SkRefCnt* object) { function in namespace:WTF
35 object->adopted();
44 using WTF::adopted;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeShared.h 33 template<typename NodeType> void adopted(TreeShared<NodeType>*);
98 friend void adopted<>(TreeShared<NodeType>*);
105 template<typename NodeType> void adopted(TreeShared<NodeType>* object) function in namespace:blink
  /external/chromium_org/third_party/WebKit/Source/wtf/
PassRefPtr.h 35 inline void adopted(const void*) { } function in namespace:WTF
188 adopted(p);
RefCounted.h 139 friend void adopted(RefCountedBase*);
153 inline void adopted(RefCountedBase* object) function in namespace:WTF

Completed in 49 milliseconds