Home
last modified time | relevance | path

Searched defs:isKeypad (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformKeyboardEvent.h49 …t windowsVirtualKeyCode, int nativeVirtualKeyCode, bool isAutoRepeat, bool isKeypad, bool isSystem… in PlatformKeyboardEvent()
86 bool isKeypad() const { return m_isKeypad; } in isKeypad() function
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorInputAgent.cpp102 …KeyCode, const int* nativeVirtualKeyCode, const bool* autoRepeat, const bool* isKeypad, const bool… in dispatchKeyEvent()