HomeSort by relevance Sort by last modified time
    Searched full:sheets_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_sheet_controller.mm 104 for (ConstrainedWindowSheetInfo* info in controller->sheets_.get()) {
115 sheets_.reset([[NSMutableArray alloc] init]);
152 [sheets_ addObject:info];
191 return [sheets_ count];
195 for (ConstrainedWindowSheetInfo* info in sheets_.get()) {
204 for (ConstrainedWindowSheetInfo* info in sheets_.get()) {
218 NSArray* sheets = [NSArray arrayWithArray:sheets_];
276 for (ConstrainedWindowSheetInfo* curInfo in sheets_.get()) {
287 if (![sheets_ containsObject:info])
298 [sheets_ removeObject:info]
    [all...]
constrained_window_sheet_controller.h 21 base::scoped_nsobject<NSMutableArray> sheets_; variable

Completed in 919 milliseconds