Home | History | Annotate | Download | only in browser

Lines Matching refs:tab_id

555                  int tab_id,
594 int tab_id() { return tab_id_; }
700 int tab_id,
706 tab_id_(tab_id),
1024 void AeroPeekManager::DeleteAeroPeekWindow(int tab_id) {
1030 if (window->tab_id() == tab_id) {
1050 AeroPeekWindow* AeroPeekManager::GetAeroPeekWindow(int tab_id) const {
1055 if (window->tab_id() == tab_id)
1076 TabContents* AeroPeekManager::GetTabContents(int tab_id) const {
1079 if (target_contents->controller().session_id().id() == tab_id)
1184 void AeroPeekManager::ActivateTab(int tab_id) {
1188 TabContents* contents = GetTabContents(tab_id);
1193 void AeroPeekManager::CloseTab(int tab_id) {
1197 TabContents* contents = GetTabContents(tab_id);
1206 bool AeroPeekManager::GetTabThumbnail(int tab_id, SkBitmap* thumbnail) {
1211 TabContents* contents = GetTabContents(tab_id);
1222 bool AeroPeekManager::GetTabPreview(int tab_id, SkBitmap* preview) {
1227 TabContents* contents = GetTabContents(tab_id);