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

  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_controller.h 62 NSView* switchView_; // weak
tab_strip_controller.mm 448 switchView_ = switchView;
633 // child of |switchView_| because we're the one who put it there. There
636 NSArray* subviews = [switchView_ subviews];
644 [switchView_ replaceSubview:oldView with:newView];
646 [newView setFrame:[switchView_ bounds]];
647 [switchView_ addSubview:newView];
656 NSWindow* parentWindow = [switchView_ window];
    [all...]

Completed in 76 milliseconds