Home
last modified time | relevance | path

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

/external/chromium_org/ash/system/web_notification/
Dash_popup_alignment_delegate.h47 void SetSystemTrayHeight(int height);
Dweb_notification_tray.cc273 void WebNotificationTray::SetSystemTrayHeight(int height) { in SetSystemTrayHeight() function in ash::WebNotificationTray
274 popup_alignment_delegate_->SetSystemTrayHeight(height); in SetSystemTrayHeight()
Dash_popup_alignment_delegate.cc64 void AshPopupAlignmentDelegate::SetSystemTrayHeight(int height) { in SetSystemTrayHeight() function in ash::AshPopupAlignmentDelegate
Dweb_notification_tray.h60 void SetSystemTrayHeight(int height);
Dash_popup_alignment_delegate_unittest.cc190 alignment_delegate()->SetSystemTrayHeight(kTrayHeight); in TEST_F()
/external/chromium_org/ash/system/tray/
Dsystem_tray.cc597 status_area_widget()->web_notification_tray()->SetSystemTrayHeight(height); in UpdateWebNotifications()