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

  /external/chromium_org/ui/views/controls/menu/
menu_item_view.cc 521 child->SetBounds(0, GetTopMargin(), size.width(), size.height());
544 (height() + GetTopMargin() - GetBottomMargin() - size.height()) / 2;
769 const int top_margin = GetTopMargin();
864 int available_height = height() - GetTopMargin() - GetBottomMargin();
871 GetTopMargin(), max_accel_width, available_height);
900 int MenuItemView::GetTopMargin() const {
958 dimensions.height += GetBottomMargin() + GetTopMargin();
997 font_list.GetHeight() + GetBottomMargin() + GetTopMargin());
    [all...]
menu_item_view.h 336 int GetTopMargin() const;
  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.cc 503 int height = height_ - GetTopMargin() - GetBottomMargin();
    [all...]

Completed in 157 milliseconds