HomeSort by relevance Sort by last modified time
    Searched refs:isSpeechEnabled (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/dom/
InputElement.h 52 virtual bool isSpeechEnabled() const = 0;
  /external/webkit/Source/WebCore/html/
HTMLInputElement.h 107 virtual bool isSpeechEnabled() const;
HTMLInputElement.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderTextControlSingleLine.cpp 640 if (inputElement()->isSpeechEnabled() && !m_speechButton) {
665 if (inputElement()->isSpeechEnabled() && !m_speechButton) {
731 if (inputElement()->isSpeechEnabled())
    [all...]

Completed in 66 milliseconds