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

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dgeoposition.h8 struct Geoposition { struct
/external/chromium_org/chrome/browser/chromeos/geolocation/
H A Dgeoposition.cc19 Geoposition::Geoposition() function in class:chromeos::Geoposition
27 bool Geoposition::Valid() const {
33 std::string Geoposition::ToString() const {
H A Dgeoposition.h16 struct Geoposition { struct in namespace:chromeos
30 Geoposition();
/external/chromium_org/content/public/common/
H A Dgeoposition.cc21 Geoposition::Geoposition() function in class:content::Geoposition
32 bool Geoposition::Validate() const {
H A Dgeoposition.h5 // This file declares the Geoposition structure, used to represent a position
19 struct CONTENT_EXPORT Geoposition { struct in namespace:content
33 Geoposition();
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeoposition.h36 class Geoposition : public GarbageCollectedFinalized<Geoposition>, public ScriptWrappable { class in namespace:WebCore
38 static Geoposition* create(Coordinates* coordinates, DOMTimeStamp timestamp)
40 return new Geoposition(coordinates, timestamp);
52 Geoposition(Coordinates* coordinates, DOMTimeStamp timestamp) function in class:WebCore::Geoposition

Completed in 201 milliseconds