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

  /external/webkit/Source/WebKit/chromium/public/
WebInputEvent.h 113 ControlKey = 1 << 1,
133 static const int InputModifiers = ShiftKey | ControlKey | AltKey | MetaKey;
  /external/webkit/Source/WebKit2/Shared/
WebEvent.h 79 ControlKey = 1 << 1,
88 bool controlKey() const { return m_modifiers & ControlKey; }

Completed in 1371 milliseconds