Searched refs:drop_info_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc488 if (drop_info_.get() && drop_info_->valid &&
489 drop_info_->drag_operation != 0 && drop_info_->drop_index != -1 &&
490 !drop_info_->is_over_overflow && !drop_info_->drop_on) {
491 int index = drop_info_->drop_index;
545 if (!drop_info_.get())
546 drop_info_.reset(new DropInfo());
550 return drop_info_
[all...]
H A Dbookmark_bar_view.h495 scoped_ptr<DropInfo> drop_info_; member in class:BookmarkBarView
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc375 if (!drop_info_.get())
378 const int drop_index = drop_info_->drop_index;
379 const bool drop_before = drop_info_->drop_before;
798 if (drop_info_.get())
799 drop_info_.reset(NULL);
803 if (drop_info_.get() && drop_info_->drop_index == tab_data_index &&
804 drop_info_->drop_before == drop_before) {
812 if (!drop_info_.get()) {
813 drop_info_
[all...]
H A Dtab_strip.h266 scoped_ptr<DropInfo> drop_info_; member in class:TabStrip
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc1599 if (!drop_info_.get()) {
1600 drop_info_.reset(new DropInfo(index, drop_before, !is_beneath));
1602 if (!GTK_IS_WIDGET(drop_info_->container)) {
1603 drop_info_->CreateContainer();
1604 } else if (drop_info_->drop_index == index &&
1605 drop_info_->drop_before == drop_before) {
1609 drop_info_->drop_index = index;
1610 drop_info_->drop_before = drop_before;
1611 if (is_beneath == drop_info_->point_down) {
1612 drop_info_
[all...]
H A Dtab_strip_gtk.h450 scoped_ptr<DropInfo> drop_info_; member in class:TabStripGtk

Completed in 443 milliseconds