OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pos_info_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/message_center/
message_center_widget_delegate.cc
45
pos_info_
(pos_info),
129
return (
pos_info_
.max_height != 0) ?
130
std::min(height,
pos_info_
.max_height - border_insets_.height()) : height;
172
gfx::Point corrected_anchor =
pos_info_
.inital_anchor_point;
178
if (
pos_info_
.taskbar_alignment == ALIGNMENT_TOP ||
179
pos_info_
.taskbar_alignment == ALIGNMENT_BOTTOM) {
182
if (
pos_info_
.message_center_alignment & ALIGNMENT_RIGHT) {
184
pos_info_
.inital_anchor_point.x() - insetted_width;
189
corrected_anchor.set_x(
pos_info_
.inital_anchor_point.x() -
193
pos_info_
.inital_anchor_point.x() + insetted_width
[
all
...]
message_center_widget_delegate.h
100
PositionInfo
pos_info_
;
member in class:message_center::MessageCenterWidgetDelegate
Completed in 321 milliseconds