Home
last modified time | relevance | path

Searched refs:GeolocationSettingsState (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/geolocation/
Dgeolocation_settings_state_unittest.cc27 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 …]
Dgeolocation_settings_state.cc16 GeolocationSettingsState::GeolocationSettingsState(Profile* profile) in GeolocationSettingsState() function in GeolocationSettingsState
20 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()
Dgeolocation_settings_state.h19 class GeolocationSettingsState {
21 explicit GeolocationSettingsState(Profile* profile);
22 virtual ~GeolocationSettingsState();
65 DISALLOW_COPY_AND_ASSIGN(GeolocationSettingsState);
Dgeolocation_permission_context_unittest.cc164 const GeolocationSettingsState::StateMap& state_map = in CheckTabContentsState()
168 GeolocationSettingsState::StateMap::const_iterator settings = in CheckTabContentsState()
Dgeolocation_browsertest.cc312 const GeolocationSettingsState& settings_state = in SetInfobarResponse()
/external/chromium/chrome/browser/
Dcontent_setting_bubble_model.cc434 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()
Dcontent_setting_image_model.cc147 const GeolocationSettingsState& settings_state = tab_contents-> in UpdateFromTabContents()
158 !!(tab_state_flags & GeolocationSettingsState::TABSTATE_HAS_ANY_ALLOWED); in UpdateFromTabContents()
/external/chromium/chrome/browser/tab_contents/
Dtab_specific_content_settings.h81 const GeolocationSettingsState& geolocation_settings_state() const { in geolocation_settings_state()
187 GeolocationSettingsState geolocation_settings_state_;