HomeSort by relevance Sort by last modified time
    Searched defs:heading (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium/chrome/browser/ui/cocoa/
tab_view_picker_table.h 28 @property(nonatomic, copy) NSString* heading; variable
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Coordinates.cpp 49 double Coordinates::heading(bool& isNull) const function in class:WebCore::Coordinates
GeolocationPosition.h 39 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)); }
48 double heading() const { return m_heading; } function in class:WebCore::GeolocationPosition
73 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)
80 , m_heading(heading)
  /external/chromium_org/chrome/installer/util/
user_experiment.h 39 int heading; // The heading resource ID to use for this experiment. member in struct:installer::ExperimentDetails
  /external/chromium_org/content/public/common/
geoposition.h 49 // Heading in decimal degrees clockwise from true north.
50 double heading; member in struct:content::Geoposition
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
bundle_installed_bubble_gtk.cc 111 string16 heading = bundle->GetHeadingTextFor(state); local
113 if (heading.empty() || items.empty())
116 GtkWidget* heading_label = gtk_util::CreateBoldLabel(UTF16ToUTF8(heading));
  /external/chromium_org/chrome/browser/ui/gtk/
script_bubble_gtk.cc 96 GtkWidget* heading = gtk_label_new(heading_string.c_str()); local
97 gtk_misc_set_alignment(GTK_MISC(heading), 0, 0);
98 gtk_box_pack_start(GTK_BOX(bubble_content), heading, FALSE, FALSE, 0); local
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
flock.cc 78 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/ui/app_list/views/
signin_view.cc 70 views::Label* heading = new views::Label(delegate_->GetSigninHeading()); local
71 heading->SetFont(*title_font_);
72 heading->SetHorizontalAlignment(gfx::ALIGN_LEFT);
75 layout->AddView(heading);
  /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_org/chrome/browser/ui/views/
script_bubble_view.cc 125 // Add a column for the heading (one large text column).
154 views::Label* heading = new views::Label( local
156 layout->AddView(heading);
157 height_ += heading->GetPreferredSize().height();
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_browsertest.cc 440 " status.heading = document.getElementById('tos-heading').textContent;"
444 " document.getElementById('tos-content-heading').textContent;"
464 std::string heading; local
465 EXPECT_TRUE(status->GetString("heading", &heading));
481 heading); local
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc 202 string16 heading = UTF8ToUTF16(GetHeading()); local
208 string16 notification_heading = heading;
314 DVLOG(1) << "Showing Synced Notification! " << heading << " " << text
386 DVLOG(2) << " Notification: Heading is " << GetHeading()
432 simple_collapsed_layout().heading();
670 collapsed_info(index).simple_collapsed_layout().heading();
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 220 // The 'more details' link shown under the heading (changes to 'hide details'
291 // | heading | icon | | heading | icon |
311 // | heading | icon | | heading | icon |
322 // | heading | icon |
376 views::Label* heading = new views::Label(prompt.GetHeading()); local
377 heading->SetFont(rb.GetFont(ui::ResourceBundle::MediumFont));
378 heading->SetMultiLine(true);
379 heading->SetHorizontalAlignment(gfx::ALIGN_LEFT)
    [all...]
  /hardware/invensense/60xx/libsensors/
MPLSensor.cpp 775 float heading[1]; local
780 //ComputeAndOrientation(heading[0], euler, s->orientation.v);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 1241 def heading(self, column, option=None, **kw): member in class:Treeview
    [all...]
turtle.py 130 'getturtle', 'goto', 'heading', 'hideturtle', 'home', 'ht', 'isdown',
1810 def heading(self): member in class:TNavigator
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 1241 def heading(self, column, option=None, **kw): member in class:Treeview
    [all...]
turtle.py 130 'getturtle', 'goto', 'heading', 'hideturtle', 'home', 'ht', 'isdown',
1810 def heading(self): member in class:TNavigator
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 434 def heading(self, title, fgcol, bgcol, extras=''): function
435 """Format a page heading."""
437 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="heading">
447 """Format a section with a heading."""
468 """Format a section with a big heading."""
622 result = self.heading(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py 434 def heading(self, title, fgcol, bgcol, extras=''): function
435 """Format a page heading."""
437 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="heading">
447 """Format a section with a heading."""
468 """Format a section with a big heading."""
622 result = self.heading(
    [all...]
  /external/chromium_org/third_party/gpsd/release-3.1/
gps.h 889 unsigned int heading; /* true heading */ member in struct:ais_t::__anon13100::__anon13101
1319 unsigned int heading; \/* true heading *\/ member in struct:ais_t::__anon13100::__anon13130
1339 unsigned int heading; \/* true heading *\/ member in struct:ais_t::__anon13100::__anon13131
1491 double heading; member in struct:attitude_t
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 956 milliseconds

1 2