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

  /external/chromium_org/chrome/browser/ui/views/message_center/
message_center_widget_delegate.h 24 ALIGNMENT_TOP = 1 << 0,
message_center_widget_delegate.cc 42 ALIGNMENT_TOP, // Show buttons on top if message
178 if (pos_info_.taskbar_alignment == ALIGNMENT_TOP ||
233 if (pos_info_.message_center_alignment & ALIGNMENT_TOP)
web_notification_tray.cc 83 return ALIGNMENT_TOP;
117 center.y() > corner.y() ? ALIGNMENT_TOP : ALIGNMENT_BOTTOM;
323 pos_info.taskbar_alignment = ALIGNMENT_TOP;

Completed in 116 milliseconds