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

/external/chromium_org/third_party/webrtc/base/
H A Drefcount.h30 class RefCountedObject : public T { class in namespace:rtc
32 RefCountedObject() : ref_count_(0) { function in class:rtc::RefCountedObject
36 explicit RefCountedObject(P p) : T(p), ref_count_(0) { function in class:rtc::RefCountedObject
40 RefCountedObject(P1 p1, P2 p2) : T(p1, p2), ref_count_(0) { function in class:rtc::RefCountedObject
44 RefCountedObject(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) { function in class:rtc::RefCountedObject
48 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4) function in class:rtc::RefCountedObject
53 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) function in class:rtc::RefCountedObject
70 virtual ~RefCountedObject() {
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DWrapperTypeInfo.h89 RefCountedObject, enumerator in enum:blink::WrapperTypeInfo::GCType

Completed in 1888 milliseconds