Home | History | Annotate | Download | only in bubble

Lines Matching refs:TOP_RIGHT

17   EXPECT_EQ(BubbleBorder::TOP_RIGHT,
20 BubbleBorder::horizontal_mirror(BubbleBorder::TOP_RIGHT));
56 BubbleBorder::vertical_mirror(BubbleBorder::TOP_RIGHT));
60 EXPECT_EQ(BubbleBorder::TOP_RIGHT,
91 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::TOP_RIGHT));
114 EXPECT_FALSE(BubbleBorder::is_arrow_on_left(BubbleBorder::TOP_RIGHT));
137 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(BubbleBorder::TOP_RIGHT));
160 EXPECT_TRUE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::TOP_RIGHT));
186 EXPECT_FALSE(BubbleBorder::is_arrow_at_center(BubbleBorder::TOP_RIGHT));
257 { BubbleBorder::TOP_RIGHT, kSmallSize, kSmallHorizArrow, kSmallNoArrow },
275 { BubbleBorder::TOP_RIGHT, kMediumSize, kMediumHorizArrow, kMediumNoArrow },