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

  /external/webkit/Source/WebCore/platform/
GeolocationService.cpp 67 : m_geolocationServiceClient(client)
69 ASSERT(m_geolocationServiceClient);
74 m_geolocationServiceClient->geolocationServicePositionChanged(this);
79 m_geolocationServiceClient->geolocationServiceErrorOccurred(this);
GeolocationService.h 69 GeolocationServiceClient* geolocationServiceClient() const { return m_geolocationServiceClient; }
72 GeolocationServiceClient* m_geolocationServiceClient;

Completed in 3732 milliseconds