Searched refs:browser_iterator_ (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/chrome/browser/ui/tab_contents/
H A Dtab_contents_iterator.cc24 while (!browser_iterator_.done()) {
25 if (++web_view_index_ >= browser_iterator_->tab_strip_model()->count()) {
27 browser_iterator_.Next();
32 content::WebContents* next_tab = browser_iterator_->tab_strip_model()
H A Dtab_contents_iterator.h39 if (!browser_iterator_.done())
40 return *browser_iterator_;
53 // call from the constructor, when browser_iterator_ points to the first
67 chrome::BrowserIterator browser_iterator_; member in class:TabContentsIterator

Completed in 638 milliseconds