OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpeechInputState
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
TextControlInnerElements.h
105
enum
SpeechInputState
{
118
SpeechInputState
state() const { return m_state; }
130
void setState(
SpeechInputState
state);
135
SpeechInputState
m_state;
TextControlInnerElements.cpp
376
void InputFieldSpeechButtonElement::setState(
SpeechInputState
state)
/external/chromium_org/third_party/WebKit/public/web/
WebInputElement.h
47
enum
SpeechInputState
{
101
BLINK_EXPORT
SpeechInputState
getSpeechInputState() const;
/external/chromium_org/third_party/WebKit/Source/web/
WebInputElement.cpp
200
WebInputElement::
SpeechInputState
WebInputElement::getSpeechInputState() const
204
return static_cast<WebInputElement::
SpeechInputState
>(speechButton->state());
Completed in 61 milliseconds