OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_positionCache
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/page/
Geolocation.cpp
376
notifier->runSuccessCallback(
m_positionCache
.cachedPosition());
407
if (!
m_positionCache
.cachedPosition())
414
return
m_positionCache
.cachedPosition()->timestamp() > currentTimeMillis - options->maximumAge();
626
m_positionCache
.setCachedPosition(lastPosition());
Geolocation.h
213
PositionCacheWrapper
m_positionCache
;
Completed in 701 milliseconds