HomeSort by relevance Sort by last modified time
    Searched defs:state_map (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/content_settings/
content_settings_usages_state.h 30 const StateMap& state_map() const { function in class:ContentSettingsUsagesState
content_settings_usages_state_unittest.cc 57 ContentSettingsUsagesState::StateMap state_map = local
58 state.state_map();
59 EXPECT_EQ(2U, state_map.size());
118 state.state_map();
119 EXPECT_EQ(state_map.size(), new_state_map.size());
125 EXPECT_TRUE(state.state_map().empty());
171 ContentSettingsUsagesState::StateMap state_map = local
172 state.state_map();
173 EXPECT_EQ(3U, state_map.size());
  /external/chromium_org/chrome/browser/geolocation/
geolocation_settings_state_unittest.cc 60 GeolocationSettingsState::StateMap state_map = local
61 state.state_map();
62 EXPECT_EQ(2U, state_map.size());
121 state.state_map();
122 EXPECT_EQ(state_map.size(), new_state_map.size());
128 EXPECT_TRUE(state.state_map().empty());
174 GeolocationSettingsState::StateMap state_map = local
175 state.state_map();
176 EXPECT_EQ(3U, state_map.size());
geolocation_permission_context_unittest.cc 233 const ContentSettingsUsagesState::StateMap& state_map = local
234 content_settings->geolocation_usages_state().state_map();
235 EXPECT_EQ(1U, state_map.count(requesting_frame.GetOrigin()));
236 EXPECT_EQ(0U, state_map.count(requesting_frame));
238 state_map.find(requesting_frame.GetOrigin());
239 ASSERT_FALSE(settings == state_map.end())
  /external/chromium_org/base/i18n/
build_utf8_validator_tables.cc 302 // Create a new state corresponding to |set|, add it |states| and |state_map|
306 StateMap* state_map) {
310 const StateMap::const_iterator where = state_map->find(rest);
311 const uint8 target_state = where == state_map->end()
312 ? MakeState(rest, states, state_map)
324 CHECK(state_map->insert(std::make_pair(set, new_state_number)).second);
331 StateMap state_map; local
332 state_map.insert(std::make_pair(StringSet(), 0));
338 const StateMap::const_iterator where = state_map.find(rest);
339 const uint8 target_state = where == state_map.end(
    [all...]
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model.cc 970 const ContentSettingsUsagesState::StateMap& state_map = local
1222 const ContentSettingsUsagesState::StateMap& state_map = local
    [all...]

Completed in 115 milliseconds