HomeSort by relevance Sort by last modified time
    Searched full:heading (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/webkit/WebCore/page/
Coordinates.h 39 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)); }
46 double heading() const { return m_heading; } function in class:WebCore::Coordinates
55 Coordinates(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed)
61 , m_heading(heading)
GeolocationPosition.h 41 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)); }
50 double heading() const { return m_heading; } function in class:WebCore::GeolocationPosition
75 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)
82 , m_heading(heading)
Coordinates.idl 34 readonly attribute [Custom] double heading;
GeolocationPositionCache.cpp 97 "heading REAL, "
118 providesHeading, statement.getColumnDouble(5), // heading
142 "heading, "
161 statement.bindDouble(6, position->coords()->heading());
  /external/ppp/pppd/plugins/radius/
pppd-radattr.8 3 .\" SH section heading
4 .\" SS subsection heading
pppd-radius.8 3 .\" SH section heading
4 .\" SS subsection heading
  /external/webkit/WebCore/bindings/js/
JSCoordinatesCustom.cpp 51 JSValue JSCoordinates::heading(ExecState* exec) const function in class:WebCore::JSCoordinates
56 return jsNumber(exec, imp->heading());
  /external/tcpdump/
atm.h 29 * do not deliver a heading HEC byte
  /external/ppp/pppd/
srp-entry.8 3 .\" SH section heading
4 .\" SS subsection heading
  /external/webkit/WebCore/bindings/v8/custom/
V8CoordinatesCustom.cpp 57 INC_STATS("DOM.Coordinates.heading._get");
62 return v8::Number::New(imp->heading());
  /external/webkit/WebKit/mac/WebCoreSupport/
WebGeolocationMock.mm 46 false, 0.0, // heading
  /external/webkit/WebCore/platform/android/
GeolocationServiceBridge.cpp 139 // heading is optional and may not be supplied.
142 double heading = local
160 hasHeading, heading,
  /external/webkit/WebCore/platform/mac/
GeolocationServiceMac.mm 173 double heading = newLocation.course;
174 if (heading < 0.0)
186 heading,
  /external/webkit/WebKit/android/jni/
MockGeolocation.cpp 54 false, 0.0, // heading
  /external/icu4c/common/
rbbidata.h 160 void printTable(const char *heading, const RBBIStateTable *table);
163 #define printTable(heading, table)
  /external/clearsilver/python/examples/trans/
README 86 the heading will be automatically identified, but the submit
  /external/bison/tests/
existing.at 463 HEADING EMPTY_BLOCK
627 HEADING BLOCK
635 HEADING
641 HEADING
713 HEADING : MBEE_FMAL_PAR_P HSTATEMENTSEPARATOR {}
819 HEADING
  /external/bison/
THANKS 11 Anthony Heading ajrh@ajrh.net
  /external/qemu/
uboot_image.h 25 * use of U-Boot, and does *not* fall under the heading of "derived
  /external/bluetooth/glib/gio/
gmountoperation.c 255 * presented as a heading. For example, it may be used as the
278 * presented as a heading. For example, it may be used as the
  /external/iproute2/doc/actions/
mirred-usage 90 Ping would fail since all packets are heading out eth0
  /external/libxml2/include/libxml/
encoding.h 129 * Note: a first call designed to produce heading info is called with
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
jdiff_help.html 77 Just like Javadoc, all interface names are in <i>italic</i>, and class names are not italicized. Where there are multiple entries in an index with the same name, the heading for them is also in italics, but is not a link.
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
jdiff_help.html 77 Just like Javadoc, all interface names are in <i>italic</i>, and class names are not italicized. Where there are multiple entries in an index with the same name, the heading for them is also in italics, but is not a link.
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
jdiff_help.html 77 Just like Javadoc, all interface names are in <i>italic</i>, and class names are not italicized. Where there are multiple entries in an index with the same name, the heading for them is also in italics, but is not a link.

Completed in 331 milliseconds

1 2 3 4 5