Searched refs:isAutoRepeat (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
H A DWebKeyboardEvent.cpp33 WebKeyboardEvent::WebKeyboardEvent(Type type, const String& text, const String& unmodifiedText, const String& keyIdentifier, int windowsVirtualKeyCode, int nativeVirtualKeyCode, int macCharCode, bool isAutoRepeat, bool isKeypad, bool isSystemKey, Modifiers modifiers, double timestamp) argument
41 , m_isAutoRepeat(isAutoRepeat)
H A DWebEvent.h217 WebKeyboardEvent(Type, const String& text, const String& unmodifiedText, const String& keyIdentifier, int windowsVirtualKeyCode, int nativeVirtualKeyCode, int macCharCode, bool isAutoRepeat, bool isKeypad, bool isSystemKey, Modifiers, double timestamp);
225 bool isAutoRepeat() const { return m_isAutoRepeat; } function in class:WebKit::WebKeyboardEvent
H A DWebEventConversion.cpp152 m_autoRepeat = webEvent.isAutoRepeat();
/external/webkit/Source/WebKit2/Shared/qt/
H A DWebEventFactoryQt.cpp152 bool isAutoRepeat = event->isAutoRepeat(); local
162 return WebKeyboardEvent(type, text, unmodifiedText, keyIdentifier, windowsVirtualKeyCode, nativeVirtualKeyCode, macCharCode, isAutoRepeat, isKeypad, isSystemKey, modifiers, timestamp);
/external/webkit/Source/WebCore/platform/
H A DPlatformKeyboardEvent.h149 bool isAutoRepeat() const { return m_autoRepeat; } function in class:WebCore::PlatformKeyboardEvent
/external/webkit/Source/WebCore/platform/qt/
H A DPlatformKeyboardEventQt.cpp588 m_autoRepeat = event->isAutoRepeat();
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
H A DNetscapePluginMac.mm708 event.data.key.isARepeat = keyboardEvent.isAutoRepeat();
731 eventKind = keyboardEvent.isAutoRepeat() ? autoKey : keyDown;
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.cpp944 if (ev->isAutoRepeat()) {

Completed in 315 milliseconds