Searched refs:groupDropDownButton_ (Results 1 – 2 of 2) sorted by relevance
189 groupDropDownButton_.reset(191 [groupDropDownButton_194 [groupDropDownButton_ setAction:@selector(notifierGroupSelectionChanged:)];195 [groupDropDownButton_ setTarget:self];197 [groupDropDownButton_ addItemWithTitle:@""];204 [groupDropDownButton_ addItemWithTitle:base::SysUTF16ToNSString(item)];207 [[groupDropDownButton_ lastItem] setState:NSOnState];210 [groupDropDownButton_ setTitle:base::SysUTF16ToNSString(title)];211 [groupDropDownButton_ sizeToFit];212 dropDownButtonFrame = [groupDropDownButton_ frame];[all …]
59 base::scoped_nsobject<MCDropDown> groupDropDownButton_; variable