Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/bubble/
Dbubble_border.cc352 bool is_horizontal, in DrawEdgeWithArrow() argument
373 is_horizontal ? before_arrow : edge->width(), in DrawEdgeWithArrow()
374 is_horizontal ? edge->height() : before_arrow); in DrawEdgeWithArrow()
378 start_x + (is_horizontal ? before_arrow : offset), in DrawEdgeWithArrow()
379 start_y + (is_horizontal ? offset : before_arrow)); in DrawEdgeWithArrow()
382 start_x += (is_horizontal ? before_arrow + arrow->width() : 0); in DrawEdgeWithArrow()
383 start_y += (is_horizontal ? 0 : before_arrow + arrow->height()); in DrawEdgeWithArrow()
385 is_horizontal ? after_arrow : edge->width(), in DrawEdgeWithArrow()
386 is_horizontal ? edge->height() : after_arrow); in DrawEdgeWithArrow()
391 bool is_horizontal, in DrawArrowInterior() argument
[all …]
Dbubble_border.h115 bool is_horizontal,
125 bool is_horizontal,