Lines Matching full:boolean
36 readonly attribute boolean ctrlKey;
37 readonly attribute boolean shiftKey;
38 readonly attribute boolean altKey;
39 readonly attribute boolean metaKey;
40 readonly attribute boolean altGraphKey;
43 boolean getModifierState(in DOMString keyIdentifierArg);
48 in boolean canBubble,
49 in boolean cancelable,
53 in boolean ctrlKey,
54 in boolean altKey,
55 in boolean shiftKey,
56 in boolean metaKey,
57 in boolean altGraphKey);
65 in boolean canBubble,
66 in boolean cancelable,
70 in boolean ctrlKey,
71 in boolean altKey,
72 in boolean shiftKey,
73 in boolean metaKey);