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.h 104 int scroll_arrow_height; member in struct:views::MenuConfig
menu_scroll_view_container.cc 27 static const int scroll_arrow_height = 3; variable
52 host_->GetMenuItem()->GetMenuConfig().scroll_arrow_height * 2 - 1,
93 int y = (height() - config.scroll_arrow_height) / 2;
95 int x_left = x - config.scroll_arrow_height;
96 int x_right = x + config.scroll_arrow_height;
101 y = y_bottom + config.scroll_arrow_height;
103 y_bottom = y + config.scroll_arrow_height;
menu_config.cc 41 scroll_arrow_height(3),

Completed in 235 milliseconds