Searched defs:GeolocationSettingsState (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/geolocation/
H A Dgeolocation_settings_state.cc16 GeolocationSettingsState::GeolocationSettingsState(Profile* profile) function in class:GeolocationSettingsState
20 GeolocationSettingsState::~GeolocationSettingsState() {
23 void GeolocationSettingsState::OnGeolocationPermissionSet(
29 void GeolocationSettingsState::DidNavigate(
47 void GeolocationSettingsState::ClearStateMap() {
51 void GeolocationSettingsState::GetDetailedInfo(
96 std::string GeolocationSettingsState::GURLToFormattedHost(
H A Dgeolocation_settings_state.h19 class GeolocationSettingsState { class
21 explicit GeolocationSettingsState(Profile* profile);
22 virtual ~GeolocationSettingsState();
65 DISALLOW_COPY_AND_ASSIGN(GeolocationSettingsState);

Completed in 79 milliseconds