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

  /external/chromium/chrome/browser/content_settings/
content_settings_base_provider.cc 92 HostContentSettings::const_iterator i(host_content_settings_.find(host));
93 if (i != host_content_settings_.end() &&
122 i = host_content_settings_.find(key);
123 if (i != host_content_settings_.end() &&
149 is_incognito_ ? &incognito_settings_ : &host_content_settings_;
188 HostContentSettings::const_iterator i(host_content_settings_.find(host));
189 if (i != host_content_settings_.end())
212 i = host_content_settings_.find(key);
213 if (i != host_content_settings_.end()) {
content_settings_base_provider.h 100 return &host_content_settings_;
118 HostContentSettings host_content_settings_; member in class:content_settings::BaseProvider

Completed in 149 milliseconds