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

  /external/proguard/examples/annotations/examples/
Bean.java 18 public int intProperty;
36 return intProperty;
40 public void setIntProperty(int intProperty)
42 this.intProperty = intProperty;
  /external/webkit/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 57 Q_PROPERTY(int intProperty READ intProperty WRITE setIntProperty)
110 int intProperty() const {
693 QVariant ret = evalJSV("myObject.intProperty", type);
698 QCOMPARE(evalJS("myObject.intProperty === 123.0"), sTrue);
750 QCOMPARE(evalJS("myObject.intProperty == 456"), sTrue);
752 QCOMPARE(evalJS("myObject.intProperty == 789"), sTrue);
768 QCOMPARE(evalJS("myObject.intProperty = 123"), QLatin1String("123"));
769 QCOMPARE(evalJS("myObject.intProperty == 123"), sTrue);
770 QCOMPARE(m_myObject->intProperty(), 123)
    [all...]

Completed in 194 milliseconds