Searched refs:setProperty (Results 126 - 150 of 261) sorted by relevance

1234567891011

/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DCppBoundClass.h233 bool setProperty(NPIdentifier, const NPVariant*);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebBindings.h124 BLINK_EXPORT static bool setProperty(NPP, NPObject*, NPIdentifier, const NPVariant*);
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayable.h88 virtual bool setProperty(int index, SkScriptValue& );
H A DSkDrawBitmap.cpp97 bool SkDrawBitmap::setProperty(int index, SkScriptValue& value) function in class:SkDrawBitmap
H A DSkDrawPath.cpp165 bool SkDrawPath::setProperty(int index, SkScriptValue& value) function in class:SkDrawPath
H A DSkAnimateBase.cpp182 bool SkAnimateBase::setProperty(int index, SkScriptValue& value) { function in class:SkAnimateBase
H A DSkDisplayApply.cpp131 target->setProperty(info->propertyIndex(), scriptValue);
478 target->setProperty(info->propertyIndex(), scriptValue);
772 target->setProperty(info->propertyIndex(), scriptValue);
778 bool SkApply::setProperty(int index, SkScriptValue& scriptValue) { function in class:SkApply
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DCompilingClassLoader.java144 System.setProperty("useJavaUtilZip", "true"); // setting value to any non-null string
/external/robolectric/src/test/java/com/xtremelabs/robolectric/
H A DInstrumentDetectorTest.java52 System.setProperty("robolectric.cusomClassLoader", "yes");
/external/skia/src/animator/
H A DSkDisplayable.h88 virtual bool setProperty(int index, SkScriptValue& );
H A DSkDrawBitmap.cpp97 bool SkDrawBitmap::setProperty(int index, SkScriptValue& value) function in class:SkDrawBitmap
H A DSkDrawPath.cpp165 bool SkDrawPath::setProperty(int index, SkScriptValue& value) function in class:SkDrawPath
/external/srec/shared/include/
H A DESR_SessionType.h137 ESR_ReturnCode(*setProperty)(struct ESR_SessionType_t* self, const LCHAR* name, void* value, VariableTypes type); member in struct:ESR_SessionType_t
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertStore1Test.java150 Security.setProperty("certstore.type", def);
153 Security.setProperty("certstore.type", sn);
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DKeyManagerFactory1Test.java110 Security.setProperty("ssl.KeyManagerFactory.algorithm", defA);
116 Security.setProperty("ssl.KeyManagerFactory.algorithm", def);
H A DTrustManagerFactory1Test.java109 Security.setProperty("ssl.TrustManagerFactory.algorithm", defA);
115 Security.setProperty("ssl.TrustManagerFactory.algorithm", def);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMManagerDefault.java432 reader.setProperty(
467 reader.setProperty("http://xml.org/sax/properties/lexical-handler", null);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DDOMExtension.js173 this.style.setProperty("left", x + "px");
178 this.style.setProperty("top", y + "px");
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DViewGroupTest.java61 System.setProperty("line.separator", "\n");
66 System.setProperty("line.separator", defaultLineSeparator);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.h113 virtual void setProperty(const String& propertyName, const String& value, const String& priority, ExceptionState&);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditingStyle.h158 void setProperty(CSSPropertyID, const String& value, bool important = false);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFontFaceElement.cpp115 m_fontFaceRule->mutableProperties()->setProperty(propId, value, false);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dintltest.h185 virtual void setProperty(const char* propline);
/external/chromium_org/third_party/npapi/bindings/
H A Dnpruntime.h310 NPSetPropertyFunctionPtr setProperty; member in struct:NPClass
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpruntime.h332 NPSetPropertyFunctionPtr setProperty; member in struct:NPClass

Completed in 649 milliseconds

1234567891011