Home | History | Annotate | Download | only in media

Lines Matching refs:capturers_

257   capturers.swap(capturers_);
281 *available = (!capturers_.empty());
288 return (!capturers_.empty());
474 DCHECK(std::find(capturers_.begin(), capturers_.end(), capturer) ==
475 capturers_.end());
476 capturers_.push_back(capturer);
486 capturers_.remove(capturer);
494 return capturers_.empty() ? NULL : capturers_.back();
522 if (capturers_.empty() || capturers_.size() > 1)