Searched refs:GeolocationSettingsState (Results 1 – 8 of 8) sorted by relevance
27 GeolocationSettingsState state(&profile); in TEST_F()45 GeolocationSettingsState::StateMap state_map = in TEST_F()49 GeolocationSettingsState::FormattedHostsPerState formatted_host_per_state; in TEST_F()53 GeolocationSettingsState::TABSTATE_HAS_ANY_ALLOWED) in TEST_F()56 GeolocationSettingsState::TABSTATE_HAS_EXCEPTION) in TEST_F()59 GeolocationSettingsState::TABSTATE_HAS_CHANGED) in TEST_F()62 GeolocationSettingsState::TABSTATE_HAS_ANY_ICON) in TEST_F()80 GeolocationSettingsState::TABSTATE_HAS_ANY_ALLOWED) in TEST_F()83 GeolocationSettingsState::TABSTATE_HAS_EXCEPTION) in TEST_F()86 GeolocationSettingsState::TABSTATE_HAS_CHANGED) in TEST_F()[all …]
16 GeolocationSettingsState::GeolocationSettingsState(Profile* profile) in GeolocationSettingsState() function in GeolocationSettingsState20 GeolocationSettingsState::~GeolocationSettingsState() { in ~GeolocationSettingsState()23 void GeolocationSettingsState::OnGeolocationPermissionSet( in OnGeolocationPermissionSet()29 void GeolocationSettingsState::DidNavigate( in DidNavigate()47 void GeolocationSettingsState::ClearStateMap() { in ClearStateMap()51 void GeolocationSettingsState::GetDetailedInfo( in GetDetailedInfo()96 std::string GeolocationSettingsState::GURLToFormattedHost( in GURLToFormattedHost()
19 class GeolocationSettingsState {21 explicit GeolocationSettingsState(Profile* profile);22 virtual ~GeolocationSettingsState();65 DISALLOW_COPY_AND_ASSIGN(GeolocationSettingsState);
164 const GeolocationSettingsState::StateMap& state_map = in CheckTabContentsState()168 GeolocationSettingsState::StateMap::const_iterator settings = in CheckTabContentsState()
312 const GeolocationSettingsState& settings_state = in SetInfobarResponse()
434 const GeolocationSettingsState& settings = in SetDomainsAndCustomLink()436 GeolocationSettingsState::FormattedHostsPerState formatted_hosts_per_state; in SetDomainsAndCustomLink()447 if (tab_state_flags & GeolocationSettingsState::TABSTATE_HAS_EXCEPTION) { in SetDomainsAndCustomLink()452 GeolocationSettingsState::TABSTATE_HAS_CHANGED) { in SetDomainsAndCustomLink()465 const GeolocationSettingsState::StateMap& state_map = in OnCustomLinkClicked()469 for (GeolocationSettingsState::StateMap::const_iterator it = in OnCustomLinkClicked()
147 const GeolocationSettingsState& settings_state = tab_contents-> in UpdateFromTabContents()158 !!(tab_state_flags & GeolocationSettingsState::TABSTATE_HAS_ANY_ALLOWED); in UpdateFromTabContents()
81 const GeolocationSettingsState& geolocation_settings_state() const { in geolocation_settings_state()187 GeolocationSettingsState geolocation_settings_state_;