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

  /external/chromium_org/chrome/browser/content_settings/
content_settings_provider.h 27 class ProviderInterface {
29 virtual ~ProviderInterface() {}
36 // not allowed to call other |ProviderInterface| functions (including
content_settings_observable_provider.h 17 class ObservableProvider : public ProviderInterface {
content_settings_utils.h 24 class ProviderInterface;
55 const ProviderInterface* provider,
65 const ProviderInterface* provider,
73 const ProviderInterface* provider,
host_content_settings_map.h 34 class ProviderInterface;
209 typedef std::map<ProviderType, content_settings::ProviderInterface*>
218 content_settings::ProviderInterface* provider) const;
229 const content_settings::ProviderInterface* provider,
content_settings_utils.cc 121 const ProviderInterface* provider,
169 base::Value* GetContentSettingValue(const ProviderInterface* provider,
180 ContentSetting GetContentSetting(const ProviderInterface* provider,
host_content_settings_map.cc 164 content_settings::ProviderInterface* provider) const {
487 const content_settings::ProviderInterface* provider,
  /external/chromium/chrome/browser/content_settings/
content_settings_provider.h 48 class ProviderInterface {
68 virtual ~ProviderInterface() {}
host_content_settings_map.h 30 class ProviderInterface;
208 std::vector<linked_ptr<content_settings::ProviderInterface> >
content_settings_base_provider.h 37 class BaseProvider : public ProviderInterface {
51 // ProviderInterface Implementation
content_settings_notification_provider.h 24 class NotificationProvider : public ProviderInterface,
37 // ProviderInterface implementation
content_settings_mock_provider.h 44 class MockProvider : public ProviderInterface {
58 // ProviderInterface implementation
content_settings_policy_provider.h 94 // ProviderInterface Implementation
125 content_settings::ProviderInterface::ResourceIdentifier,
host_content_settings_map.cc 49 typedef linked_ptr<content_settings::ProviderInterface> ProviderPtr;
53 typedef content_settings::ProviderInterface::Rules Rules;
54 typedef content_settings::ProviderInterface::Rules::iterator
56 typedef content_settings::ProviderInterface::Rules::const_iterator
content_settings_policy_provider.cc 360 ProviderInterface::ResourceIdentifier(NO_RESOURCE_IDENTIFIER),
384 // methodes of the ProviderInterface that set or delete any settings do nothing.
  /external/chromium/chrome/browser/notifications/
desktop_notification_service.cc 50 typedef content_settings::ProviderInterface::Rules Rules;
438 content_settings::ProviderInterface::Rules content_setting_rules;
452 content_settings::ProviderInterface::Rules content_settings_rules;

Completed in 1270 milliseconds