Searched refs:tabArray_ (Results 1 – 2 of 2) sorted by relevance
361 tabArray_.reset([[NSMutableArray alloc] init]);628 for (TabController* controller in tabArray_.get()) {647 for (TabController* current in tabArray_.get()) {667 TabController* controller = [tabArray_ objectAtIndex:i];684 if (index >= [tabArray_ count])686 return [[tabArray_ objectAtIndex:index] view];690 return [tabArray_ count];806 if (![tabArray_ count])881 for (TabController* tab in tabArray_.get()) {1121 [tabArray_ insertObject:newController atIndex:index];[all …]
105 scoped_nsobject<NSMutableArray> tabArray_; variable