Searched defs:geoposition (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DJSCustomPositionCallback.cpp46 void JSCustomPositionCallback::handleEvent(Geoposition* geoposition) argument
57 args.append(toJS(exec, deprecatedGlobalObjectForPrototype(exec), geoposition));
/external/chromium/chrome/browser/geolocation/
H A Dgeolocation_browsertest.cc24 #include "content/common/geoposition.h"
184 void NotifyGeoposition(const Geoposition& geoposition) { argument
186 MockLocationProvider::instance_->HandlePositionChanged(geoposition);
195 // 3. Allowing the infobar does not trigger an error, and allow a geoposition to
287 Geoposition geoposition; local
288 geoposition.latitude = latitude;
289 geoposition.longitude = longitude;
290 geoposition.accuracy = 0;
291 geoposition.error_code = Geoposition::ERROR_CODE_NONE;
294 geoposition
299 CheckGeoposition(const Geoposition& geoposition) argument
[all...]

Completed in 69 milliseconds