GetButtonTitle    158 chrome/browser/notifications/sync_notifier/synced_notification.cc       std::string title = GetButtonTitle(i);
GetButtonTitle    353 chrome/browser/notifications/sync_notifier/synced_notification.cc       if (GetButtonTitle(jj) != other.GetButtonTitle(jj))
GetButtonTitle    102 chrome/browser/notifications/sync_notifier/synced_notification.h   std::string GetButtonTitle(unsigned int which_button) const;
GetButtonTitle    202 chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc     std::string button_one_title = notification1_->GetButtonTitle(0);
GetButtonTitle    205 chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc     std::string button_two_title = notification1_->GetButtonTitle(1);