Home | History | Annotate | Download | only in translate

Lines Matching refs:tab

80   // Convenience method to know if a tab is showing a translate infobar.
81 static bool IsShowingTranslateInfobar(TabContents* tab);
114 // Starts the translation process on |tab| containing the page in the
116 void InitiateTranslation(TabContents* tab, const std::string& page_lang);
118 // If the tab identified by |process_id| and |render_id| has been closed, this
131 void PageTranslated(TabContents* tab, PageTranslatedDetails* details);
135 bool IsAcceptLanguage(TabContents* tab, const std::string& language);
145 // Shows the specified translate |infobar| in the given |tab|. If a current
147 void ShowInfoBar(TabContents* tab, TranslateInfoBarDelegate* infobar);
154 // Returns the translate info bar showing in |tab| or NULL if none is showing.
156 TabContents* tab);