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

  /external/chromium_org/chrome/browser/content_settings/
content_settings_pref_provider.cc 144 OriginIdentifierValueMap* map_to_modify = &incognito_value_map_; local
146 map_to_modify = &value_map_;
151 map_to_modify->SetValue(
158 map_to_modify->DeleteValue(
185 OriginIdentifierValueMap* map_to_modify = &incognito_value_map_; local
187 map_to_modify = &value_map_;
193 map_to_modify->GetRuleIterator(content_type, std::string(), NULL));
198 map_to_modify->DeleteValues(content_type, std::string());
  /external/chromium/chrome/browser/content_settings/
content_settings_pref_provider.cc 413 HostContentSettings* map_to_modify = incognito_settings(); local
417 map_to_modify = host_content_settings();
423 if (!map_to_modify->count(pattern_str))
424 (*map_to_modify)[pattern_str].content_settings = ContentSettings();
425 HostContentSettings::iterator i(map_to_modify->find(pattern_str));
442 map_to_modify->erase(i);
519 HostContentSettings* map_to_modify = incognito_settings(); local
528 map_to_modify = host_content_settings();
533 for (HostContentSettings::iterator i(map_to_modify->begin());
534 i != map_to_modify->end(); )
    [all...]

Completed in 65 milliseconds