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

  /external/chromium_org/ui/message_center/views/
proportional_image_view.cc 30 int inset_width = width - insets.width(); local
31 return GetImageSizeForWidth(inset_width).height() + insets.height();
  /external/chromium/chrome/browser/ui/gtk/
nine_box.cc 73 int inset_width = left_margin + right_margin; local
78 width - inset_width, top_margin);
84 width - inset_width,
93 width - inset_width, bottom_margin);
  /external/chromium_org/chrome/browser/ui/gtk/
nine_box.cc 84 int inset_width = left_margin + right_margin; local
90 pixbuf, left_margin, 0, width - inset_width, top_margin));
96 pixbuf, left_margin, top_margin, width - inset_width,
105 width - inset_width, bottom_margin));

Completed in 49 milliseconds