Lines Matching refs:background_contents
469 BackgroundContents* background_contents) { in RegisterBackgroundContents() argument
470 DCHECK(IsTracked(background_contents)); in RegisterBackgroundContents()
480 const string16& appid = GetParentApplicationId(background_contents); in RegisterBackgroundContents()
487 dict->SetString(kUrlKey, background_contents->GetURL().spec()); in RegisterBackgroundContents()
494 BackgroundContents* background_contents) { in UnregisterBackgroundContents() argument
497 DCHECK(IsTracked(background_contents)); in UnregisterBackgroundContents()
498 const string16 appid = GetParentApplicationId(background_contents); in UnregisterBackgroundContents()
526 BackgroundContents* background_contents) const { in IsTracked()
527 return !GetParentApplicationId(background_contents).empty(); in IsTracked()
531 BackgroundContents* background_contents) { in BackgroundContentsShutdown() argument
533 DCHECK(IsTracked(background_contents)); in BackgroundContentsShutdown()
534 string16 appid = GetParentApplicationId(background_contents); in BackgroundContentsShutdown()