Searched defs:heading (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/Modules/geolocation/
H A DCoordinates.cpp49 double Coordinates::heading(bool& isNull) const function in class:WebCore::Coordinates
H A DCoordinates.h36 static PassRefPtr<Coordinates> create(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) { return adoptRef(new Coordinates(latitude, longitude, providesAltitude, altitude, accuracy, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed)); } argument
52 Coordinates(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) argument
H A DGeolocationPosition.h39 static PassRefPtr<GeolocationPosition> create(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) { return adoptRef(new GeolocationPosition(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed)); } argument
48 double heading() const { return m_heading; } function in class:WebCore::GeolocationPosition
73 GeolocationPosition(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKGeolocationPosition.cpp44 WKGeolocationPositionRef WKGeolocationPositionCreate_b(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) argument
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Doutline.el[all...]
H A Dfoldout.el[all...]
H A Dinfo-xref.el
H A Dallout.el[all...]
H A Dman.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/obsolete/
H A Dooutline.el[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebGeolocationPosition.cpp34 WebGeolocationPosition::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) argument
H A DWebGeolocationPosition.h49 double heading; member in struct:WebKit::WebGeolocationPosition::Data
58 static PassRefPtr<WebGeolocationPosition> create(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) argument
77 double heading() const { return m_data.heading; } function in class:WebKit::WebGeolocationPosition
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Drbbidata.cpp213 void RBBIDataWrapper::printTable(const char *heading, const RBBIStateTable *table) { argument
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DGeolocationClientBlackBerry.cpp158 onLocationUpdate(double timestamp, double latitude, double longitude, double accuracy, double altitude, bool altitudeValid, double altitudeAccuracy, bool altitudeAccuracyValid, double speed, bool speedValid, double heading, bool headingValid) argument
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DGeolocationClientQt.cpp79 double heading = geoPosition.attribute(QGeoPositionInfo::Direction); local
/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dtreeview.tcl[all...]
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DDumpRenderTreeSupport.cpp114 void DumpRenderTreeSupport::setMockGeolocationPosition(WebPage* webPage, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) argument
/macosx-10.9.5/emacs-92/emacs/lisp/play/
H A Dgametree.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex-sel.el
H A Dtexinfo.el[all...]
H A Dconf-mode.el
H A Dreftex-toc.el
/macosx-10.9.5/diskdev_cmds-572.1.1/quota.tproj/
H A Dquota.c431 heading(type, id, name, tag) function
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DDumpRenderTreeSupportEfl.cpp701 void DumpRenderTreeSupportEfl::setMockGeolocationPosition(const Evas_Object* ewkView, double latitude, double longitude, double accuracy, bool canProvideAltitude, double altitude, bool canProvideAltitudeAccuracy, double altitudeAccuracy, bool canProvideHeading, double heading, bool canProvideSpeed, double speed) argument
/macosx-10.9.5/dtrace-118.1/cmd/
H A Ddtrace_1.c1390 static int heading; local

Completed in 143 milliseconds

12