Searched refs:is_arrow_on_top (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/views/bubble/
H A Dbubble_border_unittest.cc136 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(BubbleBorder::TOP_LEFT));
137 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(BubbleBorder::TOP_RIGHT));
139 EXPECT_FALSE(BubbleBorder::is_arrow_on_top(BubbleBorder::BOTTOM_LEFT));
140 EXPECT_FALSE(BubbleBorder::is_arrow_on_top(BubbleBorder::BOTTOM_RIGHT));
142 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(BubbleBorder::LEFT_TOP));
143 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(BubbleBorder::RIGHT_TOP));
145 EXPECT_FALSE(BubbleBorder::is_arrow_on_top(BubbleBorder::LEFT_BOTTOM));
146 EXPECT_FALSE(BubbleBorder::is_arrow_on_top(BubbleBorder::RIGHT_BOTTOM));
148 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(BubbleBorder::TOP_CENTER));
149 EXPECT_FALSE(BubbleBorder::is_arrow_on_top(BubbleBorde
[all...]
H A Dbubble_border.cc163 y += is_arrow_on_top(arrow_) ? h + arrow_size : -arrow_size - size.height();
166 if (is_arrow_on_top(arrow_)) {
230 is_arrow_on_top(arrow_) : is_arrow_on_left(arrow_))
268 return is_arrow_on_top(arrow_) ?
288 if (is_arrow_on_top(arrow_))
293 origin.set_y(is_arrow_on_top(arrow_) || is_arrow_at_center(arrow_) ?
313 is_arrow_on_top(arrow_) ? arrow_bounds.bottom() - thickness :
316 is_arrow_on_top(arrow_) : is_arrow_on_left(arrow_);
H A Dbubble_border.h130 static bool is_arrow_on_top(Arrow a) { function in class:views::BubbleBorder
/external/chromium_org/ash/ime/
H A Dcandidate_window_view.cc49 is_arrow_on_top(arrow()) ?

Completed in 1007 milliseconds