HomeSort by relevance Sort by last modified time
    Searched refs:isKeypad (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformKeyboardEvent.h 50 PlatformKeyboardEvent(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)
59 , m_isKeypad(isKeypad)
89 bool isKeypad() const { return m_isKeypad; }
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInputAgent.h 56 virtual void dispatchKeyEvent(ErrorString*, const String& type, const int* modifiers, const double* timestamp, const String* text, const String* unmodifiedText, const String* keyIdentifier, const int* windowsVirtualKeyCode, const int* nativeVirtualKeyCode, const int* macCharCode, const bool* autoRepeat, const bool* isKeypad, const bool* isSystemKey);
InspectorInputAgent.cpp 102 void InspectorInputAgent::dispatchKeyEvent(ErrorString* error, const String& type, const int* modifiers, const double* timestamp, const String* text, const String* unmodifiedText, const String* keyIdentifier, const int* windowsVirtualKeyCode, const int* nativeVirtualKeyCode, const int* macCharCode, const bool* autoRepeat, const bool* isKeypad, const bool* isSystemKey)
127 isKeypad ? *isKeypad : false,
  /external/chromium_org/third_party/WebKit/Source/core/events/
KeyboardEvent.cpp 70 if (key.isKeypad())
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 287 m_isKeypad = (e.modifiers & WebInputEvent::IsKeyPad);
628 modifiers |= WebInputEvent::IsKeyPad;
686 if (event.isKeypad())
687 modifiers |= WebInputEvent::IsKeyPad;

Completed in 165 milliseconds