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

123

/external/chromium_org/third_party/polymer/components-chromium/paper-dialog/
H A Dpaper-dialog-extracted.js57 * @attribute heading
61 heading: '',
82 this.setAttribute('aria-label', this.heading);
/external/chromium_org/tools/profile_chrome/
H A Dui.py10 def PrintMessage(heading, eol='\n'):
11 sys.stdout.write('%s%s' % (heading, eol))
/external/chromium-trace/trace-viewer/src/tracing/tracks/
H A Dheading_track.css6 .heading-track {
14 .heading-track > heading {
H A Dheading_track.js15 * A track with a header. Provides the basic heading and tooltip
20 var HeadingTrack = ui.define('heading-track', tracing.tracks.Track);
27 this.classList.add('heading-track');
29 this.headingDiv_ = document.createElement('heading');
34 get heading() {
38 set heading(text) {
H A Dcpu_track_test.js34 track.heading = 'CPU ' + cpu.cpuNumber;
/external/markdown/markdown/extensions/
H A Drss.py22 def get_time(heading):
24 heading = heading.split("-")[0]
25 heading = heading.strip().replace(",", " ").replace(".", " ")
27 month, date, year = heading.split()
81 heading = child.text.strip()
86 title.text = heading
88 guid = ''.join([x for x in heading if x.isalnum()])
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DCoordinates.h38 static Coordinates* create(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) argument
40 return new Coordinates(latitude, longitude, providesAltitude, altitude, accuracy, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed);
50 double heading(bool& isNull) const;
54 Coordinates(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) argument
60 , m_heading(heading)
H A DCoordinates.idl35 readonly attribute double? heading;
H A DCoordinates.cpp49 double Coordinates::heading(bool& isNull) const function in class:blink::Coordinates
H A DGeolocationPosition.h39 static 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) argument
41 return new GeolocationPosition(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed);
52 double heading() const { return m_heading; } function in class:blink::GeolocationPosition
77 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
84 , m_heading(heading)
/external/chromium_org/third_party/WebKit/public/web/
H A DWebGeolocationPosition.h39 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
41 assign(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed);
46 BLINK_EXPORT void assign(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed);
/external/chromium_org/chrome/browser/resources/extensions/
H A Dpack_extension_overlay.css5 .pack-extension-heading {
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebGeolocationPosition.cpp33 void WebGeolocationPosition::assign(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
35 m_private = GeolocationPosition::create(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed);
/external/chromium_org/content/public/common/
H A Dgeoposition.h51 double heading; member in struct:content::Geoposition
H A Dgeoposition.cc27 heading(kBadHeading),
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DLocationProviderAdapter.java81 boolean hasHeading, double heading,
84 hasAccuracy, accuracy, hasHeading, heading, hasSpeed, speed);
96 boolean hasHeading, double heading,
78 newLocationAvailable(double latitude, double longitude, double timestamp, boolean hasAltitude, double altitude, boolean hasAccuracy, double accuracy, boolean hasHeading, double heading, boolean hasSpeed, double speed) argument
92 nativeNewLocationAvailable( double latitude, double longitude, double timeStamp, boolean hasAltitude, double altitude, boolean hasAccuracy, double accuracy, boolean hasHeading, double heading, boolean hasSpeed, double speed) argument
/external/chromium_org/ui/accessibility/extensions/caretbrowsing/
H A Doptions.js50 var heading = document.querySelector('h1');
52 sel.setBaseAndExtent(heading, 0, heading, 0);
/external/chromium_org/chrome/common/extensions/docs/static/js/
H A Darticle.js40 // Add permalinks to heading elements.
96 [].forEach.call(toc.querySelectorAll('.toplevel'), function(heading) {
97 if (heading.querySelector('.toc')) {
98 heading.firstChild.classList.add('hastoc');
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
H A DKitKatBrowserAccessibilityManager.java53 int rowIndex, int rowSpan, int columnIndex, int columnSpan, boolean heading) {
55 rowIndex, rowSpan, columnIndex, columnSpan, heading));
86 boolean heading) {
52 setAccessibilityNodeInfoCollectionItemInfo(AccessibilityNodeInfo node, int rowIndex, int rowSpan, int columnIndex, int columnSpan, boolean heading) argument
85 setAccessibilityEventHeadingFlag(AccessibilityEvent event, boolean heading) argument
/external/chromium_org/chrome/installer/util/
H A Duser_experiment.h38 int heading; // The heading resource ID to use for this experiment. member in struct:installer::ExperimentDetails
/external/chromium_org/content/common/
H A Dgeolocation_messages.h23 IPC_STRUCT_TRAITS_MEMBER(heading)
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dother_sessions.js92 var heading = findAncestorByClass(e.target, 'session-heading');
93 if (heading) {
99 heading.sessionData_);
164 var heading = doc.createElement('h3');
165 heading.className = 'session-heading';
166 heading.textContent = session.name;
167 heading.sessionData_ = session;
168 section.appendChild(heading);
[all...]
/external/chromium_org/content/browser/geolocation/
H A Dlocation_api_adapter_android.cc25 jboolean has_heading, jdouble heading,
29 has_heading, heading, has_speed, speed);
107 bool has_heading, double heading,
118 position.heading = heading;
19 NewLocationAvailable(JNIEnv* env, jclass, jdouble latitude, jdouble longitude, jdouble time_stamp, jboolean has_altitude, jdouble altitude, jboolean has_accuracy, jdouble accuracy, jboolean has_heading, jdouble heading, jboolean has_speed, jdouble speed) argument
103 OnNewLocationAvailable( double latitude, double longitude, double time_stamp, bool has_altitude, double altitude, bool has_accuracy, double accuracy, bool has_heading, double heading, bool has_speed, double speed) argument
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
H A Dflock.cc78 double heading = goose.velocity().Heading(); local
79 if (heading < 0.0)
80 heading = M_PI * 2.0 + heading;
83 static_cast<int32_t>(heading / kGooseHeadingIncrement);
/external/chromium_org/content/renderer/
H A Dgeolocation_dispatcher.cc131 geoposition.heading >= 0. && geoposition.heading <= 360.,
132 geoposition.heading,

Completed in 495 milliseconds

123