Home
last modified time | relevance | path

Searched refs:placement_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/notifications/
Dballoon_collection_impl.cc233 BalloonCollectionImpl::Layout::Layout() : placement_(INVALID) { in Layout()
249 switch (placement_) { in GetLayoutOrigin()
280 switch (placement_) { in NextPosition()
315 switch (placement_) { in OffScreenLocation()
342 bool offsets = (placement_ == VERTICALLY_FROM_BOTTOM_LEFT || in RequiresOffsets()
343 placement_ == VERTICALLY_FROM_BOTTOM_RIGHT); in RequiresOffsets()
Dballoon_collection_impl.h94 void set_placement(Placement placement) { placement_ = placement; } in set_placement()
140 Placement placement_; variable