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

/external/chromium/chrome/browser/notifications/
H A Dballoon.cc24 void Balloon::SetPosition(const gfx::Point& upper_left, bool reposition) { argument
25 position_ = upper_left;
H A Dballoon_collection_impl.cc163 gfx::Point upper_left = layout_.NextPosition((*it)->GetViewSize(), &origin); local
164 (*it)->SetPosition(upper_left, reposition);

Completed in 56 milliseconds