HomeSort by relevance Sort by last modified time
    Searched refs:has_arrow (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/ui/views/bubble/
border_contents_unittest.cc 50 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location));
66 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location));
82 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location));
98 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location));
114 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location));
130 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location));
146 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location));
162 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location));
179 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location));
207 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location))
    [all...]
bubble_border.h 66 static bool has_arrow(ArrowLocation loc) { function in class:BubbleBorder
  /external/chromium_org/ui/views/bubble/
bubble_border_unittest.cc 88 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::TOP_LEFT));
89 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::TOP_RIGHT));
91 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::BOTTOM_LEFT));
92 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::BOTTOM_RIGHT));
94 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::LEFT_TOP));
95 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::RIGHT_TOP));
97 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::LEFT_BOTTOM));
98 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::RIGHT_BOTTOM));
100 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::TOP_CENTER));
101 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::BOTTOM_CENTER))
    [all...]
bubble_border.h 96 static bool has_arrow(Arrow a) { return a < NONE; } function in class:views::BubbleBorder
99 return has_arrow(a) && (a == LEFT_CENTER || !(a & (RIGHT | CENTER)));
103 return has_arrow(a) && (a == TOP_CENTER || !(a & (BOTTOM | CENTER)));
111 return has_arrow(a) && !!(a & CENTER);
bubble_border.cc 161 if (arrow_paint_type_ == PAINT_TRANSPARENT || !has_arrow(arrow_))
188 } else if (has_arrow(arrow_)) {
236 } else if (has_arrow(arrow_)) {
267 } else if (has_arrow(arrow_)) {
275 if (!has_arrow(arrow_) || arrow_paint_type_ != PAINT_NORMAL)
bubble_frame_view.cc 250 if (adjust_if_offscreen && BubbleBorder::has_arrow(arrow)) {
tray_bubble_view.cc 70 if (has_arrow(arrow())) {

Completed in 3121 milliseconds