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

  /external/chromium/chrome/browser/
content_setting_image_model.cc 147 const GeolocationSettingsState& settings_state = tab_contents-> local
149 if (settings_state.state_map().empty())
156 settings_state.GetDetailedInfo(NULL, &tab_state_flags);
  /external/chromium/chrome/browser/geolocation/
geolocation_browsertest.cc 312 const GeolocationSettingsState& settings_state = local
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);

Completed in 74 milliseconds