Home | History | Annotate | Download | only in browser

Lines Matching full:appid

223       const string16& appid = GetParentApplicationId(bgcontents);
228 extension_service->GetExtensionById(UTF16ToUTF8(appid), false);
480 const string16& appid = GetParentApplicationId(background_contents);
482 if (pref->GetDictionaryWithoutPathExpansion(UTF16ToUTF8(appid), &current))
488 dict->SetString(kFrameNameKey, contents_map_[appid].frame_name);
489 pref->SetWithoutPathExpansion(UTF16ToUTF8(appid), dict);
498 const string16 appid = GetParentApplicationId(background_contents);
500 update.Get()->RemoveWithoutPathExpansion(UTF16ToUTF8(appid), NULL);
505 const string16& appid) {
506 BackgroundContents* contents = GetAppBackgroundContents(appid);
534 string16 appid = GetParentApplicationId(background_contents);
535 contents_map_.erase(appid);