Searched defs:corrected_anchor (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_widget_delegate.cc172 gfx::Point corrected_anchor = pos_info_.inital_anchor_point; local
189 corrected_anchor.set_x(pos_info_.inital_anchor_point.x() -
196 corrected_anchor.set_x(pos_info_.inital_anchor_point.x() +
210 corrected_anchor.set_y(pos_info_.inital_anchor_point.y() -
217 corrected_anchor.set_y(pos_info_.inital_anchor_point.y() +
221 return corrected_anchor;
231 gfx::Point corrected_anchor = GetCorrectedAnchor(size); local
234 bounds.set_y(corrected_anchor.y());
236 bounds.set_y(corrected_anchor.y() - size.height());
238 bounds.set_x(corrected_anchor
[all...]

Completed in 70 milliseconds