Home | History | Annotate | Download | only in Carbon

Lines Matching refs:selector

594 //    if ([_borderView respondsToSelector:@selector(setShadowState:)]) {
824 if (inActionSelector==@selector(clear:)) hiCommandID = kHICommandClear;
825 else if (inActionSelector==@selector(copy:)) hiCommandID = kHICommandCopy;
826 else if (inActionSelector==@selector(cut:)) hiCommandID = kHICommandCut;
827 else if (inActionSelector==@selector(paste:)) hiCommandID = kHICommandPaste;
828 else if (inActionSelector==@selector(redo:)) hiCommandID = kHICommandRedo;
829 else if (inActionSelector==@selector(selectAll:)) hiCommandID = kHICommandSelectAll;
830 else if (inActionSelector==@selector(undo:)) hiCommandID = kHICommandUndo;