Searched refs:other_delta_x (Results 1 – 1 of 1) sorted by relevance
1400 const int other_delta_x = mirrored_x - other_bookmarked_button_->x(); in CalculateDropOperation() local1401 if (other_bookmarked_button_->IsVisible() && other_delta_x >= 0 && in CalculateDropOperation()1402 other_delta_x < other_bookmarked_button_->width()) { in CalculateDropOperation()