Searched refs:current_iterator_ (Results 1 – 5 of 5) sorted by relevance
36 return current_iterator_ == current_browser_list_->end(); in done()41 return *current_iterator_;44 return *current_iterator_;61 BrowserList::const_iterator current_iterator_; variable
11 current_iterator_(current_browser_list_->begin()), in BrowserIterator()21 ++current_iterator_; in Next()27 while (current_iterator_ == current_browser_list_->end() && in NextBrowserListIfAtEnd()30 current_iterator_ = current_browser_list_->begin(); in NextBrowserListIfAtEnd()
585 : current_iterator_(env) { in DeepIterator()589 bool Done() { return current_iterator_.Done(); } in Done()592 DCHECK(!current_iterator_.Done()); in Current()593 DCHECK(current_iterator_.Current() != NULL); in Current()594 return current_iterator_.Current(); in Current()598 current_iterator_.Advance(); in Advance()604 while (current_iterator_.env() != NULL && current_iterator_.Done()) { in SkipUninteresting()605 current_iterator_ = ShallowIterator(current_iterator_.env()->outer()); in SkipUninteresting()609 ShallowIterator current_iterator_; variable
1692 current_iterator_ = PictureLayerTiling::TilingEvictionTileIterator( in LayerEvictionTileIterator()1696 } while (!current_iterator_); in LayerEvictionTileIterator()1704 return *current_iterator_; in operator *()1709 return *current_iterator_; in operator *()1716 ++current_iterator_; in operator ++()1717 while (!current_iterator_) { in operator ++()1721 current_iterator_ = PictureLayerTiling::TilingEvictionTileIterator( in operator ++()1730 return !!current_iterator_; in operator bool()
96 PictureLayerTiling::TilingEvictionTileIterator current_iterator_; variable