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

  /external/chromium/chrome/browser/ui/views/bubble/
border_contents_unittest.cc 51 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(arrow_location));
67 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(arrow_location));
83 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(arrow_location));
99 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(arrow_location));
115 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(arrow_location));
131 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(arrow_location));
147 EXPECT_FALSE(BubbleBorder::is_arrow_on_top(arrow_location));
163 EXPECT_FALSE(BubbleBorder::is_arrow_on_top(arrow_location));
180 EXPECT_FALSE(BubbleBorder::is_arrow_on_top(arrow_location));
208 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(arrow_location))
    [all...]
bubble_border.h 74 static bool is_arrow_on_top(ArrowLocation loc) { function in class:BubbleBorder
bubble_border.cc 230 !is_arrow_on_top(arrow_location_)) {
  /external/chromium_org/ui/views/bubble/
bubble_border_unittest.cc 134 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(BubbleBorder::TOP_LEFT));
135 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(BubbleBorder::TOP_RIGHT));
137 EXPECT_FALSE(BubbleBorder::is_arrow_on_top(BubbleBorder::BOTTOM_LEFT));
138 EXPECT_FALSE(BubbleBorder::is_arrow_on_top(BubbleBorder::BOTTOM_RIGHT));
140 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(BubbleBorder::LEFT_TOP));
141 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(BubbleBorder::RIGHT_TOP));
143 EXPECT_FALSE(BubbleBorder::is_arrow_on_top(BubbleBorder::LEFT_BOTTOM));
144 EXPECT_FALSE(BubbleBorder::is_arrow_on_top(BubbleBorder::RIGHT_BOTTOM));
146 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(BubbleBorder::TOP_CENTER));
147 EXPECT_FALSE(BubbleBorder::is_arrow_on_top(BubbleBorder::BOTTOM_CENTER))
    [all...]
bubble_border.cc 187 y += is_arrow_on_top(arrow_) ? h + arrow_size : -arrow_size - size.height();
190 if (is_arrow_on_top(arrow_)) {
233 if (is_arrow_on_top(arrow_))
265 return is_arrow_on_top(arrow_) ?
287 if (is_arrow_on_top(arrow_))
292 origin.set_y(is_arrow_on_top(arrow_) || is_arrow_at_center(arrow_) ?
312 is_arrow_on_top(arrow_) ? arrow_bounds.bottom() - thickness :
315 is_arrow_on_top(arrow_) : is_arrow_on_left(arrow_);
bubble_border.h 102 static bool is_arrow_on_top(Arrow a) { function in class:views::BubbleBorder

Completed in 64 milliseconds