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

  /external/chromium_org/chrome/browser/ui/views/profiles/
avatar_menu_bubble_view.h 20 class ProfileItemView;
110 std::vector<ProfileItemView*> item_views_;
avatar_menu_bubble_view.cc 148 // this to make sure that the ProfileItemView looks highlighted even when
215 // ProfileItemView ------------------------------------------------------------
218 class ProfileItemView : public views::CustomButton,
221 ProfileItemView(const AvatarMenu::Item& item,
251 DISALLOW_COPY_AND_ASSIGN(ProfileItemView);
254 ProfileItemView::ProfileItemView(const AvatarMenu::Item& item,
302 gfx::Size ProfileItemView::GetPreferredSize() const {
311 void ProfileItemView::Layout() {
349 void ProfileItemView::OnMouseEntered(const ui::MouseEvent& event)
    [all...]

Completed in 38 milliseconds