HomeSort by relevance Sort by last modified time
    Searched refs:kSeparatorHeight (Results 1 - 3 of 3) 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;
52 pos = height() - kSeparatorHeight;
63 return gfx::Rect(0, pos, width(), kSeparatorHeight);
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_impl.cc 38 const size_t kSeparatorHeight = 1;
519 return kSeparatorHeight;

Completed in 666 milliseconds