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

  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_view.mm 206 targetController_ = nil;
224 if (targetController_) {
227 [[targetController_ window] makeMainWindow];
322 [targetController_ removePlaceholder];
325 targetController_ = nil;
328 targetController_ = sourceController_;
329 [targetController_ insertPlaceholderForTab:self
445 if (targetController_ != newTarget) {
447 [targetController_ removePlaceholder];
448 targetController_ = newTarget
    [all...]
tab_view.h 96 TabWindowController* targetController_; // weak. Controller being targeted

Completed in 203 milliseconds