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

  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 85 int p1_x = static_cast<const GdkRectangle*>(p1)->x; local
87 if (p1_x < p2_x)
89 else if (p1_x == p2_x)
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 109 int p1_x = static_cast<const GdkRectangle*>(p1)->x; local
111 if (p1_x < p2_x)
113 else if (p1_x == p2_x)
    [all...]

Completed in 65 milliseconds