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

Completed in 476 milliseconds