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

  /external/proguard/examples/annotations/examples/
Bean.java 52 public void setStringProperty(String stringProperty)
  /external/webkit/WebCore/css/
CSSMutableStyleDeclaration.h 112 void setStringProperty(int propertyId, const String& value, CSSPrimitiveValue::UnitTypes, bool important = false); // parsed string value
CSSMutableStyleDeclaration.cpp 567 void CSSMutableStyleDeclaration::setStringProperty(int propertyId, const String &value, CSSPrimitiveValue::UnitTypes type, bool important)
    [all...]
  /external/webkit/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 60 Q_PROPERTY(QString stringProperty READ stringProperty WRITE setStringProperty)
134 void setStringProperty(const QString &value) {
762 m_myObject->setStringProperty(QLatin1String("baz"));
764 m_myObject->setStringProperty(QLatin1String("zab"));
    [all...]

Completed in 160 milliseconds