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

  /external/webkit/WebCore/page/
Geolocation.cpp 217 , m_service(GeolocationService::create(this))
266 m_lastPosition = m_service->lastPosition();
407 m_service->suspend();
415 m_service->resume();
619 ASSERT_UNUSED(service, service == m_service);
620 ASSERT(m_service->lastPosition());
622 positionChanged(m_service->lastPosition());
667 return m_service->startUpdating(notifier->m_options.get(), PlatformBridge::isWebViewPaused(view));
669 return m_service->startUpdating(notifier->m_options.get());
686 m_service->stopUpdating()
    [all...]
Geolocation.h 181 OwnPtr<GeolocationService> m_service; member in class:WebCore::Geolocation

Completed in 244 milliseconds