Home | History | Annotate | Download | only in workspace

Lines Matching defs:left_edge

775   const int left_edge = work_area.x();
779 if (ShouldStickToEdge(bounds->x() - left_edge, sticky_size)) {
780 bounds->set_x(left_edge);
805 const int left_edge = work_area.x();
815 ShouldStickToEdge(bounds->x() - left_edge, sticky_size)) {
816 bounds->set_width(bounds->right() - left_edge);
817 bounds->set_x(left_edge);
868 SnapSizer::LEFT_EDGE : SnapSizer::RIGHT_EDGE;