Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_strip.h285 struct DropInfo { struct
286 DropInfo(int drop_index,
290 ~DropInfo();
315 DISALLOW_COPY_AND_ASSIGN(DropInfo); argument
631 scoped_ptr<DropInfo> drop_info_;
Dtab_strip.cc2259 new DropInfo(tab_data_index, drop_before, !is_beneath, GetWidget())); in SetDropIndex()
2293 TabStrip::DropInfo::DropInfo(int drop_index, in DropInfo() function in TabStrip::DropInfo
2315 TabStrip::DropInfo::~DropInfo() { in ~DropInfo()
/external/chromium_org/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view.h264 struct DropInfo;
424 scoped_ptr<DropInfo> drop_info_;
Dbookmark_bar_view.cc392 struct BookmarkBarView::DropInfo { struct in BookmarkBarView
393 DropInfo() in DropInfo() function
868 drop_info_.reset(new DropInfo()); in CanDrop()