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

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 380 : detach_into_browser_(ShouldDetachIntoNewBrowser()),
423 if (source_tabstrip_ && detach_into_browser_)
436 if (!detach_into_browser_)
469 detach_into_browser_ = false;
471 if (detach_into_browser_)
543 if (detach_into_browser_ && static_cast<int>(drag_data_.size()) ==
603 if (!detach_into_browser_) {
749 DCHECK(detach_into_browser_);
873 DCHECK(!detach_into_browser_ || attached_tabstrip_);
890 if (detach_into_browser_ &
    [all...]
tab_drag_controller.h 50 // . If |detach_into_browser_| is true then a new Browser is created and
53 // . If |detach_into_browser_| is false a small representation of the active tab
502 bool detach_into_browser_; member in class:TabDragController
621 // (|detach_into_browser_| is true).

Completed in 719 milliseconds