Searched defs:heading (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium/chrome/browser/ui/cocoa/
H A Dtab_view_picker_table.h28 @property(nonatomic, copy) NSString* heading; variable
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DCoordinates.cpp49 double Coordinates::heading(bool& isNull) const function in class:WebCore::Coordinates
H A DCoordinates.h37 static PassRefPtr<Coordinates> create(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) { return adoptRef(new Coordinates(latitude, longitude, providesAltitude, altitude, accuracy, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed)); } argument
49 double heading(bool& isNull) const;
53 Coordinates(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) argument
59 , m_heading(heading)
H A DGeolocationPosition.h39 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)); } argument
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) argument
80 , m_heading(heading)
/external/chromium_org/chrome/installer/util/
H A Duser_experiment.h39 int heading; // The heading resource ID to use for this experiment. member in struct:installer::ExperimentDetails
/external/chromium_org/content/public/common/
H A Dgeoposition.h50 double heading; member in struct:content::Geoposition
/external/chromium_org/third_party/WebKit/public/web/
H A DWebGeolocationPosition.h43 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
45 assign(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed);
50 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/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/third_party/WebKit/Source/web/
H A DWebGeolocationPosition.cpp35 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
37 m_private = GeolocationPosition::create(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed);
/external/chromium_org/chrome/browser/ui/gtk/extensions/
H A Dbundle_installed_bubble_gtk.cc111 base::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/
H A Dscript_bubble_gtk.cc96 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/chrome/browser/ui/views/extensions/
H A Dbundle_installed_bubble.cc134 void AddHeading(GridLayout* layout, const base::string16& heading) { argument
137 heading, rb.GetFont(ui::ResourceBundle::MediumFont));
H A Dextension_install_dialog_view.cc264 // 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
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dscript_bubble_view.cc125 // 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/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/content/public/android/java/src/org/chromium/content/browser/
H A DLocationProviderAdapter.java82 boolean hasHeading, double heading,
85 hasAccuracy, accuracy, hasHeading, heading, hasSpeed, speed);
97 boolean hasHeading, double heading,
79 newLocationAvailable(double latitude, double longitude, double timestamp, boolean hasAltitude, double altitude, boolean hasAccuracy, double accuracy, boolean hasHeading, double heading, boolean hasSpeed, double speed) argument
93 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/content/public/android/java/src/org/chromium/content/browser/accessibility/
H A DKitKatBrowserAccessibilityManager.java49 int rowIndex, int rowSpan, int columnIndex, int columnSpan, boolean heading) {
51 rowIndex, rowSpan, columnIndex, columnSpan, heading));
82 int rowIndex, int rowSpan, int columnIndex, int columnSpan, boolean heading) {
48 setAccessibilityNodeInfoCollectionItemInfo(AccessibilityNodeInfo node, int rowIndex, int rowSpan, int columnIndex, int columnSpan, boolean heading) argument
81 setAccessibilityEventCollectionItemInfo(AccessibilityEvent event, int rowIndex, int rowSpan, int columnIndex, int columnSpan, boolean heading) argument
/external/chromium_org/third_party/icu/source/common/
H A Drbbidata.cpp213 void RBBIDataWrapper::printTable(const char *heading, const RBBIStateTable *table) { argument
217 RBBIDebugPrintf(" %s\n", heading);
/external/chromium_org/ui/app_list/views/
H A Dsignin_view.cc70 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/icu4c/common/
H A Drbbidata.cpp213 void RBBIDataWrapper::printTable(const char *heading, const RBBIStateTable *table) { argument
217 RBBIDebugPrintf(" %s\n", heading);
/external/chromium/chrome/browser/first_run/
H A Dtry_chrome_dialog_view.cc140 !experiment.heading) {
144 string16 heading = l10n_util::GetStringUTF16(experiment.heading); local
145 views::Label* label = new views::Label(heading);
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
H A DNavCalculator.java297 public static Position computePosition(Position initialPos, double heading, argument
303 if (heading < 90) {
304 angle = heading;
305 } else if (heading > 90 && heading < 180) {
306 angle = 180 - heading;
307 } else if (heading > 180 && heading < 270) {
308 angle = heading - 180;
310 angle = 360 - heading;
[all...]
/external/chromium_org/third_party/accessibility-audit/
H A Daxs_testing.js421 heading:{namerequired:!0, parent:["sectionhead"], properties:["aria-level"]}, img:{childpresentational:!0, namefrom:["author"], namerequired:!0, parent:["section"]}, input:{"abstract":!0, namefrom:["author"], parent:["widget"]}, landmark:{"abstract":!0, namefrom:["contents", "author"], namerequired:!1, parent:["region"]}, link:{namefrom:["contents", "author"], namerequired:!0, parent:["command"], properties:["aria-expanded"]}, list:{mustcontain:["group", "listitem"], namefrom:["author"], parent:["region"]},
477 axs.constants.STRUCTURE_ROLE_TO_NAME = {article:"aria_role_article", application:"aria_role_application", banner:"aria_role_banner", columnheader:"aria_role_columnheader", complementary:"aria_role_complementary", contentinfo:"aria_role_contentinfo", definition:"aria_role_definition", directory:"aria_role_directory", document:"aria_role_document", form:"aria_role_form", group:"aria_role_group", heading:"aria_role_heading", img:"aria_role_img", list:"aria_role_list", listitem:"aria_role_listitem",
1295 this.heading = a.heading || "";
1299 axs.AuditRule.requiredFields = "name severity relevantElementMatcher test code heading".split(" ");
1461 for(var b = a.rule.severity == axs.constants.Severity.SEVERE ? "Error: " : "Warning: ", b = b + (a.rule.code + " (" + a.rule.heading + ") failed on the following " + (1 == a.elements.length ? "element" : "elements")), b = 1 == a.elements.length ? b + ":" : b + (" (1 - " + Math.min(5, a.elements.length) + " of " + a.elements.length + "):"), c = Math.min(a.elements.length, 5), d = 0;d < c;d++) {
1473 axs.AuditRule.specs.audioWithoutControls = {name:"audioWithoutControls", heading:"Audio elements should have controls", url:"", severity:axs.constants.Severity.WARNING, relevantElementMatcher:function(a) {
1478 axs.AuditRule.specs.badAriaAttributeValue = {name:"badAriaAttributeValue", heading:"ARIA state and property values must be valid", url:"", severity:axs.constants.Severity.SEVERE, relevantElementMatcher:function(a) {
1497 axs.AuditRule.specs.badAriaRole = {name:"badAriaRole", heading:"Elements with ARIA roles must use a valid, non-abstract ARIA role", url:"https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules#-ax_aria_01--elements-with-aria-roles-must-use-a-valid-non-abstract-aria-role", severity:axs.constants.Severity.SEVERE, relevantElementMatcher:function(a) {
1502 axs.AuditRule.specs.controlsWithoutLabel = {name:"controlsWithoutLabel", heading
[all...]
/external/chromium_org/chrome/browser/notifications/sync_notifier/
H A Dsynced_notification.cc224 base::string16 heading = UTF8ToUTF16(GetHeading()); local
230 base::string16 notification_heading = heading;
327 DVLOG(1) << "Showing Synced Notification! " << heading << " " << text
445 simple_collapsed_layout().heading();
681 collapsed_info(index).simple_collapsed_layout().heading();
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account_browsertest.cc1109 " status.heading = document.getElementById('tos-heading').textContent;"
1113 " document.getElementById('tos-content-heading').textContent;"
1133 std::string heading; local
1134 EXPECT_TRUE(status->GetString("heading", &heading));
1150 heading); local

Completed in 702 milliseconds

12