Searched defs:newValue (Results 26 - 50 of 99) sorted by relevance

1234

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSNumber.cpp63 bool OSNumber::init(const char *newValue, unsigned int newNumberOfBits) argument
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioSelectorControl.cpp460 IOReturn IOAudioSelectorControl::validateValue(OSObject *newValue) argument
H A DIOAudioLevelControl.cpp295 IOReturn IOAudioLevelControl::validateValue(OSObject *newValue) argument
/macosx-10.10/WebCore-7600.1.25/dom/
H A DAttr.cpp170 AtomicString newValue = valueBuilder.toAtomicString(); local
172 m_element->willModifyAttribute(qualifiedName(), oldValue, newValue); local
180 m_element->attributeChanged(qualifiedName(), oldValue, newValue); local
H A DStyledElement.cpp153 void StyledElement::attributeChanged(const QualifiedName& name, const AtomicString& oldValue, const AtomicString& newValue, AttributeModificationReason reason) argument
/macosx-10.10/WebCore-7600.1.25/html/
H A DBaseDateAndTimeInputType.cpp68 void BaseDateAndTimeInputType::setValueAsDecimal(const Decimal& newValue, TextFieldEventBehavior eventBehavior, ExceptionCode&) const argument
H A DNumberInputType.cpp112 void NumberInputType::setValueAsDouble(double newValue, TextFieldEventBehavior eventBehavior, ExceptionCode& ec) const argument
127 void NumberInputType::setValueAsDecimal(const Decimal& newValue, TextFieldEventBehavior eventBehavior, ExceptionCode& ec) const argument
H A DRangeInputType.cpp99 void RangeInputType::setValueAsDecimal(const Decimal& newValue, TextFieldEventBehavior eventBehavior, ExceptionCode&) const argument
218 Decimal newValue; local
[all...]
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorDOMStorageAgent.cpp168 void InspectorDOMStorageAgent::didDispatchDOMStorageEvent(const String& key, const String& oldValue, const String& newValue, StorageType storageType, SecurityOrigin* securityOrigin, Page*) argument
/macosx-10.10/WebCore-7600.1.25/mathml/
H A DMathMLSelectElement.cpp99 void MathMLSelectElement::attributeChanged(const QualifiedName& name, const AtomicString& oldValue, const AtomicString& newValue, AttributeModificationReason reason) argument
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DObjCLegacyAbstraction.hpp159 uint64_t newValue = visitor.visit(oldValue); local
169 uint64_t newValue = visitor.visit(oldValue); local
229 uint64_t newValue = visitor.visit(oldValue); local
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dwinnmfmt.cpp233 void Win32NumberFormat::setMaximumFractionDigits(int32_t newValue) argument
239 void Win32NumberFormat::setMinimumFractionDigits(int32_t newValue) argument
H A Ddatefmt.cpp581 setBooleanAttribute(UDateFormatBooleanAttribute attr, UBool newValue, UErrorCode &status) argument
H A Dunum.cpp487 unum_setAttribute( UNumberFormat* fmt, UNumberFormatAttribute attr, int32_t newValue) argument
519 unum_setDoubleAttribute( UNumberFormat* fmt, UNumberFormatAttribute attr, double newValue) argument
600 unum_setTextAttribute( UNumberFormat* fmt, UNumberFormatTextAttribute tag, const UChar* newValue, int32_t newValueLength, UErrorCode *status) argument
H A Dudat.cpp324 udat_setBooleanAttribute(UDateFormat *fmt, UDateFormatBooleanAttribute attr, UBool newValue, UErrorCode* status) argument
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DTextBreakIterator.cpp277 static inline bool compareAndSwapNonSharedCharacterBreakIterator(TextBreakIterator* expected, TextBreakIterator* newValue) argument
/macosx-10.10/WebCore-7600.1.25/storage/
H A DStorageAreaImpl.cpp298 void StorageAreaImpl::dispatchStorageEvent(const String& key, const String& oldValue, const String& newValue, Frame* sourceFrame) argument
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Storage/
H A DStorageAreaMap.cpp242 void StorageAreaMap::applyChange(const String& key, const String& newValue) argument
285 void StorageAreaMap::dispatchStorageEvent(uint64_t sourceStorageAreaID, const String& key, const String& oldValue, const String& newValue, const String& urlString) argument
303 void StorageAreaMap::dispatchSessionStorageEvent(uint64_t sourceStorageAreaID, const String& key, const String& oldValue, const String& newValue, const String& urlString) argument
337 void StorageAreaMap::dispatchLocalStorageEvent(uint64_t sourceStorageAreaID, const String& key, const String& oldValue, const String& newValue, cons argument
[all...]
/macosx-10.10/configd-699.1.5/scutil.tproj/
H A Dcache.c405 CFPropertyListRef newValue; local
452 CFPropertyListRef newValue; local
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DEndian.h101 void operator=(value_type newValue) { argument
114 void operator=(value_type newValue) { argument
127 void operator=(value_type newValue) { argument
140 void operator=(value_type newValue) { argument
/macosx-10.10/xnu-2782.1.97/libkern/gen/
H A DOSAtomicOperations.c78 UInt32 newValue; local
115 UInt32 newValue; local
175 SInt8 newValue; local
189 UInt8 newValue; local
223 UInt32 newValue; local
249 SInt16 newValue; local
263 UInt16 newValue; local
[all...]
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOBacklightDisplay.cpp788 UInt8 newValue = (info != NULL); local
/macosx-10.10/WebKit-7600.1.25/win/
H A DDOMEventsClasses.cpp585 HRESULT STDMETHODCALLTYPE DOMMutationEvent::newValue( function in class:DOMMutationEvent
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclTestObj.c145 mp_int bignumValue, newValue; local
[all...]
/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkProgress.c156 Tcl_Obj *newValue; local

Completed in 226 milliseconds

1234