Home
last modified time | relevance | path

Searched refs:clickable_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/message_center/views/
Dnotification_view.h105 bool clickable_; variable
Dnotification_view.cc348 clickable_(notification.clickable()), in NotificationView()
472 if (!clickable_ || !controller_->HasClickedListener(notification_id())) in GetCursor()