Searched refs:BottomAlignedBoxLayout (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/bubble/
H A Dtray_bubble_view.cc199 class BottomAlignedBoxLayout : public BoxLayout { class in namespace:views::internal
201 explicit BottomAlignedBoxLayout(TrayBubbleView* bubble_view) function in class:views::internal::BottomAlignedBoxLayout
206 virtual ~BottomAlignedBoxLayout() {}
231 DISALLOW_COPY_AND_ASSIGN(BottomAlignedBoxLayout);
238 using internal::BottomAlignedBoxLayout;
361 BoxLayout* layout = new BottomAlignedBoxLayout(this);

Completed in 95 milliseconds