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

  /external/chromium/chrome/browser/notifications/
balloon_collection_impl.h 94 void set_placement(Placement placement) { placement_ = placement; }
140 Placement placement_; member in class:BalloonCollectionImpl::Layout
balloon_collection_impl.cc 233 BalloonCollectionImpl::Layout::Layout() : placement_(INVALID) {
249 switch (placement_) {
280 switch (placement_) {
315 switch (placement_) {
342 bool offsets = (placement_ == VERTICALLY_FROM_BOTTOM_LEFT ||
343 placement_ == VERTICALLY_FROM_BOTTOM_RIGHT);

Completed in 43 milliseconds