Home
last modified time | relevance | path

Searched refs:popUpCell_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/
Dmenu_button.mm146 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];
Dmenu_button.h30 base::scoped_nsobject<NSPopUpButtonCell> popUpCell_; variable