Searched refs:IS_MAC (Results 1 – 8 of 8) sorted by relevance
30 public static boolean IS_MAC; field in EnvironmentUtils
70 EnvironmentUtils.IS_MAC = isMac; in initialize()
114 if (!IS_MAC && e.keyCode == 46 || // Del115 IS_MAC && e.metaKey && e.keyCode == 8) { // Cmd + Backspace
45 EnvironmentUtils.IS_MAC in ButtonPropertyEditorPresentation()
12 const IS_MAC = /^Mac/.test(navigator.platform); constant
654 if (!IS_MAC && e.keyCode == 46 || // Del655 IS_MAC && e.metaKey && e.keyCode == 8) { // Cmd + Backspace
216 shell.setSize(offsetWidth + ((EnvironmentUtils.IS_MAC) ? 6 : 10), size.y); in expandShellToShowFullPage_Height()
564 if (EnvironmentUtils.IS_MAC) { in activateEditor()