OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GeolocationPositionCache
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/page/
GeolocationPositionCache.h
38
class
GeolocationPositionCache
{
40
GeolocationPositionCache
();
41
~
GeolocationPositionCache
();
GeolocationPositionCache.cpp
27
#include "
GeolocationPositionCache
.h"
41
int
GeolocationPositionCache
::s_instances = 0;
42
RefPtr<Geoposition>*
GeolocationPositionCache
::s_cachedPosition;
43
String*
GeolocationPositionCache
::s_databaseFile = 0;
45
GeolocationPositionCache
::
GeolocationPositionCache
()
53
GeolocationPositionCache
::~
GeolocationPositionCache
()
62
void
GeolocationPositionCache
::setCachedPosition(Geoposition* cachedPosition)
67
Geoposition*
GeolocationPositionCache
::cachedPosition(
[
all
...]
Completed in 1093 milliseconds