appid 392 chrome/browser/background/background_contents_service.cc const base::string16& appid = GetParentApplicationId(bgcontents); appid 398 chrome/browser/background/background_contents_service.cc base::UTF16ToUTF8(appid), false); appid 696 chrome/browser/background/background_contents_service.cc const base::string16& appid = GetParentApplicationId(background_contents); appid 698 chrome/browser/background/background_contents_service.cc if (pref->GetDictionaryWithoutPathExpansion(base::UTF16ToUTF8(appid), appid 706 chrome/browser/background/background_contents_service.cc dict->SetString(kFrameNameKey, contents_map_[appid].frame_name); appid 707 chrome/browser/background/background_contents_service.cc pref->SetWithoutPathExpansion(base::UTF16ToUTF8(appid), dict); appid 725 chrome/browser/background/background_contents_service.cc const base::string16 appid = GetParentApplicationId(background_contents); appid 727 chrome/browser/background/background_contents_service.cc update.Get()->RemoveWithoutPathExpansion(base::UTF16ToUTF8(appid), NULL); appid 731 chrome/browser/background/background_contents_service.cc const base::string16& appid) { appid 732 chrome/browser/background/background_contents_service.cc BackgroundContents* contents = GetAppBackgroundContents(appid); appid 762 chrome/browser/background/background_contents_service.cc base::string16 appid = GetParentApplicationId(background_contents); appid 763 chrome/browser/background/background_contents_service.cc contents_map_.erase(appid); appid 76 chrome/browser/background/background_contents_service.h BackgroundContents* GetAppBackgroundContents(const base::string16& appid); appid 82 chrome/browser/background/background_contents_service.h bool HasRegisteredBackgroundContents(const base::string16& appid); appid 168 chrome/browser/background/background_contents_service.h const base::string16& appid); appid 187 chrome/browser/background/background_contents_service.h void ShutdownAssociatedBackgroundContents(const base::string16& appid); appid 55 chrome/browser/background/background_contents_service_unittest.cc std::string GetPrefURLForApp(Profile* profile, const base::string16& appid) { appid 57 chrome/browser/background/background_contents_service_unittest.cc EXPECT_TRUE(pref->HasKey(base::UTF16ToUTF8(appid))); appid 59 chrome/browser/background/background_contents_service_unittest.cc pref->GetDictionaryWithoutPathExpansion(base::UTF16ToUTF8(appid), &value); appid 250 chrome/browser/background/background_contents_service_unittest.cc EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid())); appid 255 chrome/browser/background/background_contents_service_unittest.cc EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid())); appid 273 chrome/browser/background/background_contents_service_unittest.cc EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid())); appid 295 chrome/browser/background/background_contents_service_unittest.cc EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid())); appid 327 chrome/browser/background/background_contents_service_unittest.cc EXPECT_EQ(contents, service.GetAppBackgroundContents(contents->appid())); appid 330 chrome/browser/background/background_contents_service_unittest.cc contents2->appid())); appid 346 chrome/browser/background/background_contents_service_unittest.cc EXPECT_EQ(url2.spec(), GetPrefURLForApp(&profile, contents2->appid())); appid 145 remoting/host/setup/daemon_installer_win.cc ScopedVariant appid(kHostOmahaAppid); appid 149 remoting/host/setup/daemon_installer_win.cc appid, empty, language, empty, NULL); appid 209 win8/metro_driver/toast_notification_handler.cc base::string16 appid = appid 211 win8/metro_driver/toast_notification_handler.cc DVLOG(1) << "Chrome Appid is " << appid.c_str(); appid 214 win8/metro_driver/toast_notification_handler.cc app_user_model_id.Attach(MakeHString(appid));