Searched refs:popUpCell_ (Results 1 – 4 of 4) sorted by relevance
129 if (!popUpCell_.get()) {130 popUpCell_.reset([[NSPopUpButtonCell alloc] initTextCell:@""133 DCHECK(popUpCell_.get());134 [popUpCell_ setMenu:[self attachedMenu]];135 [popUpCell_ selectItem:nil];136 [popUpCell_ attachPopUpWithFrame:frame138 [popUpCell_ performClickWithFrame:frame
31 scoped_nsobject<NSPopUpButtonCell> popUpCell_; variable
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