Searched refs:speechButton (Results 1 – 5 of 5) sorted by relevance
196 …ap<HTMLInputElement>()->userAgentShadowRoot()->getElementById(ShadowElementNames::speechButton())); in speechButtonElement()203 if (InputFieldSpeechButtonElement* speechButton = speechButtonElement(this)) in getSpeechInputState() local204 return static_cast<WebInputElement::SpeechInputState>(speechButton->state()); in getSpeechInputState()213 if (InputFieldSpeechButtonElement* speechButton = speechButtonElement(this)) in startSpeechInput() local214 speechButton->startSpeechInput(); in startSpeechInput()221 if (InputFieldSpeechButtonElement* speechButton = speechButtonElement(this)) in stopSpeechInput() local222 speechButton->stopSpeechInput(); in stopSpeechInput()
89 InputFieldSpeechButtonElement* speechButton = toInputFieldSpeechButtonElement(element); in paintInputFieldSpeechButton() local91 if (speechButton->state() == InputFieldSpeechButtonElement::Recording) in paintInputFieldSpeechButton()93 else if (speechButton->state() == InputFieldSpeechButtonElement::Recognizing) in paintInputFieldSpeechButton()
51 const AtomicString& speechButton();
104 const AtomicString& speechButton() in speechButton() function
302 element->setAttribute(idAttr, ShadowElementNames::speechButton()); in create()