Searched defs:m_autoRepeat (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DPlatformKeyboardEvent.h104 , m_autoRepeat(false)
149 bool isAutoRepeat() const { return m_autoRepeat; }
150 void setIsAutoRepeat(bool in) { m_autoRepeat = in; }
225 bool m_autoRepeat; member in class:WebCore::PlatformKeyboardEvent
235 /* the actual repeatCount (as opposed to just a bool m_autoRepeat)

Completed in 68 milliseconds