Searched refs:displayedButtonCount_ (Results 1 – 2 of 2) sorted by relevance
641 [[sender cell] setStartingChildIndex:displayedButtonCount_];867 [[offTheSideButton_ cell] setStartingChildIndex:displayedButtonCount_];871 if (bookmarkChildren > displayedButtonCount_) {1304 displayedButtonCount_ = 0;1311 ++displayedButtonCount_;1314 [buttons count] - (NSUInteger)displayedButtonCount_;1316 NSRange removalRange = NSMakeRange(displayedButtonCount_, removalCount);1536 if (barCount > displayedButtonCount_)1543 while (displayedButtonCount_ > 0) {1550 --displayedButtonCount_;[all …]
247 int displayedButtonCount_; variable