Home
last modified time | relevance | path

Searched refs:m_service (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
DGeolocation.cpp222 , m_service(GeolocationService::create(this)) in Geolocation()
277 m_lastPosition = m_service->lastPosition(); in lastPosition()
432 m_service->suspend(); in suspend()
440 m_service->resume(); in resume()
683 ASSERT_UNUSED(service, service == m_service); in geolocationServicePositionChanged()
684 ASSERT(m_service->lastPosition()); in geolocationServicePositionChanged()
711 return m_service->startUpdating(notifier->m_options.get()); in startUpdating()
724 m_service->stopUpdating(); in stopUpdating()
DGeolocation.h79 GeolocationService* getGeolocationService() const { return m_service.get(); } in getGeolocationService()
198 OwnPtr<GeolocationService> m_service; variable