Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/notifications/
Ddesktop_notifications_unittest.cc193 int last_top = 0; in TEST_F() local
201 EXPECT_LE(top, last_top - balloon_collection_->MinHeight()); in TEST_F()
202 last_top = top; in TEST_F()