OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetShelfAlignment
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ash/system/
status_area_widget.cc
122
void StatusAreaWidget::
SetShelfAlignment
(ShelfAlignment alignment) {
125
system_tray_->
SetShelfAlignment
(alignment);
127
web_notification_tray_->
SetShelfAlignment
(alignment);
129
logout_button_tray_->
SetShelfAlignment
(alignment);
/external/chromium_org/ash/system/logout_button/
logout_button_tray.cc
113
void LogoutButtonTray::
SetShelfAlignment
(ShelfAlignment alignment) {
114
TrayBackgroundView::
SetShelfAlignment
(alignment);
/external/chromium_org/ash/
shell.cc
433
void Shell::
SetShelfAlignment
(ShelfAlignment alignment,
[
all
...]
/external/chromium_org/ash/system/tray/
system_tray.cc
604
void SystemTray::
SetShelfAlignment
(ShelfAlignment alignment) {
607
internal::TrayBackgroundView::
SetShelfAlignment
(alignment);
tray_background_view.cc
435
void TrayBackgroundView::
SetShelfAlignment
(ShelfAlignment alignment) {
/external/chromium_org/ash/system/web_notification/
web_notification_tray.cc
457
void WebNotificationTray::
SetShelfAlignment
(ShelfAlignment alignment) {
460
internal::TrayBackgroundView::
SetShelfAlignment
(alignment);
Completed in 102 milliseconds