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

  /external/chromium/chrome/browser/notifications/
balloon_collection_linux.cc 71 layout_.set_placement(Layout::VERTICALLY_FROM_TOP_RIGHT);
73 layout_.set_placement(Layout::VERTICALLY_FROM_TOP_LEFT);
75 layout_.set_placement(Layout::VERTICALLY_FROM_BOTTOM_LEFT);
77 layout_.set_placement(Layout::VERTICALLY_FROM_BOTTOM_RIGHT);
balloon_collection_win.cc 60 layout_.set_placement(Layout::VERTICALLY_FROM_TOP_RIGHT);
62 layout_.set_placement(Layout::VERTICALLY_FROM_TOP_LEFT);
64 layout_.set_placement(Layout::VERTICALLY_FROM_BOTTOM_LEFT);
66 layout_.set_placement(Layout::VERTICALLY_FROM_BOTTOM_RIGHT);
balloon_collection_impl.h 94 void set_placement(Placement placement) { placement_ = placement; } function in class:BalloonCollectionImpl::Layout

Completed in 64 milliseconds