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.cc157 EXPECT_TRUE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::TOP_LEFT));
158 EXPECT_TRUE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::TOP_RIGHT));
160 EXPECT_TRUE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::BOTTOM_LEFT));
161 EXPECT_TRUE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::BOTTOM_RIGHT));
163 EXPECT_FALSE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::LEFT_TOP));
164 EXPECT_FALSE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::RIGHT_TOP));
166 EXPECT_FALSE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::LEFT_BOTTOM));
168 BubbleBorder::is_arrow_on_horizontal(BubbleBorder::RIGHT_BOTTOM));
170 EXPECT_TRUE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::TOP_CENTER));
172 BubbleBorder::is_arrow_on_horizontal(BubbleBorde
[all...]
H A Dbubble_border.cc180 if (is_arrow_on_horizontal(arrow_)) {
217 const int edge_length = is_arrow_on_horizontal(arrow_) ?
255 if (is_arrow_on_horizontal(arrow_) ?
258 return is_arrow_on_horizontal(arrow_) ?
283 else if (is_arrow_on_horizontal(arrow_))
293 if (is_arrow_on_horizontal(arrow_)) {
310 if (is_arrow_on_horizontal(arrow_)) {
333 const bool horizontal = is_arrow_on_horizontal(arrow_);
H A Dbubble_border.h106 static bool is_arrow_on_horizontal(Arrow a) { function in class:views::BubbleBorder
H A Dbubble_frame_view.cc272 const bool mirror_vertical = BubbleBorder::is_arrow_on_horizontal(arrow);
329 const bool is_horizontal = BubbleBorder::is_arrow_on_horizontal(arrow);
/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 55 milliseconds