Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view.cc254 is_over_other(false), in DropInfo()
277 bool is_over_other; member
572 bool is_over_other; in OnDragUpdated() local
576 &is_over_other); in OnDragUpdated()
581 drop_info_->is_over_other == is_over_other) { in OnDragUpdated()
596 drop_info_->is_over_other = is_over_other; in OnDragUpdated()
604 if (drop_on || is_over_overflow || is_over_other) { in OnDragUpdated()
606 if (is_over_other) in OnDragUpdated()
643 drop_info_->is_over_other ? model_->other_node() : in OnPerformDrop()
648 const bool is_over_other = drop_info_->is_over_other; in OnPerformDrop() local
[all …]
Dbookmark_bar_view.h430 bool* is_over_other);