Home
last modified time | relevance | path

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

/external/chromium_org/ui/message_center/cocoa/
Dsettings_controller.mm189 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 …]
Dsettings_controller.h59 base::scoped_nsobject<MCDropDown> groupDropDownButton_; variable