Searched refs:drop_loc (Results 1 – 1 of 1) sorted by relevance
2197 gfx::Point drop_loc(center_x - drop_indicator_width / 2, in GetDropBounds() local2199 ConvertPointToScreen(this, &drop_loc); in GetDropBounds()2200 gfx::Rect drop_bounds(drop_loc.x(), drop_loc.y(), drop_indicator_width, in GetDropBounds()