Searched defs:DateTimeSuggestion (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/common/
H A Ddate_time_suggestion.h17 // control. Keep in sync with DateTimeSuggestion.java
18 struct CONTENT_EXPORT DateTimeSuggestion { struct in namespace:content
19 DateTimeSuggestion() {} function in struct:content::DateTimeSuggestion
/external/chromium_org/ui/android/java/src/org/chromium/ui/picker/
H A DDateTimeSuggestion.java11 public class DateTimeSuggestion { class
22 public DateTimeSuggestion(double value, String localizedValue, String label) { method in class:DateTimeSuggestion
42 if (!(object instanceof DateTimeSuggestion)) {
45 final DateTimeSuggestion other = (DateTimeSuggestion) object;
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DDateTimeChooser.h42 struct DateTimeSuggestion { struct in namespace:blink
58 Vector<DateTimeSuggestion> suggestions;

Completed in 273 milliseconds