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

/external/chromium_org/third_party/WebKit/public/web/
H A DWebGeolocationPosition.h36 class WebGeolocationPosition { class in namespace:blink
38 WebGeolocationPosition() {} function in class:blink::WebGeolocationPosition
39 WebGeolocationPosition(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) function in class:blink::WebGeolocationPosition
43 WebGeolocationPosition(const WebGeolocationPosition& other) { assign(other); } function in class:blink::WebGeolocationPosition
44 ~WebGeolocationPosition() { reset(); }
47 BLINK_EXPORT void assign(const WebGeolocationPosition&);
51 WebGeolocationPosition(GeolocationPosition*);
52 WebGeolocationPosition& operator=(GeolocationPosition*);

Completed in 276 milliseconds