Searched refs:toDateTime (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptvalue.cpp508 QDateTime QScriptValue::toDateTime() const function in class:QScriptValue
510 return d_ptr->toDateTime();
H A Dqscriptvalue.h127 QDateTime toDateTime() const;
H A Dqscriptvalue_p.h118 inline QDateTime toDateTime();
682 QDateTime QScriptValuePrivate::toDateTime() function in class:QScriptValuePrivate
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptengine/
H A Dtst_qscriptengine.cpp711 QCOMPARE(date.toDateTime(), dt);
716 // toDateTime() result should be in local time
717 QCOMPARE(date.toDateTime(), dt.toLocalTime());
/external/webkit/Source/WebKit/qt/tests/qwebframe/
H A Dtst_qwebframe.cpp2164 QCOMPARE(m_myObject->qtFunctionActuals().at(0).toDateTime().toUTC(), utclocaldt);
2170 QCOMPARE(m_myObject->qtFunctionActuals().at(0).toDateTime().toUTC(), utcdt);

Completed in 217 milliseconds