Searched refs:detach_into_browser_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc356 : detach_into_browser_(ShouldDetachIntoNewBrowser()),
395 if (source_tabstrip_ && detach_into_browser_)
408 if (!detach_into_browser_)
439 detach_into_browser_ = false;
441 if (detach_into_browser_)
504 if (detach_into_browser_ && static_cast<int>(drag_data_.size()) ==
536 if (!detach_into_browser_) {
666 DCHECK(detach_into_browser_);
769 DCHECK(!detach_into_browser_ || attached_tabstrip_);
785 if (detach_into_browser_
[all...]
H A Dtab_drag_controller.h49 // . If |detach_into_browser_| is true then a new Browser is created and
52 // . If |detach_into_browser_| is false a small representation of the active tab
480 bool detach_into_browser_; member in class:TabDragController
599 // (|detach_into_browser_| is true).

Completed in 82 milliseconds