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

/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_usages_state_unittest.cc61 ContentSettingsUsagesState::FormattedHostsPerState formatted_host_per_state; local
63 state.GetDetailedInfo(&formatted_host_per_state, &tab_state_flags);
76 EXPECT_EQ(1U, formatted_host_per_state[CONTENT_SETTING_ALLOW].size());
78 formatted_host_per_state[CONTENT_SETTING_ALLOW].count(
81 EXPECT_EQ(1U, formatted_host_per_state[CONTENT_SETTING_BLOCK].size());
83 formatted_host_per_state[CONTENT_SETTING_BLOCK].count(
88 formatted_host_per_state.clear();
90 state.GetDetailedInfo(&formatted_host_per_state, &tab_state_flags);
103 EXPECT_EQ(0U, formatted_host_per_state[CONTENT_SETTING_ALLOW].size());
104 EXPECT_EQ(2U, formatted_host_per_state[CONTENT_SETTING_BLOC
175 ContentSettingsUsagesState::FormattedHostsPerState formatted_host_per_state; local
[all...]
/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_settings_state_unittest.cc64 GeolocationSettingsState::FormattedHostsPerState formatted_host_per_state; local
66 state.GetDetailedInfo(&formatted_host_per_state, &tab_state_flags);
79 EXPECT_EQ(1U, formatted_host_per_state[CONTENT_SETTING_ALLOW].size());
81 formatted_host_per_state[CONTENT_SETTING_ALLOW].count(
84 EXPECT_EQ(1U, formatted_host_per_state[CONTENT_SETTING_BLOCK].size());
86 formatted_host_per_state[CONTENT_SETTING_BLOCK].count(
91 formatted_host_per_state.clear();
93 state.GetDetailedInfo(&formatted_host_per_state, &tab_state_flags);
106 EXPECT_EQ(0U, formatted_host_per_state[CONTENT_SETTING_ALLOW].size());
107 EXPECT_EQ(2U, formatted_host_per_state[CONTENT_SETTING_BLOC
178 GeolocationSettingsState::FormattedHostsPerState formatted_host_per_state; local
[all...]

Completed in 329 milliseconds