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

  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.h 55 // | | cond=has new, no sticy) +[ KEEP_SIZE ]<-+
78 KEEP_SIZE, // Don't change the size.
notification_browsertest.cc 176 // [CLOSED] -add->[STICKY_AND_NEW] -mouse-> [KEEP_SIZE] -remove/add->
177 // [KEEP_SIZE] -remove-> [CLOSED] -add-> [STICKY_AND_NEW] -remove-> [CLOSED]
192 EXPECT_EQ(NotificationPanel::KEEP_SIZE, tester->state());
198 EXPECT_EQ(NotificationPanel::KEEP_SIZE, tester->state());
204 EXPECT_EQ(NotificationPanel::KEEP_SIZE, tester->state());
210 EXPECT_EQ(NotificationPanel::KEEP_SIZE, tester->state());
notification_panel.cc 51 case NotificationPanel::KEEP_SIZE:
52 return "keep_size";
518 if (state_ == KEEP_SIZE) {
613 // Geting expanded in STICKY_AND_NEW or in KEEP_SIZE state means
616 if (state_ != STICKY_AND_NEW && state_ != KEEP_SIZE)
644 SET_STATE(KEEP_SIZE);
692 case KEEP_SIZE: {
783 if (state_ == KEEP_SIZE)

Completed in 135 milliseconds