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

  /external/chromium/chrome/browser/geolocation/
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.h 19 class GeolocationSettingsState {
21 explicit GeolocationSettingsState(Profile* profile);
22 virtual ~GeolocationSettingsState();
65 DISALLOW_COPY_AND_ASSIGN(GeolocationSettingsState);

Completed in 2478 milliseconds