Home
last modified time | relevance | path

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

/external/chromium_org/ash/system/user/
Dtray_user_unittest.cc133 gfx::Size size = tray_user(0)->GetLayoutSizeForTest(); in TEST_F()
136 size = tray_user(0)->GetLayoutSizeForTest(); in TEST_F()
Dtray_user.h52 gfx::Size GetLayoutSizeForTest() const;
Dtray_user.cc62 gfx::Size TrayUser::GetLayoutSizeForTest() const { in GetLayoutSizeForTest() function in ash::TrayUser