HomeSort by relevance Sort by last modified time
    Searched full:formatted_host_per_state (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/geolocation/
geolocation_settings_state_unittest.cc 49 GeolocationSettingsState::FormattedHostsPerState formatted_host_per_state; local
51 state.GetDetailedInfo(&formatted_host_per_state, &tab_state_flags);
64 EXPECT_EQ(1U, formatted_host_per_state[CONTENT_SETTING_ALLOW].size());
66 formatted_host_per_state[CONTENT_SETTING_ALLOW].count(
69 EXPECT_EQ(1U, formatted_host_per_state[CONTENT_SETTING_BLOCK].size());
71 formatted_host_per_state[CONTENT_SETTING_BLOCK].count(
76 formatted_host_per_state.clear();
78 state.GetDetailedInfo(&formatted_host_per_state, &tab_state_flags);
91 EXPECT_EQ(0U, formatted_host_per_state[CONTENT_SETTING_ALLOW].size());
92 EXPECT_EQ(2U, formatted_host_per_state[CONTENT_SETTING_BLOCK].size())
151 GeolocationSettingsState::FormattedHostsPerState formatted_host_per_state; local
    [all...]
  /external/chromium_org/chrome/browser/content_settings/
content_settings_usages_state_unittest.cc 71 ContentSettingsUsagesState::FormattedHostsPerState formatted_host_per_state; local
73 state.GetDetailedInfo(&formatted_host_per_state, &tab_state_flags);
86 EXPECT_EQ(1U, formatted_host_per_state[CONTENT_SETTING_ALLOW].size());
88 formatted_host_per_state[CONTENT_SETTING_ALLOW].count(
91 EXPECT_EQ(1U, formatted_host_per_state[CONTENT_SETTING_BLOCK].size());
93 formatted_host_per_state[CONTENT_SETTING_BLOCK].count(
98 formatted_host_per_state.clear();
100 state.GetDetailedInfo(&formatted_host_per_state, &tab_state_flags);
113 EXPECT_EQ(0U, formatted_host_per_state[CONTENT_SETTING_ALLOW].size());
114 EXPECT_EQ(2U, formatted_host_per_state[CONTENT_SETTING_BLOCK].size())
185 ContentSettingsUsagesState::FormattedHostsPerState formatted_host_per_state; local
    [all...]
  /external/chromium_org/chrome/browser/geolocation/
geolocation_settings_state_unittest.cc 64 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_BLOCK].size())
178 GeolocationSettingsState::FormattedHostsPerState formatted_host_per_state; local
    [all...]

Completed in 475 milliseconds