/external/skia/src/animator/ |
SkDisplayApply.h | 71 virtual bool setProperty(int index, SkScriptValue& );
|
/external/webkit/Source/JavaScriptCore/API/ |
JSClassRef.cpp | 66 , setProperty(definition->setProperty) 85 StaticValueEntry* entry = new StaticValueEntry(staticValue->getProperty, staticValue->setProperty, staticValue->attributes); 170 StaticValueEntry* entry = new StaticValueEntry(it->second->getProperty, it->second->setProperty, it->second->attributes);
|
/external/webkit/Source/JavaScriptGlue/ |
JSObject.h | 45 void SetProperty(CFStringRef propertyName, JSUserObject* value);
|
/external/webkit/Source/WebCore/editing/ |
RemoveCSSPropertyCommand.cpp | 54 style->setProperty(m_property, m_oldValue, m_important);
|
/external/webkit/Source/WebCore/platform/animation/ |
AnimationList.cpp | 51 FILL_UNSET_PROPERTY(isPropertySet, property, setProperty);
|
/external/webkit/Source/WebKit2/Shared/Plugins/ |
NPObjectMessageReceiver.messages.in | 32 SetProperty(WebKit::NPIdentifierData propertyName, WebKit::NPVariantData propertyValueData) -> (bool returnValue)
|
NPObjectProxy.cpp | 189 bool NPObjectProxy::setProperty(NPIdentifier propertyName, const NPVariant* value) 199 if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::SetProperty(propertyNameData, propertyValueData), Messages::NPObjectMessageReceiver::SetProperty::Reply(returnValue), m_npObjectID)) 327 return toNPObjectProxy(npObject)->setProperty(propertyName, value);
|
NPObjectMessageReceiver.cpp | 159 void NPObjectMessageReceiver::setProperty(const NPIdentifierData& propertyNameData, const NPVariantData& propertyValueData, bool& returnValue) 161 if (!m_npObject->_class->setProperty) { 169 returnValue = m_npObject->_class->setProperty(m_npObject, propertyNameData.createNPIdentifier(), &propertyValue);
|
/external/webkit/Tools/QtTestBrowser/ |
webview.cpp | 250 setProperty("mouseButtons", QVariant::fromValue(int(event->buttons()))); 251 setProperty("keyboardModifiers", QVariant::fromValue(int(event->modifiers()))); 258 setProperty("mouseButtons", QVariant::fromValue(int(event->buttons()))); 259 setProperty("keyboardModifiers", QVariant::fromValue(int(event->modifiers())));
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/ |
JSWrapper.h | 49 inline void setProperty(JSContextRef context, JSObjectRef object, const char* propertyName, JSWrappable* value, JSPropertyAttributes attributes, JSValueRef* exception)
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
GCController.cpp | 72 setProperty(context, windowObject, "GCController", this, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete, exception);
|
/libcore/luni/src/test/java/libcore/dalvik/system/ |
PathClassLoaderTest.java | 38 System.setProperty("java.library.path", systemLibPath.toString());
|
/libcore/luni/src/test/java/tests/api/org/xml/sax/support/ |
NoInstanceXMLReader.java | 79 public void setProperty(String name, Object value) {
|
/sdk/anttasks/src/com/android/ant/ |
GetProjectPathsTask.java | 67 getProject().setProperty(outName, new File(mProjectPath, value).getAbsolutePath());
|
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/packages/ |
MockExtraPackage.java | 75 props.setProperty(PkgProps.MIN_PLATFORM_TOOLS_REV,
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
BooleanTest.java | 76 System.setProperty(getClass().getName(), "true"); 79 System.setProperty(getClass().getName(), "TRUE"); 82 System.setProperty(getClass().getName(), "false");
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
InetAddressThreadTest.java | 130 System.setProperty("networkaddress.cache.ttl", "0"); 169 System.setProperty("networkaddress.cache.ttl", "-1"); 171 System.setProperty("networkaddress.cache.ttl",
|
/external/v8/src/ |
collection.js | 219 %SetProperty($Set.prototype, "constructor", $Set, DONT_ENUM); 220 %SetProperty($Map.prototype, "constructor", $Map, DONT_ENUM); 241 %SetProperty($WeakMap.prototype, "constructor", $WeakMap, DONT_ENUM);
|
/sdk/monkeyrunner/src/com/android/monkeyrunner/ |
ScriptRunner.java | 168 props.setProperty("python.path", sb.toString()); 173 props.setProperty("python.verbose", "error"); 176 props.setProperty("python.executable", executablePath);
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
LogManagerTest.java | 666 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("config", "badname " + classNam [all...] |
/external/chromium/webkit/glue/ |
cpp_bound_class.cc | 111 static bool setProperty(NPObject *obj, NPIdentifier ident, 127 CppNPObject::setProperty, 169 /* static */ bool CppNPObject::setProperty(NPObject* np_obj, 173 return obj->bound_class->SetProperty(ident, value); 245 bool CppBoundClass::SetProperty(NPIdentifier ident,
|
/external/skia/src/xml/ |
SkJSDisplayable.cpp | 64 static JSBool SetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp); 205 gDisplayableClasses[type].setProperty = SkJSDisplayable::SetProperty; 296 JSBool SkJSDisplayable::SetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp) { 346 displayable->setProperty(-1 - (int) info->fOffset, scriptValue);
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
CppBoundClass.cpp | 136 static bool setProperty(NPObject*, NPIdentifier, const NPVariant* value); 151 CppNPObject::setProperty, 195 bool CppNPObject::setProperty(NPObject* npObj, NPIdentifier ident, const NPVariant* value) 198 return obj->boundClass->setProperty(ident, value); 267 bool CppBoundClass::setProperty(NPIdentifier ident, const NPVariant* value)
|
/external/webkit/Source/JavaScriptCore/qt/api/ |
qscriptvalue.cpp | 678 \sa setProperty(), propertyFlags(), QScriptValueIterator 695 \sa QScriptEngine::toStringHandle(), setProperty() 733 PropertySetter flag set), calling setProperty() has side-effects on 744 void QScriptValue::setProperty(const QString& name, const QScriptValue& value, const PropertyFlags& flags) 746 d_ptr->setProperty(name, QScriptValuePrivate::get(value), flags); 758 as if setProperty() was called with the string representation of \a 761 void QScriptValue::setProperty(quint32 arrayIndex, const QScriptValue& value, const PropertyFlags& flags) 763 d_ptr->setProperty(arrayIndex, QScriptValuePrivate::get(value), flags); 771 This overload of setProperty() is useful when you need to set the 777 void QScriptValue::setProperty(const QScriptString& name, const QScriptValue& value, const PropertyFlags& flags [all...] |
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/ |
ConfigurationTest.java | 87 oldAuthConfig = System.setProperty(AUTH_LOGIN_CONFIG, "=" 110 Security.setProperty(LOGIN_CONFIG_PROVIDER, ConfTestProvider.class 117 Security.setProperty(LOGIN_CONFIG_PROVIDER, "ThereIsNoSuchClass"); 128 Security.setProperty(LOGIN_CONFIG_PROVIDER, this.getClass() 139 Security.setProperty(LOGIN_CONFIG_PROVIDER, 217 props.setProperty("login.config.url.1", "file:" 219 props.setProperty("login.config.url.2", "file:"
|