HomeSort by relevance Sort by last modified time
    Searched refs:PendingExtensionInfo (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/extensions/
pending_extension_info.cc 11 PendingExtensionInfo::PendingExtensionInfo(
36 PendingExtensionInfo::PendingExtensionInfo()
47 PendingExtensionInfo::~PendingExtensionInfo() {}
49 bool PendingExtensionInfo::operator==(const PendingExtensionInfo& rhs) const {
53 int PendingExtensionInfo::CompareTo(const PendingExtensionInfo& other) const
    [all...]
pending_extension_info.h 26 class PendingExtensionInfo {
30 PendingExtensionInfo(const std::string& id,
43 PendingExtensionInfo();
45 ~PendingExtensionInfo();
48 bool operator==(const PendingExtensionInfo& rhs) const;
59 // PendingExtensionInfo objects to ensure that extensions meet some criteria
76 int CompareTo(const PendingExtensionInfo& other) const;
pending_extension_manager.h 57 const PendingExtensionInfo* GetById(const std::string& id) const;
80 PendingExtensionInfo::ShouldAllowInstallPredicate should_allow_install,
88 PendingExtensionInfo::ShouldAllowInstallPredicate should_allow_install);
116 typedef std::list<PendingExtensionInfo> PendingExtensionList;
125 PendingExtensionInfo::ShouldAllowInstallPredicate should_allow_install,
136 void AddForTesting(const PendingExtensionInfo& pending_extension_info);
pending_extension_manager.cc 41 const PendingExtensionInfo* PendingExtensionManager::GetById(
91 PendingExtensionInfo::ShouldAllowInstallPredicate should_allow_install,
131 PendingExtensionInfo::ShouldAllowInstallPredicate should_allow_install) {
256 PendingExtensionInfo::ShouldAllowInstallPredicate should_allow_install,
265 PendingExtensionInfo info(id,
277 if (const PendingExtensionInfo* pending = GetById(id)) {
313 const PendingExtensionInfo& pending_extension_info) {
extension_sync_service.cc 519 extensions::PendingExtensionInfo::ShouldAllowInstallPredicate filter =
extension_service_unittest.cc     [all...]
extension_service.cc 519 const extensions::PendingExtensionInfo* pending_extension_info =
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_extension_helper.cc 150 const extensions::PendingExtensionInfo* info =
173 const extensions::PendingExtensionInfo* info = NULL;
  /external/chromium_org/chrome/browser/extensions/updater/
extension_updater_unittest.cc 351 PendingExtensionInfo::ShouldAllowInstallPredicate should_allow_install =
360 PendingExtensionInfo(id,
    [all...]
extension_updater.cc 360 const PendingExtensionInfo* info = pending_extension_manager->GetById(

Completed in 169 milliseconds