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

  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip.h 119 struct DropInfo {
120 DropInfo(int index, bool drop_before, bool paint_down);
121 ~DropInfo();
140 DISALLOW_COPY_AND_ASSIGN(DropInfo);
266 scoped_ptr<DropInfo> drop_info_;
tab_strip.cc 813 drop_info_.reset(new DropInfo(tab_data_index, drop_before, !is_beneath));
845 // TabStrip::DropInfo ----------------------------------------------------------
847 TabStrip::DropInfo::DropInfo(int drop_index, bool drop_before, bool point_down)
866 TabStrip::DropInfo::~DropInfo() {
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 177 class DropInfo {
179 DropInfo(int index, bool drop_before, bool point_down);
180 virtual ~DropInfo();
185 CHROMEGTK_CALLBACK_1(DropInfo, gboolean, OnExposeEvent, GdkEventExpose*);
226 DISALLOW_COPY_AND_ASSIGN(DropInfo);
450 scoped_ptr<DropInfo> drop_info_;
tab_strip_gtk.cc     [all...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.h 259 struct DropInfo;
495 scoped_ptr<DropInfo> drop_info_;
bookmark_bar_view.cc 243 // DropInfo -------------------------------------------------------------------
247 struct BookmarkBarView::DropInfo {
248 DropInfo()
546 drop_info_.reset(new DropInfo());
    [all...]

Completed in 520 milliseconds