Lines Matching defs:it

120   // Reload the manifest if it needs to be relocalized.
168 // (presumably into memory) without installing it.
177 // Finish installing the extension in |crx_path| after it has been unpacked to
178 // |unpacked_path|. If |expected_id| is not empty, it's verified against the
244 // Report this as an installed extension so that it gets remembered in the
489 DCHECK(!profile_); // Profile should have told us it's going away.
566 << " because it is not installed or pending";
568 // that would do it for us.
600 // Disable the extension if it's loaded. It might not be loaded if it crashed.
603 // the inspector and hang onto a cookie for it, so that we can reattach
631 // We should always be able to remember the extension's path. If it's not in
721 // TODO(akalin): GetExtensionState() isn't very safe as it returns
722 // Extension::ENABLED by default; either change it to return
744 // Move it over to the enabled list.
751 // Make sure any browser action contained within it is not hidden.
775 // Move it over to the disabled list.
822 for (RegisteredComponentExtensions::iterator it =
824 it != component_extension_manifests_.end(); ++it) {
825 LoadComponentExtension(*it);
1025 std::vector<Extension::PermissionMessage>::iterator it;
1026 for (it = permissions.begin(); it != permissions.end(); ++it)
1027 counter->Add(it->message_id());
1185 // call it outside the iterator loop.
1225 // call it outside the iterator loop.
1259 // extension regardless of whether or not it's installed (and have
1260 // it automatially apply on install).
1297 // If this is an existing component extension we always allow it to
1331 // We allow the extension to see events and data from another profile iff it
1332 // uses "spanning" behavior and it has incognito access. "split" mode
1373 // check that location for a .crx file, which it will then install locally if
1380 // Note that this installation is intentionally silent (since it didn't
1402 // when it finishes, and OnExternalProviderReady() only acts when all
1403 // providers are ready. In case there are no providers, we call it
1454 // Keep information about the extension so that we can reload it later
1455 // even if it's not permanently installed.
1559 // If a terminated extension is loaded, remove it from the terminated list.
1562 // If the extension was disabled for a reload, then enable it.
1607 // Load the icon for omnibox-enabled extensions so it will be ready to display
1629 // will record the permissions it recognized, not including "omnibox."
1689 // Extension has changed permissions significantly. Disable it. A
1738 // load it.
1969 // Unload the entire extension. We want it to be in a consistent state:
1971 // We do it in a PostTask so that other handlers of this notification will
2003 for (ExtensionList::const_iterator it = extensions_.begin();
2004 it != extensions_.end(); ++it) {
2005 if ((*it)->is_app() && (*it)->location() != Extension::COMPONENT)
2006 result.insert((*it)->id());