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

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

Completed in 53 milliseconds