HomeSort by relevance Sort by last modified time
    Searched defs:HasClickedListener (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/ui/message_center/
notification_delegate.cc 9 bool NotificationDelegate::HasClickedListener() { return false; }
30 bool HandleNotificationClickedDelegate::HasClickedListener() {
fake_message_center.cc 49 bool FakeMessageCenter::HasClickedListener(const std::string& id) {
notification.h 188 bool HasClickedListener() const { return delegate()->HasClickedListener(); }
message_center_impl.cc 531 bool MessageCenterImpl::HasClickedListener(const std::string& id) {
534 return delegate && delegate->HasClickedListener();
  /external/chromium_org/ash/system/locale/
locale_notification_controller.cc 39 virtual bool HasClickedListener() OVERRIDE;
68 bool LocaleNotificationDelegate::HasClickedListener() {
  /external/chromium_org/ash/display/
resolution_notification_controller.cc 47 virtual bool HasClickedListener() OVERRIDE;
82 bool ResolutionChangeNotificationDelegate::HasClickedListener() {
  /external/chromium_org/ui/message_center/views/
message_center_view_unittest.cc 104 virtual bool HasClickedListener(const std::string& notification_id) OVERRIDE;
205 bool MessageCenterViewTest::HasClickedListener(
toast_contents_view.cc 314 bool ToastContentsView::HasClickedListener(
318 return collection_->HasClickedListener(notification_id);
message_popup_collection.cc 128 bool MessagePopupCollection::HasClickedListener(
130 return message_center_->HasClickedListener(notification_id);
message_center_view.cc     [all...]

Completed in 147 milliseconds