OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:separator_shown
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/user/
tray_user_separator.h
23
bool
separator_shown
() { return separator_shown_; }
function in class:ash::internal::TrayUserSeparator
tray_user_unittest.cc
167
EXPECT_FALSE(tray_user_separator()->
separator_shown
());
178
EXPECT_FALSE(tray_user_separator()->
separator_shown
());
204
EXPECT_FALSE(tray_user_separator()->
separator_shown
());
219
EXPECT_EQ(j > 1 ? true : false, tray_user_separator()->
separator_shown
());
Completed in 29 milliseconds