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

  /external/chromium/chrome/browser/ui/gtk/
gtk_util.h 193 int MirroredLeftPointForRect(GtkWidget* widget, const gfx::Rect& bounds);
custom_button.cc 102 int x = gtk_util::MirroredLeftPointForRect(widget, bounds);
gtk_util.cc 593 int MirroredLeftPointForRect(GtkWidget* widget, const gfx::Rect& bounds) {
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 518 bounds.set_x(gtk_util::MirroredLeftPointForRect(parent, bounds));
747 gtk_util::MirroredLeftPointForRect(tab_.get(), favicon_bounds_));
749 gtk_util::MirroredLeftPointForRect(tab_.get(), close_button_bounds_));
751 gtk_util::MirroredLeftPointForRect(tab_.get(), title_bounds_));
    [all...]
tab_strip_gtk.cc     [all...]

Completed in 139 milliseconds