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

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.h 120 bool is_dragging_window() const { return is_dragging_window_; }
562 bool is_dragging_window_; member in class:TabDragController
tab_drag_controller.cc 196 is_dragging_window_(false),
388 if (reason == END_DRAG_CAPTURE_LOST && is_dragging_window_)
546 if (is_dragging_window_) {
553 if (!is_dragging_window_ && attached_tabstrip_) {
578 if (is_dragging_window_) {
630 is_dragging_window_ = false;
681 DCHECK(!is_dragging_window_);
826 GetLocalProcessWindow(point_in_screen, is_dragging_window_);
835 return is_dragging_window_ ? attached_tabstrip_ : NULL;
    [all...]

Completed in 4199 milliseconds