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

  /external/chromium_org/ui/views/controls/
separator.cc 16 const int kSeparatorHeight = 1;
33 return gfx::Size(width(), kSeparatorHeight);
34 return gfx::Size(kSeparatorHeight, height());
  /external/chromium_org/ui/views/controls/menu/
menu_separator_views.cc 15 const int kSeparatorHeight = 1;
35 pos = height() - kSeparatorHeight;
45 canvas->FillRect(gfx::Rect(0, pos, width(), kSeparatorHeight),
  /external/chromium/chrome/browser/ui/views/tabs/
side_tab_strip.cc 30 const int kSeparatorHeight = 1;
299 separator_bounds_.SetRect(0, -kSeparatorHeight, width(), kSeparatorHeight);
305 separator_bounds_.SetRect(0, y, width(), kSeparatorHeight);
306 y += kSeparatorHeight + kVerticalTabSpacing;
324 separator_bounds_.SetRect(0, y, width(), kSeparatorHeight);
325 y += kSeparatorHeight + kVerticalTabSpacing;
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_impl.cc 40 const size_t kSeparatorHeight = 1;
511 return kSeparatorHeight;

Completed in 2209 milliseconds