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

  /external/chromium/chrome/browser/
plugin_exceptions_table_model.cc 19 otr_map_(otr_content_settings_map),
42 HostContentSettingsMap* map = entry.is_otr ? otr_map_ : map_;
69 if (otr_map_)
70 otr_map_->ClearSettingsForOneType(CONTENT_SETTINGS_TYPE_PLUGINS);
150 if (otr_map_) {
151 otr_map_->GetSettingsForOneType(CONTENT_SETTINGS_TYPE_PLUGINS,
plugin_exceptions_table_model.h 68 scoped_refptr<HostContentSettingsMap> otr_map_; member in class:PluginExceptionsTableModel

Completed in 44 milliseconds