Searched refs:m_autoRepeat (Results 1 - 12 of 12) 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)
/external/webkit/Source/WebCore/platform/iphone/
H A DKeyEventIPhone.mm56 , m_autoRepeat(event.isKeyRepeating)
/external/webkit/Source/WebCore/platform/win/
H A DKeyEventWin.cpp194 , m_autoRepeat(HIWORD(keyData) & KF_REPEAT)
/external/webkit/Source/WebCore/platform/efl/
H A DPlatformKeyboardEventEfl.cpp205 m_autoRepeat = false;
222 m_autoRepeat = false;
/external/webkit/Source/WebCore/platform/android/
H A DKeyEventAndroid.cpp219 , m_autoRepeat(repeatCount > 0)
/external/webkit/Source/WebCore/platform/brew/
H A DPlatformKeyboardEventBrew.cpp234 m_autoRepeat = modifiers & KB_AUTOREPEAT;
/external/webkit/Source/WebCore/platform/wx/
H A DKeyboardEventWx.cpp361 m_autoRepeat = false; // FIXME: not correct.
/external/webkit/Source/WebCore/platform/mac/
H A DKeyEventMac.mm196 , m_autoRepeat(([event type] != NSFlagsChanged) && [event isARepeat])
/external/webkit/Source/WebCore/platform/gtk/
H A DPlatformKeyboardEventGtk.cpp554 , m_autoRepeat(false)
/external/webkit/Source/WebKit2/Shared/
H A DWebEventConversion.cpp152 m_autoRepeat = webEvent.isAutoRepeat();
/external/webkit/Source/WebKit/chromium/src/
H A DWebInputEventConversion.cpp130 m_autoRepeat = (e.modifiers & WebInputEvent::IsAutoRepeat);
/external/webkit/Source/WebCore/platform/qt/
H A DPlatformKeyboardEventQt.cpp588 m_autoRepeat = event->isAutoRepeat();

Completed in 152 milliseconds