Home | History | Annotate | Download | only in bubble

Lines Matching defs:arrow_location

48   BubbleBorder::ArrowLocation arrow_location =
49 border_contents.bubble_border()->arrow_location();
50 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location));
51 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(arrow_location));
52 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(arrow_location));
64 arrow_location = border_contents.bubble_border()->arrow_location();
66 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location));
67 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(arrow_location));
68 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(arrow_location));
80 arrow_location = border_contents.bubble_border()->arrow_location();
82 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location));
83 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(arrow_location));
84 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(arrow_location));
96 arrow_location = border_contents.bubble_border()->arrow_location();
98 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location));
99 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(arrow_location));
100 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(arrow_location));
112 arrow_location = border_contents.bubble_border()->arrow_location();
114 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location));
115 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(arrow_location));
116 EXPECT_FALSE(BubbleBorder::is_arrow_on_left(arrow_location));
128 arrow_location = border_contents.bubble_border()->arrow_location();
130 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location));
131 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(arrow_location));
132 EXPECT_FALSE(BubbleBorder::is_arrow_on_left(arrow_location));
144 arrow_location = border_contents.bubble_border()->arrow_location();
146 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location));
147 EXPECT_FALSE(BubbleBorder::is_arrow_on_top(arrow_location));
148 EXPECT_FALSE(BubbleBorder::is_arrow_on_left(arrow_location));
160 arrow_location = border_contents.bubble_border()->arrow_location();
162 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location));
163 EXPECT_FALSE(BubbleBorder::is_arrow_on_top(arrow_location));
164 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(arrow_location));
177 arrow_location = border_contents.bubble_border()->arrow_location();
179 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location));
180 EXPECT_FALSE(BubbleBorder::is_arrow_on_top(arrow_location));
181 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(arrow_location));
205 BubbleBorder::ArrowLocation arrow_location =
206 border_contents.bubble_border()->arrow_location();
207 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location));
208 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(arrow_location));
209 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(arrow_location));
227 BubbleBorder::ArrowLocation arrow_location =
228 border_contents.bubble_border()->arrow_location();
229 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location));
230 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(arrow_location));
231 EXPECT_FALSE(BubbleBorder::is_arrow_on_left(arrow_location));