Searched refs:kNoCommand (Results 1 – 1 of 1) sorted by relevance
56 const int kNoCommand = 0; variable81 return kNoCommand; in GetCommandForKeyEvent()90 return (control && shift && !alt) ? IDS_APP_REDO : kNoCommand; in GetCommandForKeyEvent()92 return (control && !alt) ? IDS_APP_REDO : kNoCommand; in GetCommandForKeyEvent()94 return (control && !alt) ? IDS_APP_SELECT_ALL : kNoCommand; in GetCommandForKeyEvent()96 return (control && !alt) ? IDS_APP_CUT : kNoCommand; in GetCommandForKeyEvent()98 return (control && !alt) ? IDS_APP_COPY : kNoCommand; in GetCommandForKeyEvent()100 return (control && !alt) ? IDS_APP_PASTE : kNoCommand; in GetCommandForKeyEvent()104 return kNoCommand; in GetCommandForKeyEvent()112 return kNoCommand; in GetCommandForKeyEvent()[all …]