OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:taskbar_alignment
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/views/message_center/
message_center_widget_delegate.cc
181
if (pos_info_.
taskbar_alignment
== ALIGNMENT_TOP ||
182
pos_info_.
taskbar_alignment
== ALIGNMENT_BOTTOM) {
202
} else if (pos_info_.
taskbar_alignment
== ALIGNMENT_LEFT ||
203
pos_info_.
taskbar_alignment
== ALIGNMENT_RIGHT) {
web_notification_tray.cc
282
pos_info.
taskbar_alignment
= internal::GetTaskbarAlignment();
286
if (pos_info.
taskbar_alignment
== ALIGNMENT_NONE) {
288
pos_info.
taskbar_alignment
= ALIGNMENT_TOP;
290
pos_info.
taskbar_alignment
= ALIGNMENT_BOTTOM;
message_center_widget_delegate.h
38
Alignment
taskbar_alignment
;
member in struct:message_center::PositionInfo
Completed in 817 milliseconds