OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpeechInputBubbleBase
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/speech/
speech_input_bubble.cc
119
SpeechInputBubbleBase
::
SpeechInputBubbleBase
(TabContents* tab_contents)
136
SpeechInputBubbleBase
::~
SpeechInputBubbleBase
() {
142
void
SpeechInputBubbleBase
::SetWarmUpMode() {
150
void
SpeechInputBubbleBase
::DoWarmingUpAnimationStep() {
155
&
SpeechInputBubbleBase
::DoWarmingUpAnimationStep),
162
void
SpeechInputBubbleBase
::SetRecordingMode() {
169
void
SpeechInputBubbleBase
::SetRecognizingMode() {
176
void
SpeechInputBubbleBase
::DoRecognizingAnimationStep()
[
all
...]
speech_input_bubble.h
121
class
SpeechInputBubbleBase
: public SpeechInputBubble {
132
explicit
SpeechInputBubbleBase
(TabContents* tab_contents);
133
virtual ~
SpeechInputBubbleBase
();
170
ScopedRunnableMethodFactory<
SpeechInputBubbleBase
> task_factory_;
speech_input_bubble_views.cc
43
void UpdateLayout(
SpeechInputBubbleBase
::DisplayMode mode,
66
SpeechInputBubbleBase
::DisplayMode display_mode_;
74
display_mode_(
SpeechInputBubbleBase
::DISPLAY_MODE_WARM_UP),
116
void ContentView::UpdateLayout(
SpeechInputBubbleBase
::DisplayMode mode,
120
bool is_message = (mode ==
SpeechInputBubbleBase
::DISPLAY_MODE_MESSAGE);
125
cancel_->SetVisible(mode !=
SpeechInputBubbleBase
::DISPLAY_MODE_WARM_UP);
126
heading_->SetVisible(mode ==
SpeechInputBubbleBase
::DISPLAY_MODE_RECORDING);
228
if (display_mode_ ==
SpeechInputBubbleBase
::DISPLAY_MODE_WARM_UP)
250
: public
SpeechInputBubbleBase
,
262
//
SpeechInputBubbleBase
methods
[
all
...]
speech_input_bubble_controller_unittest.cc
20
class MockSpeechInputBubble : public
SpeechInputBubbleBase
{
31
:
SpeechInputBubbleBase
(tab_contents) {
speech_input_bubble_gtk.cc
35
: public
SpeechInputBubbleBase
,
76
:
SpeechInputBubbleBase
(tab_contents),
/external/chromium/chrome/browser/ui/cocoa/
speech_input_window_controller.h
19
SpeechInputBubbleBase
::DisplayMode displayMode_;
44
- (void)updateLayout:(
SpeechInputBubbleBase
::DisplayMode)mode
58
//
SpeechInputBubbleBase
class.
Completed in 47 milliseconds