Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/bubble/
Dbubble_border.cc157 std::min(offset, (is_arrow_on_horizontal(arrow_location_) ? in SetArrowOffset()
226 else if (is_arrow_on_horizontal(arrow_location_) && in Paint()
229 } else if (!is_arrow_on_horizontal(arrow_location_) && in Paint()
Dbubble_border.h78 static bool is_arrow_on_horizontal(ArrowLocation loc) { in is_arrow_on_horizontal() function