Searched refs:DateTimeSuggestion (Results 1 - 14 of 14) 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
H A Dview_messages.h169 IPC_STRUCT_TRAITS_BEGIN(content::DateTimeSuggestion)
413 IPC_STRUCT_MEMBER(std::vector<content::DateTimeSuggestion>, suggestions)
/external/chromium_org/content/renderer/
H A Ddate_time_suggestion_builder.h13 struct DateTimeSuggestion;
17 static DateTimeSuggestion Build(
H A Ddate_time_suggestion_builder.cc13 DateTimeSuggestion DateTimeSuggestionBuilder::Build(
15 DateTimeSuggestion result;
/external/chromium_org/third_party/WebKit/public/web/
H A DWebDateTimeSuggestion.h32 namespace WebCore { struct DateTimeSuggestion; }
45 WebDateTimeSuggestion(const WebCore::DateTimeSuggestion&);
46 WebDateTimeSuggestion& operator=(const WebCore::DateTimeSuggestion&);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDateTimeSuggestion.cpp33 WebDateTimeSuggestion::WebDateTimeSuggestion(const WebCore::DateTimeSuggestion& suggestion)
40 WebDateTimeSuggestion& WebDateTimeSuggestion::operator=(const WebCore::DateTimeSuggestion& suggestion)
/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;
H A DDateTimeChooserAndroid.java42 DateTimeSuggestion[] suggestions) {
52 DateTimeSuggestion[] suggestions) {
62 private static DateTimeSuggestion[] createSuggestionsArray(int size) {
63 return new DateTimeSuggestion[size];
67 * @param array DateTimeSuggestion array that should get a new suggestion set.
74 private static void setDateTimeSuggestionAt(DateTimeSuggestion[] array, int index,
76 array[index] = new DateTimeSuggestion(value, localizedValue, label);
H A DDateTimeSuggestionListAdapter.java21 class DateTimeSuggestionListAdapter extends ArrayAdapter<DateTimeSuggestion> {
24 DateTimeSuggestionListAdapter(Context context, List<DateTimeSuggestion> objects) {
H A DInputDialogContainer.java140 DateTimeSuggestion[] suggestions) {
199 DateTimeSuggestion[] suggestions) {
/external/chromium_org/third_party/WebKit/Source/platform/
H A DDateTimeChooser.h41 struct DateTimeSuggestion { struct in namespace:WebCore
57 Vector<DateTimeSuggestion> suggestions;
/external/chromium_org/content/browser/android/
H A Ddate_time_chooser_android.h19 struct DateTimeSuggestion;
37 const std::vector<DateTimeSuggestion>& suggestions);
H A Ddate_time_chooser_android.cc83 const std::vector<DateTimeSuggestion>& suggestions) {
94 const content::DateTimeSuggestion& suggestion = suggestions[i];
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.cpp1856 DateTimeSuggestion suggestion;

Completed in 295 milliseconds