Searched refs:setProperty (Results 76 - 100 of 257) sorted by relevance

1234567891011

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSStyleDeclaration.h58 virtual void setProperty(const String& propertyName, const String& value, const String& priority, ExceptionState&) = 0;
H A DPropertySetCSSStyleDeclaration.cpp208 void PropertySetCSSStyleDeclaration::setProperty(const String& propertyName, const String& value, const String& priority, ExceptionState& es) function in class:WebCore::PropertySetCSSStyleDeclaration
219 bool changed = m_propertySet->setProperty(propertyID, value, important, contextStyleSheet());
264 bool changed = m_propertySet->setProperty(propertyID, value, important, contextStyleSheet());
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTablePartElement.cpp56 style->setProperty(CSSProperty(CSSPropertyBackgroundImage, CSSImageValue::create(document()->completeURL(url).string())));
H A DHTMLFontElement.cpp198 style->setProperty(CSSProperty(CSSPropertyFontFamily, fontFaceValue.release()));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DShowMoreDataGridNode.js98 cell.style.setProperty("padding-left", (this.depth * this.dataGrid.indentWidth) + "px");
H A DViewportControl.js85 this._contentElement.style.setProperty("height", "100000px");
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimateBase.h46 virtual bool setProperty(int index, SkScriptValue& value);
H A DSkDrawMatrix.h36 virtual bool setProperty(int index, SkScriptValue& );
H A DSkDisplayApply.h71 virtual bool setProperty(int index, SkScriptValue& );
H A DSkDrawRectangle.cpp95 bool SkDrawRect::setProperty(int index, SkScriptValue& value) { function in class:SkDrawRect
H A DSkDump.cpp146 bool SkDump::setProperty(int index, SkScriptValue&) { function in class:SkDump
/external/skia/src/animator/
H A DSkAnimateBase.h46 virtual bool setProperty(int index, SkScriptValue& value);
H A DSkDrawMatrix.h36 virtual bool setProperty(int index, SkScriptValue& );
H A DSkDisplayApply.h71 virtual bool setProperty(int index, SkScriptValue& );
H A DSkDrawRectangle.cpp95 bool SkDrawRect::setProperty(int index, SkScriptValue& value) { function in class:SkDrawRect
H A DSkDump.cpp146 bool SkDump::setProperty(int index, SkScriptValue&) { function in class:SkDump
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java886 System.setProperty("javax.net.ssl.keyStoreType", type);
887 System.setProperty("javax.net.ssl.keyStore", getKeyStoreFileName());
888 System.setProperty("javax.net.ssl.keyStorePassword", KS_PASSWORD);
890 System.setProperty("javax.net.ssl.trustStoreType", type);
891 System.setProperty("javax.net.ssl.trustStore", getKeyStoreFileName());
892 System.setProperty("javax.net.ssl.trustStorePassword", KS_PASSWORD);
903 .setProperty("javax.net.ssl.keyStoreType",
909 System.setProperty("javax.net.ssl.keyStore", systemKeyStore);
914 System.setProperty("javax.net.ssl.keyStorePassword",
921 System.setProperty("java
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DSystemTest.java213 * @tests java.lang.System#setProperty(java.lang.String, java.lang.String)
217 // java.lang.System.setProperty(java.lang.String, java.lang.String)
219 assertNull("Failed to return null", System.setProperty("testing",
221 assertTrue("Failed to return old value", System.setProperty("testing",
228 System.setProperty("", "default");
/external/chromium_org/webkit/renderer/
H A Dcpp_bound_class.cc115 static bool setProperty(NPObject *obj, NPIdentifier ident,
131 CppNPObject::setProperty,
173 /* static */ bool CppNPObject::setProperty(NPObject* np_obj, function in class:webkit_glue::CppNPObject
/external/emma/core/java12/com/vladium/util/
H A DIProperties.java59 String setProperty (String key, String value); method in interface:IProperties
222 result.setProperty (n, v);
288 public String setProperty (final String key, final String value) method in class:IProperties.Factory.PropertiesImpl
/external/chromium/webkit/glue/
H A Dcpp_bound_class.cc111 static bool setProperty(NPObject *obj, NPIdentifier ident,
127 CppNPObject::setProperty,
169 /* static */ bool CppNPObject::setProperty(NPObject* np_obj, function in class:CppNPObject
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DCommandLine.java138 r.setProperty(Parser.schemaProperty, theSchema);
179 r.setProperty(Parser.scannerProperty, new PYXScanner());
192 r.setProperty(Parser.lexicalHandlerProperty, h);
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DDriverManagerTest.java211 validProps.setProperty("user", validuser1);
212 validProps.setProperty("password", validpassword1);
214 invalidProps1.setProperty("user", invaliduser1);
215 invalidProps1.setProperty("password", invalidpassword1);
/external/emma/ant/ant14/com/vladium/emma/ant/
H A DGenericCfg.java121 genericSettings.setProperty (name, value);
/external/jmonkeyengine/engine/src/android/com/jme3/asset/
H A DAndroidAssetManager.java76 System.setProperty("org.xml.sax.driver", "org.xmlpull.v1.sax2.Driver");

Completed in 941 milliseconds

1234567891011