Searched refs:heading (Results 1 - 15 of 15) sorted by relevance

/external/webkit/WebCore/page/
H A DCoordinates.h39 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
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) argument
61 , m_heading(heading)
H A DGeolocationPosition.h41 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
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) argument
82 , m_heading(heading)
H A DCoordinates.idl34 readonly attribute [Custom] double heading;
H A DGeolocationPositionCache.cpp97 "heading REAL, "
118 providesHeading, statement.getColumnDouble(5), // heading
142 "heading, "
161 statement.bindDouble(6, position->coords()->heading());
H A DGeolocation.cpp68 position->canProvideHeading(), position->heading(), position->canProvideSpeed(), position->speed());
/external/webkit/WebCore/bindings/js/
H A DJSCoordinatesCustom.cpp51 JSValue JSCoordinates::heading(ExecState* exec) const function in class:WebCore::JSCoordinates
56 return jsNumber(exec, imp->heading());
/external/icu4c/common/
H A Drbbidata.h160 void printTable(const char *heading, const RBBIStateTable *table);
163 #define printTable(heading, table)
H A Drbbidata.cpp212 void RBBIDataWrapper::printTable(const char *heading, const RBBIStateTable *table) { argument
216 RBBIDebugPrintf(" %s\n", heading);
/external/webkit/WebCore/platform/mac/
H A DGeolocationServiceMac.mm173 double heading = newLocation.course;
174 if (heading < 0.0)
186 heading,
/external/webkit/WebCore/bindings/v8/custom/
H A DV8CoordinatesCustom.cpp57 INC_STATS("DOM.Coordinates.heading._get");
62 return v8::Number::New(imp->heading());
/external/webkit/WebCore/platform/android/
H A DGeolocationServiceBridge.cpp139 // heading is optional and may not be supplied.
142 double heading = local
160 hasHeading, heading,
/external/icu4c/test/intltest/
H A Drbbitst.cpp157 void checkResults(const char *heading, RBBITest *test);
158 void err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx);
195 void BITestData::checkResults(const char *heading, RBBITest *test) { argument
209 err(heading, test, expectedIndex-1, actualIndex);
215 err(heading, test, expectedIndex, actualIndex-1);
221 err(heading, test, expectedIndex, actualIndex);
233 heading, fLineNum.elementAt(expectedIndex),
246 void BITestData::err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx) argument
260 test->errln("%s unexpected break at offset %d in test item from line %d. actual break: %d expected break: %d", heading, o, line, actual, expected);
262 test->errln("%s Failed to find break at end of item from line %d. actual break: %d expected break: %d", heading, lin
[all...]
/external/grub/docs/
H A Dtexinfo.tex972 % after a section heading. If WORD is `insert', then do indent at such
2462 % parskip, or the item text will crash with the heading. On the
2689 % @headitem starts a heading row, which we typeset in bold.
3552 % It does not print any chapter heading (usually an @unnumbered).
3943 \newcount\absseclevel % used to calculate proper heading level
3965 % Choose a heading macro
3966 % #1 is heading type
3967 % #2 is heading level
3968 % #3 is text for heading
3981 % The heading typ
[all...]
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
H A Drun_chromium_webkit_tests.py1052 title: section heading
1159 heading):
1167 heading: a textual description of the timeline
1173 write("=> %s (%d):" % (heading, not_passing))
/external/e2fsprogs/lib/et/
H A Dtexinfo.tex521 \newtoks \evenheadline % Token sequence for heading line of even pages
522 \newtoks \oddheadline % Token sequence for heading line of odd pages
1192 % Define @majorheading, @heading and @subheading
1201 \let\heading=\secheadingi
1205 % These macros generate a chapter, section, etc. heading only

Completed in 126 milliseconds