Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:refcount_

356   size_t refcount_;
363 PaintPatcher::PaintPatcher() : refcount_(0) {
367 DCHECK_EQ(0U, refcount_);
371 if (refcount_ == 0) {
379 ++refcount_;
385 --refcount_;
386 if (refcount_ == 0) {