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/content/public/android/java/src/org/chromium/content/browser/input/
H A DDateTimeSuggestion.java11 class DateTimeSuggestion { class
22 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/platform/
H A DDateTimeChooser.h41 struct DateTimeSuggestion { struct in namespace:WebCore
57 Vector<DateTimeSuggestion> suggestions;

Completed in 1294 milliseconds