OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pos_info
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.cc
300
PositionInfo
pos_info
;
local
308
pos_info
.taskbar_alignment = internal::GetTaskbarAlignment();
312
if (
pos_info
.taskbar_alignment == ALIGNMENT_NONE) {
314
pos_info
.taskbar_alignment = ALIGNMENT_TOP;
316
pos_info
.taskbar_alignment = ALIGNMENT_BOTTOM;
319
pos_info
.message_center_alignment =
322
pos_info
.inital_anchor_point = corner;
323
pos_info
.max_height = work_area.height();
329
pos_info
.inital_anchor_point.set_y(
331
(
pos_info
.message_center_alignment & ALIGNMENT_BOTTOM ? -kMouseOffse
[
all
...]
message_center_widget_delegate.cc
35
const PositionInfo&
pos_info
,
39
pos_info
.max_height,
41
pos_info
.message_center_alignment &
45
pos_info_(
pos_info
),
message_center_widget_delegate.h
58
const PositionInfo&
pos_info
,
Completed in 83 milliseconds