Searched refs:separator_shown (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/system/user/
H A Dtray_user_separator.h22 bool separator_shown() { return separator_shown_; } function in class:ash::TrayUserSeparator
H A Dtray_user_unittest.cc152 EXPECT_FALSE(tray_user_separator()->separator_shown());
162 EXPECT_FALSE(tray_user_separator()->separator_shown());
188 EXPECT_FALSE(tray_user_separator()->separator_shown());
202 EXPECT_EQ(j > 1 ? true : false, tray_user_separator()->separator_shown());

Completed in 780 milliseconds