FindInstall 117 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc InstallList::iterator FindInstall(Profile* profile, const std::string& id); FindInstall 130 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc if (FindInstall(profile, id) != installs_.end()) FindInstall 138 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc InstallList::iterator it = FindInstall(profile, id);