GetAppId           33 apps/app_shim/app_shim_handler_mac.h     virtual std::string GetAppId() const = 0;
GetAppId           74 apps/app_shim/app_shim_host_mac.h   virtual std::string GetAppId() const OVERRIDE;
GetAppId          131 apps/app_shim/app_shim_host_mac_unittest.cc             implicit_cast<apps::AppShimHandler::Host*>(host())->GetAppId());
GetAppId          160 apps/app_shim/app_shim_host_mac_unittest.cc             implicit_cast<apps::AppShimHandler::Host*>(host())->GetAppId());
GetAppId          299 apps/app_shim/extension_app_shim_handler_mac.cc   const std::string& app_id = host->GetAppId();
GetAppId          339 apps/app_shim/extension_app_shim_handler_mac.cc   const std::string& app_id = host->GetAppId();
GetAppId          418 apps/app_shim/extension_app_shim_handler_mac.cc       delegate_->GetWindows(profile, host->GetAppId());
GetAppId          427 apps/app_shim/extension_app_shim_handler_mac.cc       delegate_->GetAppExtension(profile, host->GetAppId());
GetAppId          441 apps/app_shim/extension_app_shim_handler_mac.cc   SetAppHidden(profile, host->GetAppId(), hidden);
GetAppId          448 apps/app_shim/extension_app_shim_handler_mac.cc   const std::string& app_id = host->GetAppId();
GetAppId          485 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc   std::string app_id = synced_notification->GetAppId();
GetAppId          768 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc       FindAppInfoByAppId(synced_notification->GetAppId());
GetAppId          114 chrome/browser/notifications/sync_notifier/synced_notification.cc   base::string16 display_source = base::UTF8ToUTF16(GetAppId());
GetAppId          254 chrome/browser/notifications/sync_notifier/synced_notification.cc   if (app_id_name == GetAppId())
GetAppId          260 chrome/browser/notifications/sync_notifier/synced_notification.cc   if (app_id_name == GetAppId()) {
GetAppId          323 chrome/browser/notifications/sync_notifier/synced_notification.cc       GetAppId() == other.GetAppId() &&
GetAppId          431 chrome/browser/notifications/sync_notifier/synced_notification.cc   origin_url += GetAppId();
GetAppId           90 chrome/browser/notifications/sync_notifier/synced_notification.h   std::string GetAppId() const;
GetAppId          111 chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc   std::string found_app_id = notification1_->GetAppId();