Searched refs:web_view_index_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/tab_contents/
H A Dtab_contents_iterator.cc13 : web_view_index_(-1),
21 DCHECK(cur_ || web_view_index_ == -1) << "Trying to advance past the end";
25 if (++web_view_index_ >= browser_iterator_->tab_strip_model()->count()) {
28 web_view_index_ = -1;
33 ->GetWebContentsAt(web_view_index_);
H A Dtab_contents_iterator.h54 // Browser and web_view_index_ is -1, it will fill the first host.
59 int web_view_index_; member in class:TabContentsIterator

Completed in 193 milliseconds