Home | History | Annotate | Download | only in extensions

Lines Matching refs:reloading

431     // Attempt to re-enable extensions whose only disable reason is reloading.
602 // "transient" because the process of reloading may cause the reference
607 // If the extension is already reloading, don't reload again.
665 // If we're reloading a component extension, use the component extension
674 // Check the installed extensions to see if what we're reloading was already
689 // When reloading is done, mark this extension as done reloading.
1507 bool reloading = reloading_extensions_.erase(extension->id()) > 0;
1513 if (is_extension_installed && !reloading) {
1525 } else if (!reloading &&
1547 } else if (reloading) {