ChromeNotifierDelegate   18 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate.cc ChromeNotifierDelegate::ChromeNotifierDelegate(
ChromeNotifierDelegate   23 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate.cc ChromeNotifierDelegate::~ChromeNotifierDelegate() {}
ChromeNotifierDelegate   25 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate.cc void ChromeNotifierDelegate::Close(bool by_user) {
ChromeNotifierDelegate   34 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate.cc bool ChromeNotifierDelegate::HasClickedListener() {
ChromeNotifierDelegate   38 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate.cc void ChromeNotifierDelegate::Click() {
ChromeNotifierDelegate   47 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate.cc void ChromeNotifierDelegate::ButtonClick(int button_index) {
ChromeNotifierDelegate   60 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate.cc std::string ChromeNotifierDelegate::id() const {
ChromeNotifierDelegate   64 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate.cc content::RenderViewHost* ChromeNotifierDelegate::GetRenderViewHost() const {
ChromeNotifierDelegate   68 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate.cc void ChromeNotifierDelegate::CollectAction(SyncedNotificationActionType type) {
ChromeNotifierDelegate   76 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate.cc void ChromeNotifierDelegate::NavigateToUrl(const GURL& destination) const {
ChromeNotifierDelegate   90 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate.cc const GURL ChromeNotifierDelegate::GetClickDestination() const {
ChromeNotifierDelegate   35 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate.h class ChromeNotifierDelegate : public NotificationDelegate {
ChromeNotifierDelegate   39 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate.h   explicit ChromeNotifierDelegate(const std::string& notification_id,
ChromeNotifierDelegate   56 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate.h   virtual ~ChromeNotifierDelegate();
ChromeNotifierDelegate   63 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate.h   DISALLOW_COPY_AND_ASSIGN(ChromeNotifierDelegate);
ChromeNotifierDelegate   95 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_unittest.cc   scoped_refptr<notifier::ChromeNotifierDelegate> delegate(
ChromeNotifierDelegate   96 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_unittest.cc       new notifier::ChromeNotifierDelegate(id, notifier()));
ChromeNotifierDelegate  119 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_unittest.cc   scoped_refptr<notifier::ChromeNotifierDelegate> delegate(
ChromeNotifierDelegate  120 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_unittest.cc       new notifier::ChromeNotifierDelegate(id, notifier()));
ChromeNotifierDelegate  155 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_unittest.cc   scoped_refptr<notifier::ChromeNotifierDelegate> delegate(
ChromeNotifierDelegate  156 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_unittest.cc       new notifier::ChromeNotifierDelegate(id, notifier()));
ChromeNotifierDelegate  123 chrome/browser/notifications/sync_notifier/synced_notification.cc       new ChromeNotifierDelegate(GetKey(), notifier_service_);