Home | History | Annotate | Download | only in bubble

Lines Matching refs:TOP_LEFT

18             BubbleBorder::horizontal_mirror(BubbleBorder::TOP_LEFT));
19 EXPECT_EQ(BubbleBorder::TOP_LEFT,
54 BubbleBorder::vertical_mirror(BubbleBorder::TOP_LEFT));
58 EXPECT_EQ(BubbleBorder::TOP_LEFT,
90 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::TOP_LEFT));
113 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(BubbleBorder::TOP_LEFT));
136 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(BubbleBorder::TOP_LEFT));
159 EXPECT_TRUE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::TOP_LEFT));
185 EXPECT_FALSE(BubbleBorder::is_arrow_at_center(BubbleBorder::TOP_LEFT));
255 { BubbleBorder::TOP_LEFT, kSmallSize, kSmallHorizArrow, kSmallNoArrow },
272 { BubbleBorder::TOP_LEFT, kMediumSize, kMediumHorizArrow, kMediumNoArrow },
317 views::BubbleBorder border(BubbleBorder::TOP_LEFT,
326 border.set_arrow(BubbleBorder::TOP_LEFT);
366 { BubbleBorder::TOP_LEFT, BubbleBorder::ALIGN_ARROW_TO_MID_ANCHOR,
368 { BubbleBorder::TOP_LEFT, BubbleBorder::ALIGN_EDGE_TO_ANCHOR_EDGE,