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

  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 591 from_index_(from_index),
627 if (to_index_ < from_index_) {
634 } else if (index == from_index_ + 1) {
639 if (index == from_index_) {
680 int from_index_; member in class:MiniMoveAnimation
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 617 from_index_(from_index),
653 if (to_index_ < from_index_) {
660 } else if (index == from_index_ + 1) {
665 if (index == from_index_) {
708 int from_index_; member in class:MiniMoveAnimation
    [all...]

Completed in 63 milliseconds