Searched refs:IS_MAC (Results 1 – 7 of 7) sorted by relevance
114 if (!IS_MAC && e.keyCode == 46 || // Del115 IS_MAC && e.metaKey && e.keyCode == 8) { // Cmd + Backspace
30 public static boolean IS_MAC; field in EnvironmentUtils
70 EnvironmentUtils.IS_MAC = isMac; in initialize()
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()