Searched refs:theAction (Results 1 – 3 of 3) sorted by relevance
88 ContextMenuAction theAction = action(); in setType() local94 m_platformDescription = new BMenuItem(BString(theTitle).String(), new BMessage(theAction)); in setType()99 m_platformDescription = new BMenuItem(subMenu, new BMessage(theAction)); in setType()102 … m_platformDescription = new BMenuItem(BString(theTitle).String(), new BMessage(theAction)); in setType()
117 - (BOOL)sendAction:(SEL)theAction to:(id)theTarget {127 const BOOL ret = [super sendAction:theAction to:theTarget];133 return [super sendAction:theAction to:theTarget];
274 - (BOOL)_blocksActionWhenModal:(SEL)theAction283 if (theAction == @selector(terminate:)) {