Searched refs:measure_item_struct (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
H A Dnative_menu_win.cc172 void OnMeasureItem(WPARAM w_param, MEASUREITEMSTRUCT* measure_item_struct) { argument
173 NativeMenuWin::ItemData* data = GetItemData(measure_item_struct->itemData);
176 measure_item_struct->itemWidth =
181 measure_item_struct->itemWidth += kArrowWidth;
184 measure_item_struct->itemWidth += gfx::GetStringWidth(L" ", font_list);
185 measure_item_struct->itemHeight =
189 measure_item_struct->itemHeight = GetSystemMetrics(SM_CYMENU) / 2;
190 measure_item_struct->itemWidth = 0;

Completed in 165 milliseconds