Searched refs:hiddenButtons_ (Results 1 – 2 of 2) sorted by relevance
169 // |hiddenButtons_|.290 hiddenButtons_.reset([[NSMutableArray alloc] init]);321 return [self buttonCount] - [hiddenButtons_ count];387 if ([hiddenButtons_ containsObject:button])513 [hiddenButtons_ removeObject:button];608 while([hiddenButtons_ count] > 0) {609 [containerView_ addSubview:[hiddenButtons_ objectAtIndex:0]];610 [hiddenButtons_ removeObjectAtIndex:0];636 [hiddenButtons_ addObject:button];652 if (![hiddenButtons_ containsObject:button])[all …]
53 scoped_nsobject<NSMutableArray> hiddenButtons_; variable