HomeSort by relevance Sort by last modified time
    Searched refs:is_arrow_on_left (Results 1 - 3 of 3) 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_)) {

Completed in 37 milliseconds