Lines Matching refs:Insets
70 gfx::Insets insets;
72 border()->GetInsets(&insets);
73 pref.Enlarge(insets.width(), insets.height());
82 // insets, the actual painting is done in MenuButtonBackground.
91 virtual void GetInsets(gfx::Insets* insets) const {
92 insets->Set(MenuConfig::instance().item_top_margin,
515 gfx::Insets insets;
517 zoom_label_->border()->GetInsets(&insets);
537 return max_w + insets.width();