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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/security_warnings/
interstitial_v2.html 19 <h1 i18n-content="heading"></h1>
  /external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
app_info_panel.h 28 // Create a heading label with the given text.
  /external/chromium_org/content/common/
geolocation_messages.h 23 IPC_STRUCT_TRAITS_MEMBER(heading)
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Coordinates.cpp 49 double Coordinates::heading(bool& isNull) const function in class:blink::Coordinates
  /hardware/invensense/6515/libsensors_iio/software/core/mpl/
mag_disturb.h 95 /* The strong magnetic anomaly detection will drop heading accuracy if gyro is not trustable */
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
slice_group_track.js 42 get heading() {
46 set heading(h) {
115 this.firstChild.heading = this.heading_;
object_instance_track_test.js 49 track.heading = 'testBasic';
object_instance_track.js 44 this.heading = '';
49 this.heading = objectInstances[0].typeName;
  /external/chromium_org/content/renderer/
geolocation_dispatcher.cc 131 geoposition.heading >= 0. && geoposition.heading <= 360.,
132 geoposition.heading,
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/build/android/
inv_playback-shared 
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 846 // Set the ship heading.
876 * Sets the X component of the joystick heading value, defined by the
878 * generally used to change the heading in response to a button-style
881 * @param x the float x component of the joystick heading value
889 * Sets the Y component of the joystick heading value, defined by the
891 * generally used to change the heading in response to a button-style
894 * @param y the float y component of the joystick heading value
902 * Sets the heading as floating point values returned by a joystick.
906 * @param x the float x component of the joystick heading value
907 * @param y the float y component of the joystick heading valu
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/strings/
chromevox_strings.grd 278 <message desc='The description of the nextHeading1 key. In most cases, "level 1 heading" is a H1 HTML tag. ChromeVox will search, from the current focus, for the next heading on the page. If a heading is found, ChromeVox will focus on the heading. Displayed in the Options page.' name="IDS_CHROMEVOX_NEXT_HEADING1">
279 Next level 1 heading
282 Previous level 1 heading
285 Next level 2 heading
288 Previous level 2 heading
291 Next level 3 heading
294 Previous level 3 heading
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector.cc 63 const char kHeading[] = "heading";
137 location->GetDouble(kHeading, &position.heading) &&
376 if (position_.heading >= 0. && position_.heading <= 360)
377 location->set_heading(position_.heading);
548 location.SetDouble(kHeading, position.heading);
  /external/chromium_org/third_party/skia/gm/rebaseline_server/static/new/partials/
rebaseline-view.html 16 <tab heading="Unfiled">
196 <tab heading="Hidden">
200 <tab heading="Pending Approval">
  /external/chromium_org/chrome/browser/extensions/api/location/
location_manager.cc 305 if (position.heading >= 0. && position.heading <= 360.)
306 coordinates->heading.reset(new double(position.heading));
  /external/chromium_org/chrome/browser/resources/history/
other_devices.js 173 // Name heading
174 var heading = document.createElement('h3');
175 heading.textContent = this.session_.name;
176 heading.sessionData_ = this.session_;
177 deviceDiv.appendChild(heading);
185 heading.addEventListener('contextmenu', handleDropDownFocus);
197 heading.appendChild(dropDownButton);
201 heading.appendChild(timeSpan);
204 heading, DeviceContextMenuController.getInstance().menu);
  /external/chromium_org/content/browser/geolocation/
location_api_adapter_android.h 52 bool has_heading, double heading,
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/ui/
ct-failure-card-buttons.html 35 <paper-dialog heading="Enter bug number" transition="paper-transition-center" id="bugDialog">
  /external/chromium_org/third_party/jstemplate/tutorial_examples/
08-transclude.html 71 <span jscontent="title">Outline heading</span>
10-jsvalues.html 85 <span jscontent="title">Outline heading</span>
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
main.c 144 HEADING,
240 CASE_NAME(HEADING);
478 } else if (components[HEADING].order == i) {
480 PRINT("HEADING,");
482 float heading[1]; local
483 inv_get_sensor_type_compass_float(heading, NULL, NULL,
485 PRINT_FLOAT(10, 5, heading[0]);
616 " H = HEADING,\n"
702 components[HEADING].order = j;
  /external/chromium_org/chrome/browser/ui/views/extensions/
bundle_installed_bubble.cc 132 void AddHeading(GridLayout* layout, const base::string16& heading) {
135 heading, rb.GetFontList(ui::ResourceBundle::MediumFont));
  /external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_android.cc 35 "heading",
88 dict->SetBoolean("heading", android_node->IsHeading());
  /external/chromium_org/ppapi/c/documentation/
doxy_cleanup.py 41 heading appears in the middle of a table.
70 # Is this a heading in the middle of a table?
  /external/chromium_org/ppapi/cpp/documentation/
doxy_cleanup.py 40 heading appears in the middle of a table.
69 # Is this a heading in the middle of a table?

Completed in 3412 milliseconds

1 2 34 5 6 7 8 91011>>