Home | History | Annotate | Download | only in gtk

Lines Matching refs:tab_

20     : tab_(NULL),
65 HideTab(tab_);
66 if (tab_) {
68 Source<TabContents>(tab_->tab_contents()));
71 tab_ = tab;
73 if (tab_ == preview_) {
77 } else if (tab_) {
81 Source<TabContents>(tab_->tab_contents()));
88 return tab_ ? tab_->tab_contents() : NULL;
95 HideTab(tab_);
125 PackTab(tab_);
186 else if (tab_ && contents == tab_->tab_contents())
192 // Prevent |preview_| from getting focus via the tab key. If |tab_| exists, try
198 gtk_widget_child_focus(tab_->tab_contents()->GetContentNativeView(), focus);