Home
last modified time | relevance | path

Searched refs:has_arrow (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/bubble/
Dborder_contents_unittest.cc50 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location)); in TEST_F()
66 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location)); in TEST_F()
82 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location)); in TEST_F()
98 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location)); in TEST_F()
114 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location)); in TEST_F()
130 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location)); in TEST_F()
146 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location)); in TEST_F()
162 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location)); in TEST_F()
179 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location)); in TEST_F()
207 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location)); in TEST_F()
[all …]
Dbubble_border.h66 static bool has_arrow(ArrowLocation loc) { in has_arrow() function