Searched refs:popUpCell_ (Results 1 – 2 of 2) sorted by relevance
146 if (!popUpCell_.get()) {147 popUpCell_.reset([[NSPopUpButtonCell alloc] initTextCell:@""150 DCHECK(popUpCell_.get());151 [popUpCell_ setMenu:[self attachedMenu]];152 [popUpCell_ selectItem:nil];153 [popUpCell_ attachPopUpWithFrame:frame inView:self];154 [popUpCell_ performClickWithFrame:frame inView:self];
30 base::scoped_nsobject<NSPopUpButtonCell> popUpCell_; variable