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

/external/chromium/chrome/browser/tab_contents/
H A Dtab_contents.h457 size_t constrained_window_count() { return child_windows_.size(); }
463 { return child_windows_.begin(); }
467 { return child_windows_.end(); }
753 // Used to access the child_windows_ (ConstrainedWindowList) for testing
842 ConstrainedWindowList child_windows_; member in class:TabContents
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc1224 *count = static_cast<int>(tab_contents->child_windows_.size());

Completed in 85 milliseconds