Home
last modified time | relevance | path

Searched refs:second_inset (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/views/bubble/
Dbubble_border.cc253 int second_inset = std::max(inset, images_->arrow_thickness); in GetInsets() local
256 std::swap(first_inset, second_inset); in GetInsets()
258 gfx::Insets(first_inset, inset, second_inset, inset) : in GetInsets()
259 gfx::Insets(inset, first_inset, inset, second_inset); in GetInsets()