Searched defs:newValue (Results 1 - 25 of 99) sorted by relevance

1234

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonArray.h92 -(void)replaceObjectAtIndex:(NSUInteger)idx withObject:newValue; variable
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonArray.h92 -(void)replaceObjectAtIndex:(NSUInteger)idx withObject:newValue; variable
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A DOC_PythonArray.h92 -(void)replaceObjectAtIndex:(NSUInteger)idx withObject:newValue; variable
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredMapEntry.java29 public Object setValue(Object newValue) { argument
H A DMapEntryParameter.java105 public Object setValue(Object newValue) { argument
110 final void setValueInternal(Object newValue) { argument
/macosx-10.10/WTF-7600.1.24/wtf/
H A DCompilationThread.cpp55 bool exchangeIsCompilationThread(bool newValue) argument
H A DTemporaryChange.h46 TemporaryChange(T& scopedVariable, T newValue) argument
H A DAtomics.h75 inline bool weakCompareAndSwap(volatile unsigned* location, unsigned expected, unsigned newValue) argument
84 inline bool weakCompareAndSwap(void*volatile* location, void* expected, void* newValue) argument
210 weakCompareAndSwapUIntPtr(volatile uintptr_t* location, uintptr_t expected, uintptr_t newValue) argument
215 weakCompareAndSwapSize(volatile size_t* location, size_t expected, size_t newValue) argument
287 weakCompareAndSwap(uint8_t* location, uint8_t expected, uint8_t newValue) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityScrollbar.cpp102 float newValue = value * m_scrollbar->maximum(); local
/macosx-10.10/WebCore-7600.1.25/dom/
H A DMutationEvent.cpp34 MutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, const String& prevValue, const String& newValue, const String& attrName, unsigned short attrChange) argument
50 initMutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, const String& prevValue, const String& newValue, const String& attrName, unsigned short attrChange) argument
H A DMutationEvent.h59 String newValue() const { return m_newValue; } function in class:WebCore::MutationEvent
/macosx-10.10/WebCore-7600.1.25/storage/
H A DStorageEvent.h41 String newValue; member in struct:WebCore::StorageEventInit
55 const String& newValue() const { return m_newValue; } function in class:WebCore::StorageEvent
H A DStorageEvent.cpp51 PassRefPtr<StorageEvent> StorageEvent::create(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea) argument
61 StorageEvent::StorageEvent(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea) argument
81 void StorageEvent::initStorageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea) argument
H A DStorageEventDispatcher.cpp41 void StorageEventDispatcher::dispatchSessionStorageEvents(const String& key, const String& oldValue, const String& newValue, SecurityOrigin* securityOrigin, Frame* sourceFrame) argument
58 void StorageEventDispatcher::dispatchLocalStorageEvents(const String& key, const String& oldValue, const String& newValue, SecurityOrigin* securityOrigin, Frame* sourceFrame) argument
78 void StorageEventDispatcher::dispatchSessionStorageEventsToFrames(Page& page, const Vector<RefPtr<Frame>>& frames, const String& key, const String& oldValue, const String& newValue, const String& url, SecurityOrigin* securityOrigin) argument
90 void StorageEventDispatcher::dispatchLocalStorageEventsToFrames(PageGroup& pageGroup, const Vector<RefPtr<Frame>>& frames, const String& key, const String& oldValue, const String& newValue, const String& url, SecurityOrigin* securityOrigin) argument
[all...]
/macosx-10.10/configd-699.1.5/configd.tproj/
H A D_confignotify.c39 Boolean newValue = FALSE; local
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DPropertyName.h58 uint32_t newValue = *(++characters) - '0'; local
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dheadermap.cpp120 void HeaderMap::merge(string key, string &old, string newValue) argument
H A Dthreading_internal.h61 static bool cas(Integer oldValue, Integer newValue, Integer &base) argument
63 static bool casb(Integer oldValue, Integer newValue, Integer &base) argument
76 static bool cas(Integer oldValue, Integer newValue, Integer &base) argument
78 static bool casb(Integer oldValue, Integer newValue, Integer &base) argument
103 static bool cas(Type oldValue, Type newValue, Type &store) argument
105 casb(Type oldValue, Type newValue, Type &store) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dheadermap.cpp120 void HeaderMap::merge(string key, string &old, string newValue) argument
H A Dthreading_internal.h61 static bool cas(Integer oldValue, Integer newValue, Integer &base) argument
63 static bool casb(Integer oldValue, Integer newValue, Integer &base) argument
76 static bool cas(Integer oldValue, Integer newValue, Integer &base) argument
78 static bool casb(Integer oldValue, Integer newValue, Integer &base) argument
103 static bool cas(Type oldValue, Type newValue, Type &store) argument
105 casb(Type oldValue, Type newValue, Type &store) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/css/
H A DMediaQueryList.cpp76 void MediaQueryList::setMatches(bool newValue) argument
/macosx-10.10/WebCore-7600.1.25/accessibility/atk/
H A DWebKitAccessibleInterfaceValue.cpp41 static bool webkitAccessibleSetNewValue(AtkValue* coreValue, const gdouble newValue) argument
95 static void webkitAccessibleSetValue(AtkValue* value, const gdouble newValue) argument
153 double newValue; local
[all...]
/macosx-10.10/WebCore-7600.1.25/mathml/
H A DMathMLElement.cpp293 void MathMLElement::attributeChanged(const QualifiedName& name, const AtomicString& oldValue, const AtomicString& newValue, AttributeModificationReason reason) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Launcher/mac/
H A DEnvironmentVariables.cpp87 Vector<char, 128> newValue; local
/macosx-10.10/configd-699.1.5/scutil.tproj/
H A Ddictionary.c85 CFMutableDictionaryRef newValue; local

Completed in 1190 milliseconds

1234