Home
last modified time | relevance | path

Searched defs:DateTimeChooserParameters (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DDateTimeChooser.h47 struct DateTimeChooserParameters { struct
48 AtomicString type;
49 IntRect anchorRectInRootView;
53 AtomicString locale;
55 String currentValue;
56 double doubleValue;
57 Vector<DateTimeSuggestion> suggestions;
58 double minimum;
59 double maximum;
60 double step;
[all …]
/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.cpp85 …r> EmptyChromeClient::openDateTimeChooser(DateTimeChooserClient*, const DateTimeChooserParameters&) in openDateTimeChooser()