HomeSort by relevance Sort by last modified time
    Searched defs:TabContentsIterator (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/tab_contents/
tab_contents_iterator.cc 12 TabContentsIterator::TabContentsIterator()
19 void TabContentsIterator::Next() {
tab_contents_iterator.h 23 // for (TabContentsIterator iterator; !iterator.done(); iterator.Next()) {
29 class TabContentsIterator {
31 TabContentsIterator();
69 DISALLOW_COPY_AND_ASSIGN(TabContentsIterator);

Completed in 51 milliseconds