OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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());
720
return
m_service
->startUpdating(notifier->m_options.get(), PlatformBridge::isWebViewPaused(view));
722
return
m_service
->startUpdating(notifier->m_options.get());
736
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 23 milliseconds