Home | History | Annotate | Download | only in browser

Lines Matching refs:BackgroundContents

108 // Keys for the information we store about individual BackgroundContents in
111 // BackgroundContents is stored under that top-level DictionaryValue, keyed
138 // BackgroundContents should be shutdown before we go away, as otherwise
143 std::vector<BackgroundContents*>
146 std::vector<BackgroundContents*> contents;
158 // Track the lifecycle of all BackgroundContents in the system to allow us
165 // Stop tracking BackgroundContents when they have been deleted (happens
170 // Track when the BackgroundContents navigates to a new URL so we can update
188 // BackgroundContents.
209 BackgroundContentsShutdown(Details<BackgroundContents>(details).ptr());
212 DCHECK(IsTracked(Details<BackgroundContents>(details).ptr()));
213 UnregisterBackgroundContents(Details<BackgroundContents>(details).ptr());
216 DCHECK(IsTracked(Details<BackgroundContents>(details).ptr()));
220 BackgroundContents* bgcontents =
221 Details<BackgroundContents>(details).ptr();
232 RegisterBackgroundContents(Details<BackgroundContents>(details).ptr());
263 BackgroundContents* bg =
264 Details<BackgroundContents>(details).ptr();
298 // BackgroundContents in place.
346 // to become uninstalled without the associated BackgroundContents being
349 NOTREACHED() << "No extension found for BackgroundContents - id = "
426 // actions or session restore can take place, so no BackgroundContents should
433 BackgroundContents* contents = CreateBackgroundContents(
447 BackgroundContents* BackgroundContentsService::CreateBackgroundContents(
453 BackgroundContents* contents = new BackgroundContents(site, routing_id, this);
455 // Register the BackgroundContents internally, then send out a notification
469 BackgroundContents* background_contents) {
494 BackgroundContents* background_contents) {
506 BackgroundContents* contents = GetAppBackgroundContents(appid);
524 // BackgroundContents is being tracked by this instance.
526 BackgroundContents* background_contents) const {
531 BackgroundContents* background_contents) {
538 BackgroundContents* BackgroundContentsService::GetAppBackgroundContents(
545 BackgroundContents* contents) const {