Searched defs:tooltip_size (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/corewm/
H A Dtooltip_win.cc85 DWORD tooltip_size = SendMessage(tooltip_hwnd_, TTM_GETBUBBLESIZE, 0, local
87 const gfx::Size size(LOWORD(tooltip_size), HIWORD(tooltip_size));
H A Dtooltip_aura.cc153 const gfx::Size& tooltip_size) {
154 gfx::Rect tooltip_rect(mouse_pos, tooltip_size);
169 tooltip_rect.set_y(mouse_pos.y() - tooltip_size.height());
152 SetTooltipBounds(const gfx::Point& mouse_pos, const gfx::Size& tooltip_size) argument

Completed in 78 milliseconds