Home | History | Annotate | Download | only in chromium

Lines Matching refs:characters

151     const char* characters = modifierName.c_str();
152 if (!strcmp(characters, "ctrlKey")
154 || !strcmp(characters, "addSelectionKey")
158 } else if (!strcmp(characters, "shiftKey") || !strcmp(characters, "rangeSelectionKey"))
160 else if (!strcmp(characters, "altKey")) {
171 } else if (!strcmp(characters, "metaKey") || !strcmp(characters, "addSelectionKey")) {
178 } else if (!strcmp(characters, "metaKey")) {