Searched defs:is_over_other (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc254 is_over_other(false),
277 bool is_over_other; member in struct:BookmarkBarView::DropInfo
572 bool is_over_other; local
576 &is_over_other);
581 drop_info_->is_over_other == is_over_other) {
596 drop_info_->is_over_other = is_over_other;
604 if (drop_on || is_over_overflow || is_over_other) {
606 if (is_over_other)
648 const bool is_over_other = drop_info_->is_over_other; local
1378 CalculateDropOperation(const DropTargetEvent& event, const BookmarkNodeData& data, int* index, bool* drop_on, bool* is_over_overflow, bool* is_over_other) argument
[all...]

Completed in 46 milliseconds