Searched refs:is_arrow_on_horizontal (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/views/bubble/
H A Dbubble_border_unittest.cc159 EXPECT_TRUE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::TOP_LEFT));
160 EXPECT_TRUE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::TOP_RIGHT));
162 EXPECT_TRUE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::BOTTOM_LEFT));
163 EXPECT_TRUE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::BOTTOM_RIGHT));
165 EXPECT_FALSE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::LEFT_TOP));
166 EXPECT_FALSE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::RIGHT_TOP));
168 EXPECT_FALSE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::LEFT_BOTTOM));
170 BubbleBorder::is_arrow_on_horizontal(BubbleBorder::RIGHT_BOTTOM));
172 EXPECT_TRUE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::TOP_CENTER));
174 BubbleBorder::is_arrow_on_horizontal(BubbleBorde
[all...]
H A Dbubble_border.cc154 if (is_arrow_on_horizontal(arrow_)) {
191 const int edge_length = is_arrow_on_horizontal(arrow_) ?
229 if (is_arrow_on_horizontal(arrow_) ?
232 return is_arrow_on_horizontal(arrow_) ?
257 else if (is_arrow_on_horizontal(arrow_))
267 if (is_arrow_on_horizontal(arrow_)) {
284 if (is_arrow_on_horizontal(arrow_)) {
307 const bool horizontal = is_arrow_on_horizontal(arrow_);
H A Dbubble_frame_view.cc274 const bool mirror_vertical = BubbleBorder::is_arrow_on_horizontal(arrow);
331 const bool is_horizontal = BubbleBorder::is_arrow_on_horizontal(arrow);
H A Dbubble_border.h134 static bool is_arrow_on_horizontal(Arrow a) { function in class:views::BubbleBorder
/external/chromium_org/ash/shelf/
H A Doverflow_bubble_view.cc183 views::BubbleBorder::is_arrow_on_horizontal(arrow()) ?
201 if (views::BubbleBorder::is_arrow_on_horizontal(arrow())) {

Completed in 111 milliseconds