Home
last modified time | relevance | path

Searched refs:other_delta_x (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view.cc1400 const int other_delta_x = mirrored_x - other_bookmarked_button_->x(); in CalculateDropOperation() local
1401 if (other_bookmarked_button_->IsVisible() && other_delta_x >= 0 && in CalculateDropOperation()
1402 other_delta_x < other_bookmarked_button_->width()) { in CalculateDropOperation()