HomeSort by relevance Sort by last modified time
    Searched defs:ContentSettingsStore (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_store.h 38 class ContentSettingsStore
39 : public base::RefCountedThreadSafe<ContentSettingsStore> {
46 // ContentSettingsStore.
52 ContentSettingsStore();
112 friend class base::RefCountedThreadSafe<ContentSettingsStore>;
118 virtual ~ContentSettingsStore();
142 DISALLOW_COPY_AND_ASSIGN(ContentSettingsStore);
content_settings_store.cc 36 struct ContentSettingsStore::ExtensionEntry {
49 ContentSettingsStore::ContentSettingsStore() {
53 ContentSettingsStore::~ContentSettingsStore() {
57 RuleIterator* ContentSettingsStore::GetRuleIterator(
93 void ContentSettingsStore::SetExtensionContentSetting(
120 void ContentSettingsStore::RegisterExtension(
137 void ContentSettingsStore::UnregisterExtension(
159 void ContentSettingsStore::SetExtensionState
    [all...]

Completed in 1002 milliseconds