Searched refs:keyMap (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DEflKeyboardUtilities.cpp45 static KeyMap& keyMap() function in namespace:WebCore
47 DEFINE_STATIC_LOCAL(KeyMap, keyMap, ());
48 return keyMap;
75 keyMap().set(String(&c, 1), builder.toString());
86 keyMap().set(key, key);
88 keyMap().set(ASCIILiteral("Alt_L"), ASCIILiteral("Alt"));
89 keyMap().set(ASCIILiteral("ISO_Level3_Shift"), ASCIILiteral("Alt"));
90 keyMap().set(ASCIILiteral("Menu"), ASCIILiteral("Alt"));
91 keyMap().set(ASCIILiteral("Shift_L"), ASCIILiteral("Shift"));
92 keyMap()
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DAppleCSPSession.h147 typedef std::map<KeyRef, const BinaryKey *> keyMap; typedef in class:AppleCSPSession
148 keyMap refKeyMap;
H A DAppleCSP.cpp352 keyMap::iterator it = refKeyMap.find(keyRef);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DCodeMirrorTextEditor.js740 var keyMap = {};
741 keyMap[leftKey] = moveLeft.bind(this, false);
742 keyMap[rightKey] = moveRight.bind(this, false);
743 keyMap["Shift-" + leftKey] = moveLeft.bind(this, true);
744 keyMap["Shift-" + rightKey] = moveRight.bind(this, true);
745 codeMirror.addKeyMap(keyMap);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/cm/
H A Dcodemirror.js242 var style = keyMap[cm.options.keyMap].style;
1928 maps.push(cm.options.keyMap);
1936 var startMap = getKeyMap(cm.options.keyMap), next = startMap.auto;
1939 if (getKeyMap(cm.options.keyMap) == startMap)
1940 cm.options.keyMap = (next.call ? next.call(null, cm) : next);
3039 option("keyMap", "default", keyMapChanged);
3264 var keyMap = CodeMirror.keyMap = {};
3265 keyMap
[all...]

Completed in 136 milliseconds