HomeSort by relevance Sort by last modified time
    Searched refs:stringProperty (Results 1 - 2 of 2) sorted by null

  /external/proguard/examples/annotations/examples/
Bean.java 19 public String stringProperty;
48 return stringProperty;
52 public void setStringProperty(String stringProperty)
54 this.stringProperty = stringProperty;
  /external/webkit/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 60 Q_PROPERTY(QString stringProperty READ stringProperty WRITE setStringProperty)
131 QString stringProperty() const {
711 QVariant ret = evalJSV("myObject.stringProperty", type);
716 QCOMPARE(evalJS("myObject.stringProperty === 'bar'"), sTrue);
763 QCOMPARE(evalJS("myObject.stringProperty === 'baz'"), sTrue);
765 QCOMPARE(evalJS("myObject.stringProperty === 'zab'"), sTrue);
778 QCOMPARE(evalJS("myObject.stringProperty = 'ciao'"), QLatin1String("ciao"));
779 QCOMPARE(evalJS("myObject.stringProperty"), QLatin1String("ciao"));
780 QCOMPARE(m_myObject->stringProperty(), QLatin1String("ciao"))
    [all...]

Completed in 119 milliseconds