Searched refs:weak_this_ (Results 1 – 3 of 3) sorted by relevance
431 GOOGLE_CHECK(!weak_this_.expired()) << "No shared_ptr owns this object";432 return weak_this_.lock();435 GOOGLE_CHECK(!weak_this_.expired()) << "No shared_ptr owns this object";436 return weak_this_.lock();448 weak_ptr<T> weak_this_;459 GOOGLE_CHECK(ptr->weak_this_.expired()) << "Object already owned by a shared_ptr";460 ptr->weak_this_ = *this;
372 base::WeakPtr<V4L2VideoDecodeAccelerator> weak_this_; variable
149 weak_this_ = weak_this_factory_.GetWeakPtr(); in V4L2VideoDecodeAccelerator()1676 weak_this_, error)); in NotifyError()