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

  /external/chromium/chrome/browser/geolocation/
geolocation_settings_state_unittest.cc 45 GeolocationSettingsState::StateMap state_map = local
46 state.state_map();
47 EXPECT_EQ(2U, state_map.size());
106 state.state_map();
107 EXPECT_EQ(state_map.size(), new_state_map.size());
113 EXPECT_TRUE(state.state_map().empty());
147 GeolocationSettingsState::StateMap state_map = local
148 state.state_map();
149 EXPECT_EQ(3U, state_map.size());
geolocation_settings_state.h 25 const StateMap& state_map() const { function in class:GeolocationSettingsState
geolocation_permission_context_unittest.cc 164 const GeolocationSettingsState::StateMap& state_map = local
165 content_settings->geolocation_settings_state().state_map();
166 EXPECT_EQ(1U, state_map.count(requesting_frame.GetOrigin()));
167 EXPECT_EQ(0U, state_map.count(requesting_frame));
169 state_map.find(requesting_frame.GetOrigin());
170 ASSERT_FALSE(settings == state_map.end())
geolocation_browsertest.cc 314 size_t state_map_size = settings_state.state_map().size();
325 EXPECT_GT(settings_state.state_map().size(), state_map_size);
327 EXPECT_EQ(1U, settings_state.state_map().count(requesting_origin));
331 settings_state.state_map().find(requesting_origin)->second);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 445 vector<StateId> state_map(partition.num_classes());
448 state_map[i] = siter.Value(); // first state in partition;
459 arc.nextstate = state_map[partition.class_id(arc.nextstate)];
461 if (s == state_map[c]) // first state just set destination
464 fst->AddArc(state_map[c], arc);
468 fst->SetStart(state_map[partition.class_id(fst->Start())]);
  /external/chromium/chrome/browser/
content_setting_bubble_model.cc 465 const GeolocationSettingsState::StateMap& state_map = variable
466 content_settings->geolocation_settings_state().state_map();
470 state_map.begin(); it != state_map.end(); ++it) {
content_setting_image_model.cc 149 if (settings_state.state_map().empty())
  /external/chromium/chrome/browser/sync/
profile_sync_service.h 174 // Fills state_map with a map of current data types that are possible to
177 browser_sync::DataTypeController::StateMap* state_map) const;
profile_sync_service.cc 219 browser_sync::DataTypeController::StateMap* state_map) const {
223 (*state_map)[iter->first] = iter->second.get()->state();
    [all...]

Completed in 796 milliseconds