Searched defs:mark_acknowledged (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dpending_extension_info.cc21 bool mark_acknowledged,
32 mark_acknowledged_(mark_acknowledged),
11 PendingExtensionInfo( const std::string& id, const std::string& install_parameter, const GURL& update_url, const Version& version, ShouldAllowInstallPredicate should_allow_install, bool is_from_sync, bool install_silently, Manifest::Location install_source, int creation_flags, bool mark_acknowledged, bool remote_install) argument
H A Dpending_extension_info.h39 bool mark_acknowledged,
68 bool mark_acknowledged() const { return mark_acknowledged_; } function in class:extensions::PendingExtensionInfo
H A Dpending_extension_manager.cc173 bool mark_acknowledged) {
206 mark_acknowledged,
216 bool mark_acknowledged) {
235 mark_acknowledged,
268 bool mark_acknowledged,
281 mark_acknowledged,
167 AddFromExternalUpdateUrl( const std::string& id, const std::string& install_parameter, const GURL& update_url, Manifest::Location location, int creation_flags, bool mark_acknowledged) argument
211 AddFromExternalFile( const std::string& id, Manifest::Location install_source, const Version& version, int creation_flags, bool mark_acknowledged) argument
258 AddExtensionImpl( const std::string& id, const std::string& install_parameter, const GURL& update_url, const Version& version, PendingExtensionInfo::ShouldAllowInstallPredicate should_allow_install, bool is_from_sync, bool install_silently, Manifest::Location install_source, int creation_flags, bool mark_acknowledged, bool remote_install) argument
H A Dextension_service.cc182 bool mark_acknowledged) {
211 mark_acknowledged)) {
525 if (pending_extension_info->mark_acknowledged())
1954 bool mark_acknowledged) {
1995 id, location, *version, creation_flags, mark_acknowledged)) {
2015 if (mark_acknowledged)
176 OnExternalExtensionUpdateUrlFound( const std::string& id, const std::string& install_parameter, const GURL& update_url, Manifest::Location location, int creation_flags, bool mark_acknowledged) argument
1948 OnExternalExtensionFileFound( const std::string& id, const Version* version, const base::FilePath& path, Manifest::Location location, int creation_flags, bool mark_acknowledged) argument

Completed in 804 milliseconds