Searched defs:formatted_hosts_per_state (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_usages_state.cc57 FormattedHostsPerState* formatted_hosts_per_state,
80 if (formatted_hosts_per_state) {
87 (*formatted_hosts_per_state)[i->second].insert(final_formatted_host);
56 GetDetailedInfo( FormattedHostsPerState* formatted_hosts_per_state, unsigned int* tab_state_flags) const argument
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_bubble_model.cc940 ContentSettingsUsagesState::FormattedHostsPerState formatted_hosts_per_state; local
942 usages.GetDetailedInfo(&formatted_hosts_per_state, &tab_state_flags);
945 MaybeAddDomainList(formatted_hosts_per_state[CONTENT_SETTING_ALLOW],
948 MaybeAddDomainList(formatted_hosts_per_state[CONTENT_SETTING_BLOCK],
1192 ContentSettingsUsagesState::FormattedHostsPerState formatted_hosts_per_state; local
1194 usages_state.GetDetailedInfo(&formatted_hosts_per_state, &tab_state_flags);
1197 MaybeAddDomainList(formatted_hosts_per_state[CONTENT_SETTING_ALLOW],
1200 MaybeAddDomainList(formatted_hosts_per_state[CONTENT_SETTING_BLOCK],

Completed in 78 milliseconds