OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GeolocationServiceAndroid
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/android/
GeolocationServiceAndroid.cpp
27
#include "
GeolocationServiceAndroid
.h"
46
//
GeolocationServiceAndroid
is the Android implmentation of Geolocation
50
//
GeolocationServiceAndroid
, GeolocationServiceBridge and Java
55
GeolocationService*
GeolocationServiceAndroid
::create(GeolocationServiceClient* client)
57
return new
GeolocationServiceAndroid
(client);
60
GeolocationService::FactoryFunction* GeolocationService::s_factoryFunction = &
GeolocationServiceAndroid
::create;
62
GeolocationServiceAndroid
::
GeolocationServiceAndroid
(GeolocationServiceClient* client)
64
, m_timer(this, &
GeolocationServiceAndroid
::timerFired)
71
bool
GeolocationServiceAndroid
::startUpdating(PositionOptions* options, bool suspend
[
all
...]
GeolocationServiceAndroid.h
39
//
GeolocationServiceAndroid
.
42
class
GeolocationServiceAndroid
: public GeolocationService {
46
virtual ~
GeolocationServiceAndroid
() { };
62
void timerFired(Timer<
GeolocationServiceAndroid
>* timer);
65
GeolocationServiceAndroid
(GeolocationServiceClient*);
71
Timer<
GeolocationServiceAndroid
> m_timer;
GeolocationServiceBridge.h
35
class
GeolocationServiceAndroid
;
40
//
GeolocationServiceAndroid
.
43
typedef
GeolocationServiceAndroid
ListenerInterface;
/external/webkit/Source/WebCore/
Android.mk
577
platform/android/
GeolocationServiceAndroid
.cpp \
[
all
...]
Completed in 295 milliseconds