Searched refs:setValue (Results 1 - 25 of 305) sorted by relevance

1234567891011>>

/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/bundle-multi-link/
H A Dbundle.c31 void setValue(int v) function
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebNSURLRequestExtras.m66 [self setValue:contentType forHTTPHeaderField:WebContentType];
80 [self setValue:referrer forHTTPHeaderField:WebReferrer];
85 [self setValue:userAgent forHTTPHeaderField:WebUserAgent];
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSUserMessageHandlersNamespaceCustom.cpp41 slot.setValue(this, ReadOnly | DontDelete | DontEnum, toJS(exec, globalObject(), handler));
H A DJSSVGLengthCustom.cpp48 void JSSVGLength::setValue(ExecState* exec, JSValue value) function in class:WebCore::JSSVGLength
64 podImp.setValue(value.toFloat(exec), lengthContext, ec);
/macosx-10.10/WebCore-7600.1.25/html/
H A DBaseButtonInputType.cpp65 void BaseButtonInputType::setValue(const String& sanitizedValue, bool, TextFieldEventBehavior) function in class:WebCore::BaseButtonInputType
H A DBaseButtonInputType.h48 virtual void setValue(const String&, bool, TextFieldEventBehavior) override;
H A DBaseChooserOnlyDateAndTimeInputType.cpp86 void BaseChooserOnlyDateAndTimeInputType::setValue(const String& value, bool valueChanged, TextFieldEventBehavior eventBehavior) function in class:WebCore::BaseChooserOnlyDateAndTimeInputType
88 BaseDateAndTimeInputType::setValue(value, valueChanged, eventBehavior);
100 element().setValue(value, DispatchInputAndChangeEvent);
H A DDOMSettableTokenList.cpp68 void DOMSettableTokenList::setValue(const AtomicString& value) function in class:WebCore::DOMSettableTokenList
H A DRadioNodeList.h46 void setValue(const String&);
/macosx-10.10/WebCore-7600.1.25/Modules/gamepad/
H A DGamepadButton.h45 void setValue(double value) { m_value = value; } function in class:WebCore::GamepadButton
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_pycoder.py10 object itself, which is why we need a 'setValue' callback for the
208 def load_none(coder, setValue):
212 def load_bool(coder, setValue):
216 def load_int(coder, setValue):
220 def load_long(coder, setValue):
224 def load_float(coder, setValue):
228 def load_float_str(coder, setValue):
232 def load_tuple(coder, setValue):
236 def load_list(coder, setValue):
240 def load_dict(coder, setValue)
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DAttr.cpp108 void Attr::setValue(const AtomicString& value) function in class:WebCore::Attr
114 elementAttribute().setValue(value);
123 void Attr::setValue(const AtomicString& value, ExceptionCode&) function in class:WebCore::Attr
129 setValue(value);
137 setValue(v, ec);
175 elementAttribute().setValue(newValue);
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGAnimatedAngle.cpp85 toAngle.setValue(toAngle.value() + fromAngle.value());
108 animatedAngleAndEnumeration.first.setValue(0);
112 animatedAngleAndEnumeration.first.setValue(0);
120 animatedAngleAndEnumeration.first.setValue(0);
127 animatedAngleAndEnumeration.first.setValue(0);
139 animatedSVGAngle.setValue(animatedAngle);
H A DSVGAngle.h46 void setValue(float);
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DValueSymbolTable.cpp61 NewName.setValue(V);
82 Entry.setValue(V);
100 NewName.setValue(V);
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredMapEntry.java29 public Object setValue(Object newValue) { method in class:StoredMapEntry
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DPlatformPasteboardIOS.mm158 [representations setValue:(NSData *)content.dataInWebArchiveFormat->createNSData().get() forKey:WebArchivePboardType];
161 [representations setValue:webIOSPastePboardType forKey:webIOSPastePboardType];
165 [representations setValue:content.dataInRTFDFormat->createNSData().get() forKey:(NSString *)kUTTypeRTFD];
167 [representations setValue:content.dataInRTFFormat->createNSData().get() forKey:(NSString *)kUTTypeRTF];
168 [representations setValue:content.dataInStringFormat forKey:(NSString *)kUTTypeText];
187 [representations setValue:adoptNS([[NSURL alloc] initWithString:text]).get() forKey:pasteboardType];
188 [representations setValue:text forKey:(NSString *)kUTTypeText];
190 [representations setValue:text forKey:pasteboardType];
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/mac/
H A DPlatformCAFiltersMac.mm100 [filter setValue:[NSNumber numberWithFloat:op->amount()] forKey:@"inputAmount"];
108 [filter setValue:colorMatrixValue.get() forKey:@"inputColorMatrix"];
116 [filter setValue:[NSNumber numberWithFloat:op->amount()] forKey:@"inputAmount"];
124 [filter setValue:[NSNumber numberWithFloat:deg2rad(op->amount())] forKey:@"inputAngle"];
133 [filter setValue:colorMatrixValue.get() forKey:@"inputColorMatrix"];
141 [filter setValue:colorMatrixValue.get() forKey:@"inputColorMatrix"];
149 [filter setValue:colorMatrixValue.get() forKey:@"inputColorMatrix"];
157 [filter setValue:colorMatrixValue.get() forKey:@"inputColorMatrix"];
165 [filter setValue:[NSNumber numberWithFloat:floatValueForLength(op->stdDeviation(), 0)] forKey:@"inputRadius"];
175 [filter setValue
[all...]
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/Cocoa/
H A DWKWebProcessBundleParameters.mm56 [_parameters setValue:parameter forKey:key];
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/keySizePref/
H A DkeySizePref.cpp84 prefs->setValue(kRSAMaxKeySizePref, cfVal);
85 prefs->setValue(kRSAMacPublicExponentPref, cfVal);
95 prefs->setValue(which, cfVal);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonObject.h86 - (void)setValue: value forKey: (NSString*) key;
87 - (void)setValue: value forKeyPath: (NSString*) key;
95 - (void)setValue: value forUndefinedKey: (NSString*) key;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonObject.h86 - (void)setValue: value forKey: (NSString*) key;
87 - (void)setValue: value forKeyPath: (NSString*) key;
95 - (void)setValue: value forUndefinedKey: (NSString*) key;
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A DOC_PythonObject.h86 - (void)setValue: value forKey: (NSString*) key;
87 - (void)setValue: value forKeyPath: (NSString*) key;
95 - (void)setValue: value forUndefinedKey: (NSString*) key;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_pycoder.py10 object itself, which is why we need a 'setValue' callback for the
302 def load_none(coder, setValue):
306 def load_bool(coder, setValue):
314 def load_int(coder, setValue):
321 def load_long(coder, setValue):
328 def load_float(coder, setValue):
335 def load_float_str(coder, setValue):
342 def load_tuple(coder, setValue):
350 def load_list(coder, setValue):
357 def load_dict(coder, setValue)
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_pycoder.py10 object itself, which is why we need a 'setValue' callback for the
323 def load_none(coder, setValue): #pragma: no cover
329 def load_bool(coder, setValue): # pragma: no cover
339 def load_int(coder, setValue):
346 def load_long(coder, setValue):
353 def load_float(coder, setValue): # pragma: no cover
362 def load_float_str(coder, setValue):
369 def load_tuple(coder, setValue): # pragma: no cover
378 def load_list(coder, setValue): # pragma: no cover
386 def load_dict(coder, setValue)
[all...]

Completed in 218 milliseconds

1234567891011>>