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

  /external/chromium_org/chrome/browser/extensions/api/declarative/
rules_registry_with_cache.h 35 // in the RuleStorageOnUI object.
38 // RuleStorageOnUI implements the part of the RulesRegistry which works on
44 class RuleStorageOnUI : public content::NotificationObserver {
50 RuleStorageOnUI(Profile* profile,
56 virtual ~RuleStorageOnUI();
64 base::WeakPtr<RuleStorageOnUI> GetWeakPtr() {
107 // with UMA once per each RuleStorageOnUI instance, unless in Incognito.
121 base::WeakPtrFactory<RuleStorageOnUI> weak_ptr_factory_;
124 // After the RuleStorageOnUI object (the part of the registry which runs on
129 // case the storage functionality disabled (no RuleStorageOnUI objec
    [all...]
rules_registry_with_cache.cc 82 scoped_ptr<RuleStorageOnUI>* ui_part)
86 ? (new RuleStorageOnUI(profile,
94 : base::WeakPtr<RuleStorageOnUI>())),
253 base::Bind(&RuleStorageOnUI::WriteToStorage,
271 // RulesRegistryWithCache::RuleStorageOnUI
273 const char RulesRegistryWithCache::RuleStorageOnUI::kRulesStoredKey[] =
276 RulesRegistryWithCache::RuleStorageOnUI::RuleStorageOnUI(
290 RulesRegistryWithCache::RuleStorageOnUI::~RuleStorageOnUI() {}
    [all...]
test_rules_registry.cc 23 scoped_ptr<RulesRegistryWithCache::RuleStorageOnUI>* ui_part)
test_rules_registry.h 21 scoped_ptr<RulesRegistryWithCache::RuleStorageOnUI>* ui_part);
rules_registry_service.h 98 ScopedVector<RulesRegistryWithCache::RuleStorageOnUI> ui_parts_of_registries_;
rules_registry_with_cache_unittest.cc 214 scoped_ptr<RulesRegistryWithCache::RuleStorageOnUI> ui_part;
224 RulesRegistryWithCache::RuleStorageOnUI::kRulesStoredKey,
230 RulesRegistryWithCache::RuleStorageOnUI::kRulesStoredKey,
rules_registry_service.cc 48 scoped_ptr<RulesRegistryWithCache::RuleStorageOnUI> ui_part;
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_rules_registry.h 69 scoped_ptr<RulesRegistryWithCache::RuleStorageOnUI>* ui_part);
content_rules_registry.cc 25 scoped_ptr<RulesRegistryWithCache::RuleStorageOnUI>* ui_part)
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry.h 80 scoped_ptr<RulesRegistryWithCache::RuleStorageOnUI>* ui_part);
webrequest_rules_registry.cc 39 scoped_ptr<RulesRegistryWithCache::RuleStorageOnUI>* ui_part)

Completed in 188 milliseconds