Home | History | Annotate | Download | only in bubble

Lines Matching refs:LEFT_TOP

28             BubbleBorder::horizontal_mirror(BubbleBorder::LEFT_TOP));
29 EXPECT_EQ(BubbleBorder::LEFT_TOP,
64 BubbleBorder::vertical_mirror(BubbleBorder::LEFT_TOP));
68 EXPECT_EQ(BubbleBorder::LEFT_TOP,
96 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::LEFT_TOP));
119 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(BubbleBorder::LEFT_TOP));
142 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(BubbleBorder::LEFT_TOP));
165 EXPECT_FALSE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::LEFT_TOP));
191 EXPECT_FALSE(BubbleBorder::is_arrow_at_center(BubbleBorder::LEFT_TOP));
262 { BubbleBorder::LEFT_TOP, kSmallSize, kSmallVertArrow, kSmallNoArrow },
282 { BubbleBorder::LEFT_TOP, kMediumSize, kMediumVertArrow, kMediumNoArrow },
380 { BubbleBorder::LEFT_TOP, BubbleBorder::ALIGN_ARROW_TO_MID_ANCHOR,
382 { BubbleBorder::LEFT_TOP, BubbleBorder::ALIGN_EDGE_TO_ANCHOR_EDGE,