Home
last modified time | relevance | path

Searched refs:refcount_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/xmllite/
Dqname.h66 refcount_(1) {} in Data()
68 Data() : refcount_(0) {} in Data()
72 void AddRef() { refcount_++; } in AddRef()
73 void Release() { if (!--refcount_) { delete this; } } in Release()
74 bool Occupied() { return !!refcount_; } in Occupied()
77 int refcount_;
/external/chromium/third_party/libjingle/source/talk/base/
Dsignalthread.cc41 refcount_ = 1; in SignalThread()
47 ASSERT(refcount_ == 0); in ~SignalThread()
80 refcount_--; in Destroy()
92 refcount_--; in Destroy()
103 refcount_--; in Release()
144 refcount_--; in OnMessage()
Dsignalthread.h132 t_->refcount_ += 1; in EnterExit()
135 bool d = (0 == (--(t_->refcount_))); in ~EnterExit()
151 int refcount_; variable
/external/chromium/third_party/libjingle/source/talk/xmpp/
Djid.h125 Data() : refcount_(1) {} in Data()
130 refcount_(1) {} in Data()
135 void AddRef() { refcount_++; } in AddRef()
136 void Release() { if (!--refcount_) delete this; } in Release()
138 int refcount_;
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_win.cc356 size_t refcount_; member in __anonbdb61b9d0211::PaintPatcher
363 PaintPatcher::PaintPatcher() : refcount_(0) { in PaintPatcher()
367 DCHECK_EQ(0U, refcount_); in ~PaintPatcher()
371 if (refcount_ == 0) { in RefPatch()
379 ++refcount_; in RefPatch()
385 --refcount_; in DerefPatch()
386 if (refcount_ == 0) { in DerefPatch()
/external/chromium/third_party/libjingle/
Dmods-since-v0_4_0.diff811 > refcount_ = 1;
835 > refcount_--;
852 > refcount_--;
861 > refcount_--;
881 > refcount_--;
928 > t_->refcount_ += 1;
931 > bool d = (0 == (--(t_->refcount_)));
941 > int refcount_;
1221 < refcount_(1),
1226 > refcount_(1) {}