Home
last modified time | relevance | path

Searched refs:KeepExistingFlags (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/qt/api/
Dqscriptvalue.h53 KeepExistingFlags = 0x00000800, enumerator
96 …ty(const QString& name, const QScriptValue& value, const PropertyFlags& flags = KeepExistingFlags);
97 …rty(quint32 arrayIndex, const QScriptValue& value, const PropertyFlags& flags = KeepExistingFlags);
98 …st QScriptString& name, const QScriptValue& value, const PropertyFlags& flags = KeepExistingFlags);
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
Dtst_qscriptvalue.cpp612 object.setProperty("flagProperty", str, QScriptValue::KeepExistingFlags); in getSetProperty()
949 …+ keepExistingFlags") << QScriptValue(123456) << static_cast<int>(QScriptValue::KeepExistingFlags); in setProperty_data()