Searched refs:map_to_modify (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_pref_provider.cc145 OriginIdentifierValueMap* map_to_modify = &incognito_value_map_; local
147 map_to_modify = &value_map_;
152 map_to_modify->SetValue(
159 map_to_modify->DeleteValue(
186 OriginIdentifierValueMap* map_to_modify = &incognito_value_map_; local
188 map_to_modify = &value_map_;
194 map_to_modify->GetRuleIterator(content_type, std::string(), NULL));
199 map_to_modify->DeleteValues(content_type, std::string());

Completed in 198 milliseconds