HomeSort by relevance Sort by last modified time
    Searched refs:web_view_index_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/tab_contents/
tab_contents_iterator.cc 13 : 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_);
tab_contents_iterator.h 54 // Browser and web_view_index_ is -1, it will fill the first host.
59 int web_view_index_; member in class:TabContentsIterator
  /external/chromium/chrome/browser/ui/
browser_list.cc 610 web_view_index_(-1),
618 DCHECK(web_view_index_ || browser_iterator_ == BrowserList::end() || cur_)
623 web_view_index_++;
625 while (web_view_index_ >= (*browser_iterator_)->tab_count()) {
628 web_view_index_ = 0;
636 (*browser_iterator_)->GetTabContentsWrapperAt(web_view_index_);
browser_list.h 243 // web_view_index_ is -1, it will fill the first host.
250 int web_view_index_; member in class:TabContentsIterator

Completed in 267 milliseconds