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

  /external/chromium/chrome/browser/geolocation/
geolocation_settings_state.cc 52 FormattedHostsPerState* formatted_hosts_per_state,
74 if (formatted_hosts_per_state) {
81 (*formatted_hosts_per_state)[i->second].insert(final_formatted_host);
geolocation_settings_state.h 54 // Returns an (optional) |formatted_hosts_per_state| and a mask of TabState.
55 void GetDetailedInfo(FormattedHostsPerState* formatted_hosts_per_state,
  /external/chromium/chrome/browser/
content_setting_bubble_model.cc 436 GeolocationSettingsState::FormattedHostsPerState formatted_hosts_per_state; local
438 settings.GetDetailedInfo(&formatted_hosts_per_state, &tab_state_flags);
441 MaybeAddDomainList(formatted_hosts_per_state[CONTENT_SETTING_ALLOW],
444 MaybeAddDomainList(formatted_hosts_per_state[CONTENT_SETTING_BLOCK],

Completed in 396 milliseconds