Home | History | Annotate | Download | only in tabs

Lines Matching refs:window_create_point_

677   // window_create_point_ is only used in CompleteDrag() (through
682 // the window_create_point_ is not in the correct coordinate system. Please
686 window_create_point_ = first_source_tab_point_;
687 window_create_point_.Offset(mouse_offset_.x(), mouse_offset_.y());
712 return gfx::Point(create_point.x() - window_create_point_.x(),
713 create_point.y() - window_create_point_.y());