Home | History | Annotate | Download | only in speech

Lines Matching refs:bubble

24   scoped_ptr<SpeechInputBubble> bubble(SpeechInputBubble::Create(
26 EXPECT_TRUE(bubble.get());
31 scoped_ptr<SpeechInputBubble> bubble(SpeechInputBubble::Create(
33 EXPECT_TRUE(bubble.get());
34 bubble->Show();
39 scoped_ptr<SpeechInputBubble> bubble(SpeechInputBubble::Create(
41 EXPECT_TRUE(bubble.get());
42 bubble->Show();
43 bubble->Hide();
48 scoped_ptr<SpeechInputBubble> bubble(SpeechInputBubble::Create(
50 EXPECT_TRUE(bubble.get());
51 bubble->Show();
52 bubble->Hide();
53 bubble->Show();
54 bubble->Hide();