Home
last modified time | relevance | path

Searched refs:isSpeechInputEvent (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/page/
DSpeechInputEvent.h45 virtual bool isSpeechInputEvent() const { return true; } in isSpeechInputEvent() function
/external/webkit/Source/WebCore/dom/
DEvent.cpp240 bool Event::isSpeechInputEvent() const in isSpeechInputEvent() function in WebCore::Event
DEvent.h149 virtual bool isSpeechInputEvent() const;
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8EventCustom.cpp177 if (impl->isSpeechInputEvent()) in toV8()
/external/webkit/Source/WebCore/bindings/js/
DJSEventCustom.cpp199 else if (event->isSpeechInputEvent()) in toJS()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-067074 (WebCore::Event::isSpeechInputEvent):
7081 (WebCore::SpeechInputEvent::isSpeechInputEvent):