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

1234567891011>>

/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/bundle-multi-link/
H A Dbundle.c31 void setValue(int v) function
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DMicroDataAttributeTokenList.cpp50 DOMSettableTokenList::setValue(value);
53 void MicroDataAttributeTokenList::setValue(const AtomicString& value) function in class:WebCore::MicroDataAttributeTokenList
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.cpp82 void BaseChooserOnlyDateAndTimeInputType::setValue(const String& value, bool valueChanged, TextFieldEventBehavior eventBehavior) function in class:WebCore::BaseChooserOnlyDateAndTimeInputType
84 BaseDateAndTimeInputType::setValue(value, valueChanged, eventBehavior);
96 element()->setValue(value, DispatchInputAndChangeEvent);
H A DBaseCheckableInputType.h53 virtual void setValue(const String&, bool, TextFieldEventBehavior) OVERRIDE;
H A DMicroDataAttributeTokenList.h56 virtual void setValue(const AtomicString&) OVERRIDE;
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorState.h68 void setBoolean(const String& propertyName, bool value) { setValue(propertyName, InspectorBasicValue::create(value)); }
69 void setString(const String& propertyName, const String& value) { setValue(propertyName, InspectorString::create(value)); }
70 void setLong(const String& propertyName, long value) { setValue(propertyName, InspectorBasicValue::create((double)value)); }
71 void setDouble(const String& propertyName, double value) { setValue(propertyName, InspectorBasicValue::create(value)); }
72 void setObject(const String& propertyName, PassRefPtr<InspectorObject> value) { setValue(propertyName, value); }
77 void setValue(const String& propertyName, PassRefPtr<InspectorValue>);
/macosx-10.9.5/WebKit-7537.78.2/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.9.5/pyobjc-42/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.9.5/WebCore-7537.78.1/dom/
H A DAttr.cpp111 void Attr::setValue(const AtomicString& value) function in class:WebCore::Attr
117 elementAttribute().setValue(value);
126 void Attr::setValue(const AtomicString& value, ExceptionCode&) function in class:WebCore::Attr
131 setValue(value);
139 setValue(v, ec);
181 elementAttribute().setValue(newValue);
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGAnimatedAngle.cpp94 toAngle.setValue(toAngle.value() + fromAngle.value());
117 animatedAngleAndEnumeration.first.setValue(0);
121 animatedAngleAndEnumeration.first.setValue(0);
129 animatedAngleAndEnumeration.first.setValue(0);
136 animatedAngleAndEnumeration.first.setValue(0);
148 animatedSVGAngle.setValue(animatedAngle);
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DValueSymbolTable.cpp61 NewName.setValue(V);
82 Entry.setValue(V);
100 NewName.setValue(V);
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredMapEntry.java29 public Object setValue(Object newValue) { method in class:StoredMapEntry
H A DMapEntryParameter.java17 * changing this object does not change the map, the {@link #setValue} method
25 * restrictions see {@link #getValue} and {@link #setValue}.</p>
91 * passed to the constructor or the last value passed to {@link #setValue}.
105 public Object setValue(Object newValue) { method in class:MapEntryParameter
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityScrollbar.h59 virtual void setValue(float);
H A DAccessibilityScrollbar.cpp94 void AccessibilityScrollbar::setValue(float value) function in class:WebCore::AccessibilityScrollbar
H A DAccessibilitySlider.h62 virtual void setValue(const String&);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/mac/
H A DPlatformCAFiltersMac.mm133 [filter setValue:[NSNumber numberWithFloat:op->amount()] forKey:@"inputAmount"];
141 [filter setValue:colorMatrixValue.get() forKey:@"inputColorMatrix"];
149 [filter setValue:[NSNumber numberWithFloat:op->amount()] forKey:@"inputAmount"];
157 [filter setValue:[NSNumber numberWithFloat:deg2rad(op->amount())] forKey:@"inputAngle"];
166 [filter setValue:colorMatrixValue.get() forKey:@"inputColorMatrix"];
174 [filter setValue:colorMatrixValue.get() forKey:@"inputColorMatrix"];
182 [filter setValue:colorMatrixValue.get() forKey:@"inputColorMatrix"];
190 [filter setValue:colorMatrixValue.get() forKey:@"inputColorMatrix"];
198 [filter setValue:[NSNumber numberWithFloat:floatValueForLength(op->stdDeviation(), 0)] forKey:@"inputRadius"];
208 [filter setValue
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSSVGLengthCustom.cpp49 void JSSVGLength::setValue(ExecState* exec, JSValue value) function in class:WebCore::JSSVGLength
65 podImp.setValue(value.toFloat(exec), lengthContext, ec);
/macosx-10.9.5/pyobjc-42/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.9.5/pyobjc-42/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.9.5/pyobjc-42/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.9.5/Chess-310.5/Sources/
H A DMBCController.h76 - (void) setValue:(float)value forAchievement:(NSString *)ident;
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DPropertySlot.h99 void setValue(JSValue slotBase, JSValue value) function in class:JSC::PropertySlot
108 void setValue(JSValue slotBase, JSValue value, PropertyOffset offset) function in class:JSC::PropertySlot
118 void setValue(JSValue value) function in class:JSC::PropertySlot
177 setValue(jsUndefined());

Completed in 253 milliseconds

1234567891011>>