Home | History | Annotate | Download | only in ui

Lines Matching refs:browser_

20   browser_->window()->Show();
24 return browser_->session_id();
28 return browser_->tab_strip_model()->count();
32 return browser_->tab_strip_model()->active_index();
36 return browser_->app_name();
41 return browser_->tab_strip_model()->GetWebContentsAt(index);
45 return browser_->tab_strip_model()->GetActiveWebContents();
49 return browser_->tab_strip_model()->IsTabPinned(index);
62 return chrome::AddRestoredTab(browser_, navigations, tab_index,
75 return chrome::ReplaceRestoredTab(browser_, navigations, selected_navigation,
81 chrome::CloseTab(browser_);