HomeSort by relevance Sort by last modified time
    Searched full:heading (Results 26 - 50 of 721) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/doc_generated/
rest-devsite-examples.html 36 <a class="reference internal" href="#link-for-section-heading"><em>Section heading</em></a>. This works across documents as well. Label
38 <p>It&#8217;s also possible to give such cross-references custom names: <a class="reference internal" href="#link-for-section-heading"><em>Same
39 Section Heading</em></a>.</p>
92 <h2 id="section-heading"><span id="link-for-section-heading"></span>Section heading</h2>
93 <p>Here&#8217;s a demonstration of heading nesting levels. This is a top-level section in
96 <h3 id="subsection-heading">Subsection heading</h3
    [all...]
  /external/chromium_org/content/browser/geolocation/
location_api_adapter_android.cc 25 jboolean has_heading, jdouble heading,
29 has_heading, heading, has_speed, speed);
107 bool has_heading, double heading,
118 position.heading = heading;
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationPosition.h 39 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)
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)
84 , m_heading(heading)
  /external/chromium_org/third_party/polymer/components-chromium/paper-dialog/
paper-dialog.html 22 <paper-dialog heading="Title for dialog">
40 <paper-dialog heading="Title for dialog" transition="paper-transition-center">
42 <paper-dialog heading="Title for dialog" transition="paper-transition-bottom">
59 <polymer-element name="paper-dialog" attributes="opened heading transition autoCloseDisabled backdrop layered closeSelector" role="dialog" assetpath="">
80 <h1>{{heading}}</h1>
  /external/chromium_org/chrome/browser/resources/ntp4/
other_sessions.js 92 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-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/
allfiles.tmpl 33 <dt class="heading">Author:</dt>
37 <dt class="heading">Version:</dt>
42 <dt class="heading">Location:</dt>
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
LocationProviderAdapter.java 81 boolean hasHeading, double heading,
84 hasAccuracy, accuracy, hasHeading, heading, hasSpeed, speed);
96 boolean hasHeading, double heading,
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
KitKatBrowserAccessibilityManager.java 53 int rowIndex, int rowSpan, int columnIndex, int columnSpan, boolean heading) {
55 rowIndex, rowSpan, columnIndex, columnSpan, heading));
86 boolean heading) {
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
vector2.h 62 // Compute the "heading" of a vector - this is the angle in radians between
64 // @return {!number} The "heading" angle in radians.
65 double Heading() const {
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_predicates.js 136 * Heading.
138 * @return {?Node} Node in the array that is a heading.
143 nodes[i].getAttribute('role') == 'heading') {
161 * Heading level 1.
163 * @return {?Node} Node in the array that is a heading level 1.
164 * TODO: handle ARIA headings with ARIA heading levels?
172 * Heading level 2.
174 * @return {?Node} Node in the array that is a heading level 2.
182 * Heading level 3.
184 * @return {?Node} Node in the array that is a heading level 3
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
location.idl 32 // degrees, where 0 <= heading < 360, counting clockwise relative to the
33 // true north. If the Chrome cannot provide heading information, the value
35 // value of the speed attribute is 0), then the value of the heading
37 double? heading;
  /external/chromium_org/chrome/common/extensions/docs/static/js/
article.js 40 // Add permalinks to heading elements.
96 [].forEach.call(toc.querySelectorAll('.toplevel'), function(heading) {
97 if (heading.querySelector('.toc')) {
98 heading.firstChild.classList.add('hastoc');
  /hardware/invensense/60xx/libsensors_iio/software/core/mpl/
quat_accuracy_monitor.h 65 float inv_heading_accuracy_check(float orient[3], float *heading, int8_t *accuracy);
  /hardware/invensense/6515/libsensors_iio/software/core/mpl/
quat_accuracy_monitor.h 65 float inv_heading_accuracy_check(float orient[3], float *heading, int8_t *accuracy);
  /hardware/invensense/65xx/libsensors_iio/software/core/mpl/
quat_accuracy_monitor.h 65 float inv_heading_accuracy_check(float orient[3], float *heading, int8_t *accuracy);
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
cpu_track.js 60 track.heading = 'CPU ' + this.cpu_.cpuNumber + ':';
69 track.heading = 'CPU ' + this.cpu_.cpuNumber + ' ' +
thread_track.js 50 this.heading = this.thread_.userFriendlyName + ': ';
81 cpuTrack.heading = '';
94 track.heading = this.thread_.userFriendlyName;
slice_track_test.js 30 track.heading = 'testBasicSlices';
52 track.heading = 'testShrinkingSliceSizes';
89 track.heading = 'Visual: ' + dict.trackName;
120 testEl.appendChild(ui.createScopedStyle('heading { width: 100px; }'));
132 track.heading = 'testSelectionHitTesting';
179 track.heading = 'testElide';
  /external/chromium_org/content/public/common/
geoposition.h 50 // Heading in decimal degrees clockwise from true north.
51 double heading; member in struct:content::Geoposition
  /external/chromium_org/sync/tools/testserver/
synced_notifications.html 45 ' heading: \"New appointment\"\n' +
63 ' heading: \"Google Kirkland\"\n' +
  /external/chromium_org/third_party/WebKit/Source/web/
WebGeolocationPosition.cpp 33 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)
35 m_private = GeolocationPosition::create(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed);
  /external/ppp/pppd/plugins/radius/
pppd-radius.8 3 .\" SH section heading
4 .\" SS subsection heading
  /frameworks/support/v4/api21/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompatApi21.java 44 int columnSpan, boolean heading, boolean selected) {
46 columnSpan, heading, selected);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/strings/
chromevox_strings_en-GB.xtb 58 <translation id="3731746171184829332">No previous heading.</translation>
113 <translation id="3909320334364316587">Previous level 6 heading</translation>
123 <translation id="8767968232364267681">Next level 4 heading</translation>
164 <translation id="1251750620252348585">Next level 6 heading</translation>
204 <translation id="4042843249978639960">No next level 2 heading.</translation>
205 <translation id="6368143427468974988">Previous heading</translation>
219 <translation id="6142308968191113180">Heading 4</translation>
224 <translation id="962913030769097253">Next level 1 heading</translation>
237 <translation id="4547556996012970016">Next level 5 heading</translation>
257 <translation id="5382299583965267720">No next level 1 heading.</translation
    [all...]
  /external/chromium_org/chrome/browser/resources/contextual_search/
promo.css 45 #heading {
64 #heading {

Completed in 734 milliseconds

12 3 4 5 6 7 8 91011>>