/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | wpamsg.h | 20 timestamp = QDateTime::currentDateTime(); in msg() 25 QDateTime getTimestamp() const { return timestamp; } in getTimestamp() 30 QDateTime timestamp;
|
/external/webkit/Source/JavaScriptCore/qt/api/ |
D | qscriptengine.h | 31 class QDateTime; variable 74 QScriptValue newDate(const QDateTime& value);
|
D | qscriptvalue.h | 29 class QDateTime; variable 127 QDateTime toDateTime() const;
|
D | qscriptvalue_p.h | 118 inline QDateTime toDateTime(); 682 QDateTime QScriptValuePrivate::toDateTime() in toDateTime() 685 return QDateTime(); in toDateTime() 692 return QDateTime(); in toDateTime() 695 QDateTime result; in toDateTime()
|
D | qscriptengine.cpp | 386 QScriptValue QScriptEngine::newDate(const QDateTime& value) in newDate()
|
D | qscriptvalue.cpp | 508 QDateTime QScriptValue::toDateTime() const in toDateTime()
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebhistory.cpp | 144 QDateTime QWebHistoryItem::lastVisited() const in lastVisited() 148 return QDateTime::fromTime_t((uint)d->item->lastVisitedTime()); in lastVisited() 149 return QDateTime(); in lastVisited()
|
D | qwebhistory.h | 49 QDateTime lastVisited() const;
|
/external/webkit/Source/WebCore/bridge/qt/ |
D | qt_runtime.cpp | 224 hint = QMetaType::QDateTime; in convertValueToQVariant() 493 case QMetaType::QDateTime: in convertValueToQVariant() 500 if (hint == QMetaType::QDateTime) { in convertValueToQVariant() 501 …ret = QDateTime(QDate(gdt.year + 1900, gdt.month + 1, gdt.monthDay), QTime(gdt.hour, gdt.minute, g… in convertValueToQVariant() 514 if (hint == QMetaType::QDateTime) { in convertValueToQVariant() 515 …ret = QDateTime(QDate(gdt.year + 1900, gdt.month + 1, gdt.monthDay), QTime(gdt.hour, gdt.minute, g… in convertValueToQVariant() 529 if (hint == QMetaType::QDateTime) { in convertValueToQVariant() 530 QDateTime dt = QDateTime::fromString(qstring, Qt::ISODate); in convertValueToQVariant() 532 dt = QDateTime::fromString(qstring, Qt::TextDate); in convertValueToQVariant() 534 dt = QDateTime::fromString(qstring, Qt::SystemLocaleDate); in convertValueToQVariant() [all …]
|
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptengine/ |
D | tst_qscriptengine.cpp | 701 QDateTime dt = QDateTime(QDate(1, 2, 3), QTime(4, 5, 6, 7), Qt::LocalTime); in newDate() 714 QDateTime dt = QDateTime(QDate(1, 2, 3), QTime(4, 5, 6, 7), Qt::UTC); in newDate()
|
/external/webkit/Source/WebKit/qt/tests/qwebhistory/ |
D | tst_qwebhistory.cpp | 273 QDateTime lastVisited(a.lastVisited()); in serialize_3()
|
/external/webkit/Source/WebCore/loader/ |
D | FTPDirectoryParser.cpp | 44 struct tm gmtimeQt(const QDateTime& input) in gmtimeQt() 65 const QDateTime dt(QDateTime::fromTime_t(*timep)); in gmtimeQt()
|
/external/webkit/Source/WebKit/qt/tests/qwebframe/ |
D | tst_qwebframe.cpp | 392 void emitMySignalWithDateTimeArg(QDateTime dt) { in emitMySignalWithDateTimeArg() 455 void myOverloadedSlot(const QDateTime &arg) { in myOverloadedSlot() 494 void mySignalWithDateTimeArg(QDateTime dt); 2156 QDateTime localdt(QDate(2008,1,18), QTime(12,31,0)); in typeConversion() 2157 QDateTime utclocaldt = localdt.toUTC(); in typeConversion() 2158 QDateTime utcdt(QDate(2008,1,18), QTime(12,31,0), Qt::UTC); in typeConversion()
|
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/ |
D | tst_qdeclarativewebview.cpp | 53 + QDateTime::currentDateTime().toString(QLatin1String("yyyyMMddhhmmss")); in tmpDir()
|
/external/webkit/Source/JavaScriptCore/qt/ |
D | ChangeLog | 29 QDateTime::{to,set}MSecsSinceEpoch() functions to do the
|
/external/webkit/Source/WebKit/qt/docs/ |
D | qtwebkit-bridge.qdoc | 292 … Both \l{QDate}, \l{QTime} and \l{QDateTime} are automatically translated to or from the JavaScript
|
/external/webkit/Source/WebKit/qt/symbian/bwins/ |
D | QtWebKitu.def | 271 …?lastVisited@QWebHistoryItem@@QBE?AVQDateTime@@XZ @ 270 NONAME ; class QDateTime QWebHistoryItem::…
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2002-12-03 | 4739 for QTime, QDate, QDateTime. 4743 Redid QDateTime using CoreFoundation instead of time/localtime.
|
D | ChangeLog-2005-08-23 | 14920 (QDateTime::time): 31362 (QDateTime::secsTo):
|
D | ChangeLog-2006-05-10 | 28418 replace QDateTime with a simpler platform abstraction
|
D | ChangeLog-2005-12-19 | 8699 explicit ref/deref. Changed m_createTime to be a DOMTimeStamp instead of a QDateTime.
|
D | ChangeLog-2008-08-10 | 57420 calling back to the thread-unsafe localtime use QDateTime instead.
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 1228 …Implemented currentTime() in the interpreter by using QDateTime, so that we don't need timeGetTime…
|
D | ChangeLog-2008-08-10 | 20982 Fix QDateTime to JS Date conversion.
|