Home | History | Annotate | Download | only in browser

Lines Matching full:background

37 const char kNotificationPrefix[] = "app.background.crashed.";
132 // Listen for events to tell us when to load/unload persisted background
154 // On startup, load our background pages after extension-apps have loaded.
176 // background page.
219 // background page.
240 // If there is a background page specified in the manifest for a hosted
246 // Now load the manifest-specified background page. If service isn't
247 // ready, then the background page will be loaded from the
250 ASCIIToUTF16("background"), UTF8ToUTF16(extension->id()));
295 // If there is a manifest specified background page, then shut it down
296 // here, since if the updated extension still has the background page,
328 // Loads all background contents whose urls have been stored in prefs.
360 // First look if the manifest specifies a background page.
367 ASCIIToUTF16("background"),
414 ASCIIToUTF16("background"),
431 DVLOG(1) << "Loading background content url: " << url;
509 // Background contents destructor shuts down the renderer.