Home | History | Annotate | Download | only in tray

Lines Matching defs:TrayNotificationView

19 TrayNotificationView::TrayNotificationView(SystemTrayItem* owner, int icon_id)
26 TrayNotificationView::~TrayNotificationView() {
29 void TrayNotificationView::InitView(views::View* contents) {
84 void TrayNotificationView::SetIconImage(const gfx::ImageSkia& image) {
89 const gfx::ImageSkia& TrayNotificationView::GetIconImage() const {
93 void TrayNotificationView::UpdateView(views::View* new_contents) {
101 void TrayNotificationView::UpdateViewAndImage(views::View* new_contents,
111 void TrayNotificationView::StartAutoCloseTimer(int seconds) {
117 this, &TrayNotificationView::HandleClose);
121 void TrayNotificationView::StopAutoCloseTimer() {
125 void TrayNotificationView::RestartAutoCloseTimer() {
130 void TrayNotificationView::ButtonPressed(views::Button* sender,
135 bool TrayNotificationView::OnMousePressed(const ui::MouseEvent& event) {
140 void TrayNotificationView::OnGestureEvent(ui::GestureEvent* event) {
150 void TrayNotificationView::OnClose() {
153 void TrayNotificationView::OnClickAction() {
156 void TrayNotificationView::OnSlideOut() {
160 void TrayNotificationView::HandleClose() {
165 void TrayNotificationView::HandleClickAction() {