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

/external/chromium_org/chrome/browser/ui/views/profiles/
H A Davatar_menu_bubble_view.cc148 // this to make sure that the ProfileItemView looks highlighted even when
215 // ProfileItemView ------------------------------------------------------------
218 class ProfileItemView : public views::CustomButton, class in inherits:views::CustomButton,HighlightDelegate
221 ProfileItemView(const AvatarMenu::Item& item,
251 DISALLOW_COPY_AND_ASSIGN(ProfileItemView);
254 ProfileItemView::ProfileItemView(const AvatarMenu::Item& item, function in class:ProfileItemView
302 gfx::Size ProfileItemView::GetPreferredSize() const {
311 void ProfileItemView::Layout() {
349 void ProfileItemView
[all...]
H A Davatar_menu_bubble_view.h20 class ProfileItemView;
110 std::vector<ProfileItemView*> item_views_;

Completed in 122 milliseconds