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

  /external/chromium_org/ui/views/controls/menu/
menu_config.cc 36 scroll_arrow_height(3),
menu_config.h 99 int scroll_arrow_height; member in struct:views::MenuConfig
menu_scroll_view_container.cc 45 host_->GetMenuItem()->GetMenuConfig().scroll_arrow_height * 2 - 1,
86 int y = (height() - config.scroll_arrow_height) / 2;
88 int x_left = x - config.scroll_arrow_height;
89 int x_right = x + config.scroll_arrow_height;
94 y = y_bottom + config.scroll_arrow_height;
96 y_bottom = y + config.scroll_arrow_height;

Completed in 493 milliseconds