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

  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.cc 309 PositionInfo pos_info; local
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;
328 pos_info.message_center_alignment =
331 pos_info.inital_anchor_point = corner;
332 pos_info.max_height = work_area.height();
338 pos_info.inital_anchor_point.set_y(
340 (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,
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Nodes.py 7042 pos_info = ( variable in class:ParallelStatNode
    [all...]

Completed in 256 milliseconds