Home
last modified time | relevance | path

Searched refs:oldValue (Results 1 – 25 of 28) sorted by relevance

12

/external/webkit/WebCore/storage/
DStorageMap.cpp99 PassRefPtr<StorageMap> StorageMap::setItem(const String& key, const String& value, String& oldValue) in setItem() argument
107 newStorageMap->setItem(key, value, oldValue); in setItem()
115 oldValue = String(); in setItem()
117 oldValue = addResult.first->second; in setItem()
126 PassRefPtr<StorageMap> StorageMap::removeItem(const String& key, String& oldValue) in removeItem() argument
132 newStorage->removeItem(key, oldValue); in removeItem()
136 oldValue = m_map.take(key); in removeItem()
137 if (!oldValue.isNull()) in removeItem()
DStorageAreaImpl.cpp142 String oldValue; in setItem() local
143 RefPtr<StorageMap> newMap = m_storageMap->setItem(key, value, oldValue); in setItem()
149 if (oldValue != value) { in setItem()
152 dispatchStorageEvent(key, oldValue, value, frame); in setItem()
164 String oldValue; in removeItem() local
165 RefPtr<StorageMap> newMap = m_storageMap->removeItem(key, oldValue); in removeItem()
170 if (!oldValue.isNull()) { in removeItem()
173 dispatchStorageEvent(key, oldValue, String(), frame); in removeItem()
227 void StorageAreaImpl::dispatchStorageEvent(const String& key, const String& oldValue, const String&… in dispatchStorageEvent() argument
249 …ispatchWindowEvent(StorageEvent::create(eventNames().storageEvent, key, oldValue, newValue, source… in dispatchStorageEvent()
[all …]
DStorageEvent.cpp45 …vent::create(const AtomicString& type, const String& key, const String& oldValue, const String& ne… in create() argument
47 return adoptRef(new StorageEvent(type, key, oldValue, newValue, uri, source, storageArea)); in create()
50 StorageEvent::StorageEvent(const AtomicString& type, const String& key, const String& oldValue, con… in StorageEvent() argument
53 , m_oldValue(oldValue) in StorageEvent()
61 …type, bool canBubble, bool cancelable, const String& key, const String& oldValue, const String& ne… in initStorageEvent() argument
69 m_oldValue = oldValue; in initStorageEvent()
DStorageEvent.h42 …vent> create(const AtomicString& type, const String& key, const String& oldValue, const String& ne…
45 const String& oldValue() const { return m_oldValue; } in oldValue() function
51 …type, bool canBubble, bool cancelable, const String& key, const String& oldValue, const String& ne…
60 …StorageEvent(const AtomicString& type, const String& key, const String& oldValue, const String& ne…
DStorageMap.h47 PassRefPtr<StorageMap> setItem(const String& key, const String& value, String& oldValue);
48 PassRefPtr<StorageMap> removeItem(const String&, String& oldValue);
DStorageAreaImpl.h67 …void dispatchStorageEvent(const String& key, const String& oldValue, const String& newValue, Frame…
DStorageAreaSync.h57 …void dispatchStorageEvent(const String& key, const String& oldValue, const String& newValue, Frame…
DStorageEvent.idl33 readonly attribute [ConvertNullStringTo=Null] DOMString oldValue;
/external/srec/portable/src/
Dphashtable.c341 void **oldValue) in PHashTablePutValue() argument
354 if (oldValue != NULL) *oldValue = (void *) entry->value; in PHashTablePutValue()
417 if (oldValue != NULL) *oldValue = NULL; in PHashTablePutValue()
424 void **oldValue) in PHashTableRemoveValue() argument
443 if (oldValue != NULL) in PHashTableRemoveValue()
444 *oldValue = (void*) entry->value; in PHashTableRemoveValue()
449 if (oldValue != NULL) in PHashTableRemoveValue()
450 *oldValue = NULL; in PHashTableRemoveValue()
477 void **oldValue) in PHashTableEntrySetValue() argument
481 if (oldValue != NULL) *oldValue = (void *) entry->value; in PHashTableEntrySetValue()
DPANSIFileSystemImpl.c160 LCHAR* oldValue; in PANSIFileSystemAddPathImpl() local
162 CHKLOG(rc, PHashTableGetValue(impl->directoryMap, key, (void **)&oldValue)); in PANSIFileSystemAddPathImpl()
163 if (LSTRCMP(oldValue, value) != 0) in PANSIFileSystemAddPathImpl()
/external/srec/portable/include/
Dphashtable.h198 void **oldValue);
215 void **oldValue);
252 void **oldValue);
/external/icu4c/test/cintltst/
Dchashtst.c341 int32_t oldValue = in _put() local
345 key, u_errorName(status), oldValue); in _put()
346 } else if (oldValue != expectedOldValue) { in _put()
348 key, oldValue, expectedOldValue); in _put()
351 key, value, oldValue); in _put()
/external/webkit/WebCore/dom/
DInputElement.cpp261 String oldValue = data.value(); in updateValueIfNeeded() local
262 String newValue = inputElement->constrainValue(oldValue); in updateValueIfNeeded()
263 if (newValue != oldValue) in updateValueIfNeeded()
DCharacterData.h66 void dispatchModifiedEvent(StringImpl* oldValue);
/external/srec/shared/include/
DESR_SessionTypeListener.h54 … const void* oldValue, const void* newValue, VariableTypes variableType, void* data);
/external/icu4c/common/
Duhash.c144 UHashTok oldValue = e->value; in _uhash_setElement() local
150 if (oldValue.pointer != NULL && in _uhash_setElement()
151 oldValue.pointer != value.pointer) { /* Avoid double deletion */ in _uhash_setElement()
152 (*hash->valueDeleter)(oldValue.pointer); in _uhash_setElement()
154 oldValue.pointer = NULL; in _uhash_setElement()
173 return oldValue; in _uhash_setElement()
Dudata.c267 UDataMemory *oldValue = NULL; in udata_cacheDataItem() local
304 oldValue = uhash_get(htable, path); in udata_cacheDataItem()
305 if (oldValue != NULL) { in udata_cacheDataItem()
327 return oldValue; in udata_cacheDataItem()
/external/webkit/JavaScriptCore/parser/
DNodes.cpp523 RegisterID* oldValue; in emitBytecode() local
525 oldValue = 0; in emitBytecode()
528oldValue = emitPostIncOrDec(generator, generator.finalDestination(dst), value.get(), m_operator); in emitBytecode()
531 return oldValue; in emitBytecode()
537 RegisterID* oldValue; in emitBytecode() local
539 oldValue = 0; in emitBytecode()
542oldValue = emitPostIncOrDec(generator, generator.finalDestination(dst), value.get(), m_operator); in emitBytecode()
545 return oldValue; in emitBytecode()
557 RegisterID* oldValue; in emitBytecode() local
559 oldValue = 0; in emitBytecode()
[all …]
/external/webkit/WebCore/rendering/
DRenderSlider.cpp104 double oldValue = valueString.isNull() ? (minimum + maximum) / 2 : valueString.toDouble(); in valueFromElement() local
105 double newValue = clampValue(oldValue); in valueFromElement()
108 *wasClamped = valueString.isNull() || newValue != oldValue; in valueFromElement()
/external/webkit/WebCore/platform/
DScrollbar.cpp268 int oldValue = value(); in setCurrentPos() local
275 if (value() != oldValue && client()) in setCurrentPos()
/external/webkit/WebKit/mac/Misc/
DWebNSDataExtras.m381 NSString *oldValue = [headerFields objectForKey:lastKey];
382 if (oldValue) {
383 … NSString *newValue = [[NSString alloc] initWithFormat:@"%@, %@", oldValue, value];
/external/icu4c/tools/gencase/
Dstore.c288 uint32_t value, oldValue; in setProps() local
293 value=oldValue=upvec_getValue(pv, p->code, 0); in setProps()
406 if( value!=oldValue && in setProps()
/external/webkit/WebCore/plugins/
DPluginView.cpp1084 String oldValue = headerFields.get(lastKey); in parseRFC822HeaderFields() local
1085 if (!oldValue.isNull()) { in parseRFC822HeaderFields()
1086 String tmp = oldValue; in parseRFC822HeaderFields()
/external/webkit/WebKit/win/
DWebPreferences.cpp407 bool oldValue = m_autoSaves; in migrateWebKitPreferencesToCFPreferences() local
410 m_autoSaves = oldValue; in migrateWebKitPreferencesToCFPreferences()
/external/srec/shared/src/
DSessionTypeImpl.c282 const void* oldValue, const void* newValue, in firePropertyChanged() argument
295 …CHKLOG(rc, listener->listener->propertyChanged(listener->listener, name, oldValue, newValue, type,… in firePropertyChanged()

12