HomeSort by relevance Sort by last modified time
    Searched defs:isAutoRepeat (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit2/Shared/qt/
WebEventFactoryQt.cpp 152 bool isAutoRepeat = event->isAutoRepeat();
162 return WebKeyboardEvent(type, text, unmodifiedText, keyIdentifier, windowsVirtualKeyCode, nativeVirtualKeyCode, macCharCode, isAutoRepeat, isKeypad, isSystemKey, modifiers, timestamp);
  /external/webkit/Source/WebCore/platform/
PlatformKeyboardEvent.h 149 bool isAutoRepeat() const { return m_autoRepeat; }
  /external/webkit/Source/WebKit2/Shared/
WebEvent.h 217 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; }

Completed in 332 milliseconds