Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view.cc1688 int button_w = button->width(); in CalculateDropLocation() local
1689 if (button_x < button_w) { in CalculateDropLocation()
1695 } else if (button_x < button_w - views::kDropBetweenPixels) { in CalculateDropLocation()
1701 } else if (button_x < button_w / 2) { in CalculateDropLocation()