OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAutoRepeat
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
PlatformKeyboardEvent.h
49
PlatformKeyboardEvent(Type type, const String& text, const String& unmodifiedText, const String& keyIdentifier, int windowsVirtualKeyCode, int nativeVirtualKeyCode, bool
isAutoRepeat
, bool isKeypad, bool isSystemKey, Modifiers modifiers, double timestamp)
56
, m_autoRepeat(
isAutoRepeat
)
85
bool
isAutoRepeat
() const { return m_autoRepeat; }
/external/chromium_org/third_party/WebKit/Source/core/events/
KeyboardEvent.cpp
110
, m_isAutoRepeat(key.
isAutoRepeat
())
/external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp
305
m_autoRepeat = (e.modifiers & WebInputEvent::
IsAutoRepeat
);
729
if (event.
isAutoRepeat
())
730
modifiers |= WebInputEvent::
IsAutoRepeat
;
Completed in 112 milliseconds