Home | History | Annotate | Download | only in tabs

Lines Matching refs:window_create_point_

557   // window_create_point_ is only used in CompleteDrag() (through
562 // the window_create_point_ is not in the correct coordinate system. Please
566 window_create_point_ = first_source_tab_point_;
567 window_create_point_.Offset(mouse_offset_.x(), mouse_offset_.y());
591 return gfx::Point(cursor_point.x() - window_create_point_.x(),
592 cursor_point.y() - window_create_point_.y());