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

  /external/chromium/chrome/browser/ui/views/bubble/
border_contents_unittest.cc 52 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(arrow_location));
68 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(arrow_location));
84 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(arrow_location));
100 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(arrow_location));
116 EXPECT_FALSE(BubbleBorder::is_arrow_on_left(arrow_location));
132 EXPECT_FALSE(BubbleBorder::is_arrow_on_left(arrow_location));
148 EXPECT_FALSE(BubbleBorder::is_arrow_on_left(arrow_location));
164 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(arrow_location));
181 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(arrow_location));
209 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(arrow_location))
    [all...]
bubble_border.h 70 static bool is_arrow_on_left(ArrowLocation loc) { function in class:BubbleBorder
bubble_border.cc 227 !is_arrow_on_left(arrow_location_)) {
  /external/chromium_org/ui/views/bubble/
bubble_border_unittest.cc 111 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(BubbleBorder::TOP_LEFT));
112 EXPECT_FALSE(BubbleBorder::is_arrow_on_left(BubbleBorder::TOP_RIGHT));
114 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(BubbleBorder::BOTTOM_LEFT));
115 EXPECT_FALSE(BubbleBorder::is_arrow_on_left(BubbleBorder::BOTTOM_RIGHT));
117 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(BubbleBorder::LEFT_TOP));
118 EXPECT_FALSE(BubbleBorder::is_arrow_on_left(BubbleBorder::RIGHT_TOP));
120 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(BubbleBorder::LEFT_BOTTOM));
121 EXPECT_FALSE(BubbleBorder::is_arrow_on_left(BubbleBorder::RIGHT_BOTTOM));
123 EXPECT_FALSE(BubbleBorder::is_arrow_on_left(BubbleBorder::TOP_CENTER));
124 EXPECT_FALSE(BubbleBorder::is_arrow_on_left(BubbleBorder::BOTTOM_CENTER))
    [all...]
bubble_border.cc 179 if (is_arrow_on_left(arrow_)) {
189 x += is_arrow_on_left(arrow_) ? w + arrow_size : -arrow_size - size.width();
237 if (is_arrow_on_left(arrow_))
268 return is_arrow_on_left(arrow_) ?
284 origin.set_x(is_arrow_on_left(arrow_) || is_arrow_at_center(arrow_) ?
295 if (is_arrow_on_left(arrow_))
309 is_arrow_on_left(arrow_) ? arrow_bounds.right() - thickness :
315 is_arrow_on_top(arrow_) : is_arrow_on_left(arrow_);
bubble_border.h 98 static bool is_arrow_on_left(Arrow a) { function in class:views::BubbleBorder

Completed in 33 milliseconds