Home
last modified time | relevance | path

Searched refs:current_point (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/message_center/views/
Dnotification_view_unittest.cc82 gfx::Point current_point = (*current)->bounds().origin(); in CheckVerticalOrderInNotification() local
84 (*current), notification_view(), &current_point); in CheckVerticalOrderInNotification()
86 EXPECT_LT(last_point.y(), current_point.y()); in CheckVerticalOrderInNotification()