Searched refs:EntryView (Results 1 – 1 of 1) sorted by relevance
126 class EntryView : public views::View { class128 explicit EntryView(views::View* contents);129 virtual ~EntryView();144 DISALLOW_COPY_AND_ASSIGN(EntryView);147 EntryView::EntryView(views::View* contents) in EntryView() function in message_center::__anondb2d15de0111::EntryView152 EntryView::~EntryView() {} in ~EntryView()154 void EntryView::Layout() { in Layout()163 gfx::Size EntryView::GetPreferredSize() const { in GetPreferredSize()170 void EntryView::GetAccessibleState(ui::AXViewState* state) { in GetAccessibleState()175 void EntryView::OnFocus() { in OnFocus()[all …]