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.cc180 : detach_into_browser_(true),
225 if (source_tabstrip_ && detach_into_browser_)
230 if (!detach_into_browser_)
234 TabStrip* capture_tabstrip = (attached_tabstrip_ && detach_into_browser_) ?
275 detach_into_browser_ = false;
277 if (detach_into_browser_)
347 if (detach_into_browser_ && static_cast<int>(drag_data_.size()) ==
404 if (!detach_into_browser_) {
522 DCHECK(detach_into_browser_);
607 DCHECK(!detach_into_browser_ || attached_tabstrip
[all...]
H A Dtab_drag_controller.h483 bool detach_into_browser_; member in class:TabDragController
597 // (|detach_into_browser_| is true).

Completed in 92 milliseconds