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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/content/renderer/
geolocation_dispatcher.cc 134 geoposition.heading >= 0. && geoposition.heading <= 360.,
135 geoposition.heading,
  /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/ui/views/extensions/
extension_install_dialog_view.cc 264 // The 'more details' link shown under the heading (changes to 'hide details'
309 // | heading | icon | | heading | icon |
329 // | heading | icon | | heading | icon |
340 // | heading | icon |
399 views::Label* heading = new views::Label(prompt.GetHeading()); local
400 heading->SetFont(rb.GetFont(ui::ResourceBundle::MediumFont));
401 heading->SetMultiLine(true);
402 heading->SetHorizontalAlignment(gfx::ALIGN_LEFT)
    [all...]
bundle_installed_bubble.cc 134 void AddHeading(GridLayout* layout, const base::string16& heading) {
137 heading, rb.GetFont(ui::ResourceBundle::MediumFont));
  /external/chromium/chrome/browser/first_run/
try_chrome_dialog_view.cc 140 !experiment.heading) {
144 string16 heading = l10n_util::GetStringUTF16(experiment.heading); local
145 views::Label* label = new views::Label(heading);
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
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/chrome/browser/resources/chromeos/
offline_net_load.html 21 <span i18n-content="heading"></span>
  /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);
191 heading.appendChild(dropDownButton);
195 heading.appendChild(timeSpan);
198 heading, DeviceContextMenuController.getInstance().menu);
  /external/chromium_org/chrome/renderer/resources/
neterror.html 20 <span i18n-content="heading"></span>
  /external/chromium_org/content/browser/geolocation/
location_api_adapter_android.h 52 bool has_heading, double heading,
geolocation_provider_unittest.cc 88 actual.heading == expected_.heading &&
  /external/chromium_org/content/browser/resources/media/
webrtc_internals.css 27 .stats-graph-container-heading {
  /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>
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.wpr_modes.html 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
telemetry.unittest.options_for_unittests.html 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
  /external/chromium_org/chrome/browser/resources/performance_monitor/
chart.html 34 <h1 id="performance-heading" i18n-content="title"></h1>
94 <h3 class="category-heading"></h3>
  /external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_android.cc 36 "heading",
89 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?
  /external/chromium_org/sync/protocol/
synced_notification_render.proto 70 // Heading - often the name(s) of the notification creator(s).
71 optional string heading = 3;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
buildbot_results.py 75 def _print_run_results_entry(self, run_results, timeline, heading):
80 self._print("=> %s (%d):" % (heading, not_passing))
  /external/chromium_org/third_party/icu/source/common/
rbbidata.h 160 void printTable(const char *heading, const RBBIStateTable *table);
163 #define printTable(heading, table)
  /external/clang/test/Index/
comment-misc-tags.m 83 * New paragraph under the same heading.
103 // CHECK-NEXT: (CXComment_Text Text=[ New paragraph under the same heading.])))

Completed in 4424 milliseconds

1 2 34 5 6 7 8 91011>>