OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Geoposition
(Results
26 - 27
of
27
) sorted by null
1
2
/external/webkit/Source/WebCore/platform/android/
GeolocationServiceBridge.cpp
31
#include "
Geoposition
.h"
129
PassRefPtr<
Geoposition
> GeolocationServiceBridge::toGeoposition(JNIEnv *env, const jobject &location)
167
return WebCore::
Geoposition
::create(
/external/webkit/Source/WebCore/page/
Geolocation.cpp
59
static PassRefPtr<
Geoposition
> createGeoposition(GeolocationPosition* position)
67
return
Geoposition
::create(coordinates.release(), convertSecondsToDOMTimeStamp(position->timestamp()));
126
void Geolocation::GeoNotifier::runSuccessCallback(
Geoposition
* position)
268
Geoposition
* Geolocation::lastPosition()
487
void Geolocation::sendPosition(GeoNotifierVector& notifiers,
Geoposition
* position)
Completed in 346 milliseconds
1
2