Searched refs:setProperty (Results 51 - 75 of 257) sorted by relevance

1234567891011

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSStyleDeclaration.idl31 [RaisesException] void setProperty([Default=Undefined] optional DOMString propertyName,
H A DStylePropertySet.cpp231 bool MutableStylePropertySet::setProperty(CSSPropertyID propertyID, const String& value, bool important, StyleSheetContents* contextStyleSheet) function in class:WebCore::MutableStylePropertySet
243 void MutableStylePropertySet::setProperty(CSSPropertyID propertyID, PassRefPtr<CSSValue> prpValue, bool important) function in class:WebCore::MutableStylePropertySet
247 setProperty(CSSProperty(propertyID, prpValue, important));
258 void MutableStylePropertySet::setProperty(const CSSProperty& property, CSSProperty* slot) function in class:WebCore::MutableStylePropertySet
319 bool MutableStylePropertySet::setProperty(CSSPropertyID propertyID, CSSValueID identifier, bool important) function in class:WebCore::MutableStylePropertySet
321 setProperty(CSSProperty(propertyID, cssValuePool().createIdentifierValue(identifier), important));
325 bool MutableStylePropertySet::setProperty(CSSPropertyID propertyID, CSSPropertyID identifier, bool important) function in class:WebCore::MutableStylePropertySet
327 setProperty(CSSProperty(propertyID, cssValuePool().createIdentifierValue(identifier), important));
356 setProperty(property);
376 setProperty(toMerg
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLHRElement.cpp88 style->setProperty(CSSPropertyBorderColor, darkGrayValue);
89 style->setProperty(CSSPropertyBackgroundColor, darkGrayValue);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DRemoveFormatCommand.cpp94 defaultStyle->style()->setProperty(CSSPropertyBackgroundColor, CSSValueTransparent);
H A DEditingStyle.cpp193 style->setProperty(m_propertyID, m_primitiveValue->cssText());
275 style->setProperty(m_propertyID, value->cssText());
286 dummyStyle->setProperty(m_propertyID, element->getAttribute(m_attrName));
361 setProperty(propertyID, value);
447 m_mutableStyle->setProperty(CSSPropertyBackgroundColor, value->cssText());
449 m_mutableStyle->setProperty(CSSPropertyTextDecoration, value->cssText());
473 void EditingStyle::setProperty(CSSPropertyID propertyID, const String& value, bool important) function in class:WebCore::EditingStyle
478 m_mutableStyle->setProperty(propertyID, value, important);
485 m_mutableStyle->setProperty(CSSPropertyFontSize, computedStyle->getFontSizeCSSValuePreferringKeyword()->cssText());
600 textDirection->m_mutableStyle->setProperty(CSSPropertyUnicodeBid
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
H A DCSSAnimationDataList.cpp51 FILL_UNSET_PROPERTY(isPropertySet, property, setProperty);
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayEvent.h47 virtual bool setProperty(int index, SkScriptValue& );
H A DSkDisplayRandom.cpp60 bool SkDisplayRandom::setProperty(int index, SkScriptValue& value) { function in class:SkDisplayRandom
H A DSkDrawBitmap.h42 virtual bool setProperty(int index, SkScriptValue& value);
H A DSkDrawPath.h33 virtual bool setProperty(int index, SkScriptValue& value);
/external/oauth/core/src/main/java/net/oauth/
H A DOAuthAccessor.java56 public void setProperty(String name, Object value) { method in class:OAuthAccessor
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
H A DPropertiesHelper.java47 properties.setProperty(propertyName, expandedPropertyValue);
/external/skia/src/animator/
H A DSkDisplayEvent.h47 virtual bool setProperty(int index, SkScriptValue& );
H A DSkDisplayRandom.cpp60 bool SkDisplayRandom::setProperty(int index, SkScriptValue& value) { function in class:SkDisplayRandom
H A DSkDrawBitmap.h42 virtual bool setProperty(int index, SkScriptValue& value);
H A DSkDrawPath.h33 virtual bool setProperty(int index, SkScriptValue& value);
/external/svox/pico/compat/include/
H A DTtsEngine.h181 virtual tts_result setProperty(const char *property, const char *value,
/external/svox/pico/compat/jni/
H A Dtts.h244 android_tts_result_t (*setProperty) member in struct:android_tts_engine_funcs_t
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DSecurityTest.java327 Security.setProperty("myprop","test white space ");
332 * @tests java.security.Security#setProperty(String,String)
337 Security.setProperty(null, "");
343 Security.setProperty("", null);
348 Security.setProperty("", "");
351 Security.setProperty("My Test Property", "My property value");
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DLogManagerTest.java666 props.setProperty("config", className + "$MockValidConfig");
672 props.setProperty("config", className + "$MockValidConfig "
678 props.setProperty("config", className + "$MockValidConfig2 "
687 props.setProperty("config", className
694 props.setProperty("config", className
700 props.setProperty("config", "badname");
705 props.setProperty("config", className + "$MockValidConfig2;"
710 props.setProperty("config", className + "$MockValidConfig2;"
718 props.setProperty("config", className + "$MockValidConfig "
727 props.setProperty("confi
[all...]
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
H A DKrb5LoginModuleTest.java74 System.setProperty(ENV_KDC, "localhost:" + server.port);
77 System.setProperty(ENV_REALM, "MY.REALM");
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
H A DFilePreferencesImplTest.java40 System.setProperty("java.util.prefs.PreferencesFactory", "java.util.prefs.FilePreferencesFactoryImpl");
49 System.setProperty("java.util.prefs.PreferencesFactory", prevFactory);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/76/1/.cp/ant_tasks/
H A Dresources-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/core/ org/eclipse/core/resources/ ...
/external/opencv/otherlibs/highgui/
H A Dcvcap_socket.cpp90 virtual bool setProperty(int, double);
288 bool CVCapture_Socket::setProperty(int id, double value) function in class:CVCapture_Socket
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DOutputProperties.java118 public void setProperty(QName key, String value) method in class:OutputProperties
120 setProperty(key.toNamespacedString(), value);
130 public void setProperty(String key, String value) method in class:OutputProperties
341 setProperty(key, value.toNamespacedString());

Completed in 603 milliseconds

1234567891011