Home | History | Annotate | Download | only in launcher

Lines Matching refs:tab_strip

122     TabStripModel* tab_strip = browser->tab_strip_model();
123 int index = tab_strip->GetIndexOfWebContents(content[i]);
125 tab_strip->CloseWebContentsAt(index, TabStripModel::CLOSE_NONE);
192 TabStripModel* tab_strip = browser->tab_strip_model();
193 for (int index = 0; index < tab_strip->count(); index++) {
194 content::WebContents* web_contents = tab_strip->GetWebContentsAt(index);
224 TabStripModel* tab_strip = browser->tab_strip_model();
226 int active_index = tab_strip->active_index();
227 for (int index = 0; index < tab_strip->count(); index++) {
228 content::WebContents* web_contents = tab_strip->GetWebContentsAt(
229 (index + active_index) % tab_strip->count());
240 TabStripModel* tab_strip = browser->tab_strip_model();
241 for (int index = 0; index < tab_strip->count(); index++) {
242 content::WebContents* web_contents = tab_strip->GetWebContentsAt(index);
271 TabStripModel* tab_strip = browser->tab_strip_model();
272 int index = tab_strip->GetIndexOfWebContents(content);
275 int old_index = tab_strip->active_index();
277 tab_strip->ActivateTabAt(index, false);
288 TabStripModel* tab_strip = browser->tab_strip_model();
289 content::WebContents* active = tab_strip->GetWebContentsAt(
290 tab_strip->active_index());