HomeSort by relevance Sort by last modified time
    Searched refs:is_over_other (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 254 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
    [all...]
bookmark_bar_view.h 430 bool* is_over_other);

Completed in 201 milliseconds