HomeSort by relevance Sort by last modified time
    Searched refs:taskbar_alignment (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/views/message_center/
message_center_widget_delegate.cc 178 if (pos_info_.taskbar_alignment == ALIGNMENT_TOP ||
179 pos_info_.taskbar_alignment == ALIGNMENT_BOTTOM) {
199 } else if (pos_info_.taskbar_alignment == ALIGNMENT_LEFT ||
200 pos_info_.taskbar_alignment == ALIGNMENT_RIGHT) {
message_center_widget_delegate.h 38 Alignment taskbar_alignment; member in struct:message_center::PositionInfo
web_notification_tray.cc 317 pos_info.taskbar_alignment = internal::GetTaskbarAlignment();
321 if (pos_info.taskbar_alignment == ALIGNMENT_NONE) {
323 pos_info.taskbar_alignment = ALIGNMENT_TOP;
325 pos_info.taskbar_alignment = ALIGNMENT_BOTTOM;

Completed in 4885 milliseconds