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

  /external/chromium/chrome/browser/geolocation/
geolocation_settings_state.h 19 class GeolocationSettingsState {
21 explicit GeolocationSettingsState(Profile* profile);
22 virtual ~GeolocationSettingsState();
65 DISALLOW_COPY_AND_ASSIGN(GeolocationSettingsState);
geolocation_settings_state.cc 16 GeolocationSettingsState::GeolocationSettingsState(Profile* profile)
20 GeolocationSettingsState::~GeolocationSettingsState() {
23 void GeolocationSettingsState::OnGeolocationPermissionSet(
29 void GeolocationSettingsState::DidNavigate(
47 void GeolocationSettingsState::ClearStateMap() {
51 void GeolocationSettingsState::GetDetailedInfo(
96 std::string GeolocationSettingsState::GURLToFormattedHost(
geolocation_settings_state_unittest.cc 27 GeolocationSettingsState state(&profile);
45 GeolocationSettingsState::StateMap state_map =
49 GeolocationSettingsState::FormattedHostsPerState formatted_host_per_state;
53 GeolocationSettingsState::TABSTATE_HAS_ANY_ALLOWED)
56 GeolocationSettingsState::TABSTATE_HAS_EXCEPTION)
59 GeolocationSettingsState::TABSTATE_HAS_CHANGED)
62 GeolocationSettingsState::TABSTATE_HAS_ANY_ICON)
80 GeolocationSettingsState::TABSTATE_HAS_ANY_ALLOWED)
83 GeolocationSettingsState::TABSTATE_HAS_EXCEPTION)
86 GeolocationSettingsState::TABSTATE_HAS_CHANGED
    [all...]
geolocation_permission_context_unittest.cc 164 const GeolocationSettingsState::StateMap& state_map =
168 GeolocationSettingsState::StateMap::const_iterator settings =
geolocation_browsertest.cc 312 const GeolocationSettingsState& settings_state =
  /external/chromium/chrome/browser/
content_setting_image_model.cc 147 const GeolocationSettingsState& settings_state = tab_contents->
158 !!(tab_state_flags & GeolocationSettingsState::TABSTATE_HAS_ANY_ALLOWED);
content_setting_bubble_model.cc 434 const GeolocationSettingsState& settings =
436 GeolocationSettingsState::FormattedHostsPerState formatted_hosts_per_state;
447 if (tab_state_flags & GeolocationSettingsState::TABSTATE_HAS_EXCEPTION) {
452 GeolocationSettingsState::TABSTATE_HAS_CHANGED) {
465 const GeolocationSettingsState::StateMap& state_map =
469 for (GeolocationSettingsState::StateMap::const_iterator it =
  /external/chromium/chrome/browser/tab_contents/
tab_specific_content_settings.h 79 // Returns the GeolocationSettingsState that controls the
81 const GeolocationSettingsState& geolocation_settings_state() const {
187 GeolocationSettingsState geolocation_settings_state_;

Completed in 141 milliseconds