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

  /external/chromium_org/ui/views/bubble/
bubble_border_unittest.cc 157 EXPECT_TRUE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::TOP_LEFT));
158 EXPECT_TRUE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::TOP_RIGHT));
160 EXPECT_TRUE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::BOTTOM_LEFT));
161 EXPECT_TRUE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::BOTTOM_RIGHT));
163 EXPECT_FALSE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::LEFT_TOP));
164 EXPECT_FALSE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::RIGHT_TOP));
166 EXPECT_FALSE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::LEFT_BOTTOM));
168 BubbleBorder::is_arrow_on_horizontal(BubbleBorder::RIGHT_BOTTOM));
170 EXPECT_TRUE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::TOP_CENTER));
172 BubbleBorder::is_arrow_on_horizontal(BubbleBorder::BOTTOM_CENTER))
    [all...]
bubble_border.cc 163 else if (is_arrow_on_horizontal(arrow_))
178 if (is_arrow_on_horizontal(arrow_)) {
215 const int edge_length = is_arrow_on_horizontal(arrow_) ?
232 if (is_arrow_on_horizontal(arrow_)) {
264 if (is_arrow_on_horizontal(arrow_)) {
283 if (is_arrow_on_horizontal(arrow_)) {
306 const bool horizontal = is_arrow_on_horizontal(arrow_);
bubble_border.h 106 static bool is_arrow_on_horizontal(Arrow a) { function in class:views::BubbleBorder
bubble_frame_view.cc 258 MirrorArrowIfOffScreen(BubbleBorder::is_arrow_on_horizontal(arrow),
313 const bool is_horizontal = BubbleBorder::is_arrow_on_horizontal(arrow);
  /external/chromium/chrome/browser/ui/views/bubble/
bubble_border.h 78 static bool is_arrow_on_horizontal(ArrowLocation loc) { function in class:BubbleBorder
bubble_border.cc 157 std::min(offset, (is_arrow_on_horizontal(arrow_location_) ?
226 else if (is_arrow_on_horizontal(arrow_location_) &&
229 } else if (!is_arrow_on_horizontal(arrow_location_) &&
  /external/chromium_org/ash/launcher/
overflow_bubble.cc 201 views::BubbleBorder::is_arrow_on_horizontal(arrow()) ?
219 if (views::BubbleBorder::is_arrow_on_horizontal(arrow())) {

Completed in 6295 milliseconds