Home | History | Annotate | Download | only in speech

Lines Matching refs:TabContents

21 class TabContents;
55 // |tab_contents| is the TabContents hosting the page.
58 static SpeechInputBubble* Create(TabContents* tab_contents,
64 static SpeechInputBubble* CreateNativeBubble(TabContents* tab_contents,
70 typedef SpeechInputBubble* (*FactoryMethod)(TabContents*,
108 // Returns the TabContents for which this bubble gets displayed.
109 virtual TabContents* tab_contents() = 0;
132 explicit SpeechInputBubbleBase(TabContents* tab_contents);
141 virtual TabContents* tab_contents();
181 // TabContents in which this this bubble gets displayed.
182 TabContents* tab_contents_;