HomeSort by relevance Sort by last modified time
    Searched defs:is_beneath (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip.cc 732 bool* is_beneath) {
759 *is_beneath = (monitor_bounds.IsEmpty() ||
762 *is_beneath = false;
765 if (*is_beneath)
808 bool is_beneath; local
810 &is_beneath);
813 drop_info_.reset(new DropInfo(tab_data_index, drop_before, !is_beneath));
817 if (is_beneath == drop_info_->point_down) {
818 drop_info_->point_down = !is_beneath;
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 1596 bool is_beneath; local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 1734 bool is_beneath; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc 2365 bool is_beneath; local
    [all...]

Completed in 89 milliseconds