Searched defs:mark_acknowledged (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/extensions/browser/ |
H A D | pending_extension_info.cc | 20 bool mark_acknowledged) 29 mark_acknowledged_(mark_acknowledged) {} 11 PendingExtensionInfo( const std::string& id, 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) argument
|
H A D | pending_extension_info.h | 39 bool mark_acknowledged); 64 bool mark_acknowledged() const { return mark_acknowledged_; } function in class:extensions::PendingExtensionInfo
|
H A D | pending_extension_manager.cc | 144 bool mark_acknowledged) { 169 location, creation_flags, mark_acknowledged); 178 bool mark_acknowledged) { 196 mark_acknowledged); 227 bool mark_acknowledged) { 238 mark_acknowledged); 139 AddFromExternalUpdateUrl( const std::string& id, const GURL& update_url, Manifest::Location location, int creation_flags, bool mark_acknowledged) argument 173 AddFromExternalFile( const std::string& id, Manifest::Location install_source, const Version& version, int creation_flags, bool mark_acknowledged) argument 218 AddExtensionImpl( const std::string& id, 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) argument
|
/external/chromium_org/chrome/browser/extensions/ |
H A D | extension_service.cc | 276 bool mark_acknowledged) { 295 id, update_url, location, creation_flags, mark_acknowledged)) { 750 if (pending_extension_info->mark_acknowledged()) 2452 bool mark_acknowledged) { 2493 id, location, *version, creation_flags, mark_acknowledged)) { 2513 if (mark_acknowledged) 271 OnExternalExtensionUpdateUrlFound( const std::string& id, const GURL& update_url, Manifest::Location location, int creation_flags, bool mark_acknowledged) argument 2446 OnExternalExtensionFileFound( const std::string& id, const Version* version, const base::FilePath& path, Manifest::Location location, int creation_flags, bool mark_acknowledged) argument
|
Completed in 91 milliseconds