newValue 552 Source/bindings/v8/ScriptDebugServer.cpp v8::Handle<v8::Value> ScriptDebugServer::setFunctionVariableValue(v8::Handle<v8::Value> functionValue, int scopeNumber, const String& variableName, v8::Handle<v8::Value> newValue) newValue 562 Source/bindings/v8/ScriptDebugServer.cpp newValue newValue 97 Source/bindings/v8/ScriptDebugServer.h v8::Handle<v8::Value> setFunctionVariableValue(v8::Handle<v8::Value> functionValue, int scopeNumber, const String& variableName, v8::Handle<v8::Value> newValue); newValue 640 Source/bindings/v8/V8Binding.cpp void moveEventListenerToNewWrapper(v8::Handle<v8::Object> object, EventListener* oldValue, v8::Local<v8::Value> newValue, int arrayIndex, v8::Isolate* isolate) newValue 651 Source/bindings/v8/V8Binding.cpp if (newValue->IsFunction()) newValue 652 Source/bindings/v8/V8Binding.cpp addHiddenValueToArray(object, newValue, arrayIndex, isolate); newValue 708 Source/bindings/v8/V8Binding.h void moveEventListenerToNewWrapper(v8::Handle<v8::Object>, EventListener* oldValue, v8::Local<v8::Value> newValue, int cacheIndex, v8::Isolate*); newValue 206 Source/bindings/v8/V8CustomElementLifecycleCallbacks.cpp void V8CustomElementLifecycleCallbacks::attributeChanged(Element* element, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) newValue 232 Source/bindings/v8/V8CustomElementLifecycleCallbacks.cpp newValue.isNull() ? v8::Handle<v8::Value>(v8::Null(isolate)) : v8::Handle<v8::Value>(v8String(isolate, newValue)) newValue 63 Source/bindings/v8/V8CustomElementLifecycleCallbacks.h virtual void attributeChanged(Element*, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) OVERRIDE; newValue 349 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp v8::Handle<v8::Value> newValue = info[3]; newValue 353 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp v8SetReturnValue(info, debugServer.setFunctionVariableValue(functionValue, scopeIndex, variableName, newValue)); newValue 105 Source/core/accessibility/AXScrollbar.cpp float newValue = value * m_scrollbar->maximum(); newValue 106 Source/core/accessibility/AXScrollbar.cpp m_scrollbar->scrollableArea()->scrollToOffsetWithoutAnimation(m_scrollbar->orientation(), newValue); newValue 50 Source/core/css/DOMWindowCSS.cpp String newValue = value; newValue 51 Source/core/css/DOMWindowCSS.cpp int bangIndex = newValue.length() - 9 - 1; newValue 52 Source/core/css/DOMWindowCSS.cpp if (newValue[bangIndex] == ' ') newValue 54 Source/core/css/DOMWindowCSS.cpp newValue = newValue.left(bangIndex); newValue 56 Source/core/css/DOMWindowCSS.cpp return newValue; newValue 74 Source/core/css/MediaQueryList.cpp void MediaQueryList::setMatches(bool newValue) newValue 78 Source/core/css/MediaQueryList.cpp if (newValue == m_matches) newValue 81 Source/core/css/MediaQueryList.cpp m_matches = newValue; newValue 4987 Source/core/css/parser/CSSPropertyParser.cpp double newValue = localValue * 10 + *current++ - '0'; newValue 4988 Source/core/css/parser/CSSPropertyParser.cpp if (newValue >= 255) { newValue 4995 Source/core/css/parser/CSSPropertyParser.cpp localValue = newValue; newValue 164 Source/core/dom/Attr.cpp AtomicString newValue = valueBuilder.toAtomicString(); newValue 166 Source/core/dom/Attr.cpp m_element->willModifyAttribute(qualifiedName(), value(), newValue); newValue 169 Source/core/dom/Attr.cpp elementAttribute().setValue(newValue); newValue 171 Source/core/dom/Attr.cpp m_standaloneValue = newValue; newValue 174 Source/core/dom/Attr.cpp m_element->attributeChanged(qualifiedName(), newValue); newValue 933 Source/core/dom/Element.cpp ALWAYS_INLINE void Element::setAttributeInternal(size_t index, const QualifiedName& name, const AtomicString& newValue, SynchronizationOfLazyAttribute inSynchronizationOfLazyAttribute) newValue 935 Source/core/dom/Element.cpp if (newValue.isNull()) { newValue 942 Source/core/dom/Element.cpp addAttributeInternal(name, newValue, inSynchronizationOfLazyAttribute); newValue 950 Source/core/dom/Element.cpp willModifyAttribute(existingAttributeName, existingAttribute.value(), newValue); newValue 952 Source/core/dom/Element.cpp if (newValue != existingAttribute.value()) { newValue 957 Source/core/dom/Element.cpp attrNode->setValue(newValue); newValue 959 Source/core/dom/Element.cpp ensureUniqueElementData().attributeItem(index).setValue(newValue); newValue 963 Source/core/dom/Element.cpp didModifyAttribute(existingAttributeName, newValue); newValue 973 Source/core/dom/Element.cpp void Element::attributeChanged(const QualifiedName& name, const AtomicString& newValue, AttributeModificationReason reason) newValue 976 Source/core/dom/Element.cpp if (shouldInvalidateDistributionWhenAttributeChanged(parentElementShadow, name, newValue)) newValue 980 Source/core/dom/Element.cpp parseAttribute(name, newValue); newValue 988 Source/core/dom/Element.cpp styleAttributeChanged(newValue, reason); newValue 996 Source/core/dom/Element.cpp AtomicString newId = makeIdForStyleResolution(newValue, document().inQuirksMode()); newValue 1003 Source/core/dom/Element.cpp classAttributeChanged(newValue); newValue 1005 Source/core/dom/Element.cpp setHasName(!newValue.isNull()); newValue 1028 Source/core/dom/Element.cpp inline void Element::attributeChangedFromParserOrByCloning(const QualifiedName& name, const AtomicString& newValue, AttributeModificationReason reason) newValue 1031 Source/core/dom/Element.cpp CustomElementRegistrationContext::setTypeExtension(this, newValue); newValue 1032 Source/core/dom/Element.cpp attributeChanged(name, newValue, reason); newValue 1086 Source/core/dom/Element.cpp bool Element::shouldInvalidateDistributionWhenAttributeChanged(ElementShadow* elementShadow, const QualifiedName& name, const AtomicString& newValue) newValue 1093 Source/core/dom/Element.cpp AtomicString newId = makeIdForStyleResolution(newValue, document().inQuirksMode()); newValue 1103 Source/core/dom/Element.cpp const AtomicString& newClassString = newValue; newValue 2851 Source/core/dom/Element.cpp void Element::willModifyAttribute(const QualifiedName& name, const AtomicString& oldValue, const AtomicString& newValue) newValue 2854 Source/core/dom/Element.cpp updateId(oldValue, newValue); newValue 2856 Source/core/dom/Element.cpp updateName(oldValue, newValue); newValue 2860 Source/core/dom/Element.cpp updateLabel(scope, oldValue, newValue); newValue 2863 Source/core/dom/Element.cpp if (oldValue != newValue) { newValue 2868 Source/core/dom/Element.cpp CustomElement::attributeDidChange(this, name.localName(), oldValue, newValue); newValue 2874 Source/core/dom/Element.cpp InspectorInstrumentation::willModifyDOMAttr(this, oldValue, newValue); newValue 595 Source/core/dom/Element.h void willModifyAttribute(const QualifiedName&, const AtomicString& oldValue, const AtomicString& newValue); newValue 106 Source/core/dom/custom/CustomElement.cpp void CustomElement::attributeDidChange(Element* element, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) newValue 109 Source/core/dom/custom/CustomElement.cpp CustomElementScheduler::scheduleAttributeChangedCallback(element->customElementDefinition()->callbacks(), element, name, oldValue, newValue); newValue 67 Source/core/dom/custom/CustomElement.h static void attributeDidChange(Element*, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue); newValue 72 Source/core/dom/custom/CustomElementCallbackInvocation.cpp AttributeChangedInvocation(PassRefPtr<CustomElementLifecycleCallbacks>, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue); newValue 82 Source/core/dom/custom/CustomElementCallbackInvocation.cpp AttributeChangedInvocation::AttributeChangedInvocation(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) newValue 86 Source/core/dom/custom/CustomElementCallbackInvocation.cpp , m_newValue(newValue) newValue 129 Source/core/dom/custom/CustomElementCallbackInvocation.cpp PassOwnPtr<CustomElementCallbackInvocation> CustomElementCallbackInvocation::createAttributeChangedInvocation(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) newValue 131 Source/core/dom/custom/CustomElementCallbackInvocation.cpp return adoptPtr(new AttributeChangedInvocation(callbacks, name, oldValue, newValue)); newValue 47 Source/core/dom/custom/CustomElementCallbackInvocation.h static PassOwnPtr<CustomElementCallbackInvocation> createAttributeChangedInvocation(PassRefPtr<CustomElementLifecycleCallbacks>, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue); newValue 58 Source/core/dom/custom/CustomElementLifecycleCallbacks.h virtual void attributeChanged(Element*, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) = 0; newValue 60 Source/core/dom/custom/CustomElementScheduler.cpp void CustomElementScheduler::scheduleAttributeChangedCallback(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, PassRefPtr<Element> element, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) newValue 66 Source/core/dom/custom/CustomElementScheduler.cpp queue.append(CustomElementCallbackInvocation::createAttributeChangedInvocation(callbacks, name, oldValue, newValue)); newValue 51 Source/core/dom/custom/CustomElementScheduler.h static void scheduleAttributeChangedCallback(PassRefPtr<CustomElementLifecycleCallbacks>, PassRefPtr<Element>, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue); newValue 35 Source/core/events/MutationEvent.cpp const String& prevValue, const String& newValue, newValue 40 Source/core/events/MutationEvent.cpp , m_newValue(newValue) newValue 52 Source/core/events/MutationEvent.cpp const String& prevValue, const String& newValue, newValue 62 Source/core/events/MutationEvent.cpp m_newValue = newValue; newValue 48 Source/core/events/MutationEvent.h const String& prevValue = String(), const String& newValue = String(), const String& attrName = String(), unsigned short attrChange = 0) newValue 50 Source/core/events/MutationEvent.h return adoptRefWillBeNoop(new MutationEvent(type, canBubble, false, relatedNode, prevValue, newValue, attrName, attrChange)); newValue 54 Source/core/events/MutationEvent.h const String& prevValue, const String& newValue, newValue 59 Source/core/events/MutationEvent.h String newValue() const { return m_newValue; } newValue 70 Source/core/events/MutationEvent.h const String& prevValue, const String& newValue, newValue 894 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::setIndeterminate(bool newValue) newValue 896 Source/core/html/HTMLInputElement.cpp if (indeterminate() == newValue) newValue 899 Source/core/html/HTMLInputElement.cpp m_isIndeterminate = newValue; newValue 1058 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::setValueAsNumber(double newValue, ExceptionState& exceptionState, TextFieldEventBehavior eventBehavior) newValue 1060 Source/core/html/HTMLInputElement.cpp if (std::isinf(newValue)) { newValue 1061 Source/core/html/HTMLInputElement.cpp exceptionState.throwTypeError(ExceptionMessages::notAFiniteNumber(newValue)); newValue 1064 Source/core/html/HTMLInputElement.cpp m_inputType->setValueAsDouble(newValue, eventBehavior, exceptionState); newValue 1686 Source/core/html/HTMLInputElement.cpp String newValue = sanitizeValue(m_valueIfDirty); newValue 1687 Source/core/html/HTMLInputElement.cpp ASSERT(!m_valueIfDirty.isNull() || newValue.isNull()); newValue 1688 Source/core/html/HTMLInputElement.cpp if (newValue != m_valueIfDirty) newValue 1689 Source/core/html/HTMLInputElement.cpp setValue(newValue); newValue 354 Source/core/html/HTMLTextAreaElement.cpp void HTMLTextAreaElement::setValueCommon(const String& newValue, TextFieldEventBehavior eventBehavior) newValue 358 Source/core/html/HTMLTextAreaElement.cpp String normalizedValue = newValue.isNull() ? "" : newValue; newValue 437 Source/core/html/HTMLTextAreaElement.cpp void HTMLTextAreaElement::setMaxLength(int newValue, ExceptionState& exceptionState) newValue 439 Source/core/html/HTMLTextAreaElement.cpp if (newValue < 0) newValue 440 Source/core/html/HTMLTextAreaElement.cpp exceptionState.throwDOMException(IndexSizeError, "The value provided (" + String::number(newValue) + ") is not positive or 0."); newValue 442 Source/core/html/HTMLTextAreaElement.cpp setIntegralAttribute(maxlengthAttr, newValue); newValue 67 Source/core/html/forms/BaseDateAndTimeInputType.cpp void BaseDateAndTimeInputType::setValueAsDouble(double newValue, TextFieldEventBehavior eventBehavior, ExceptionState& exceptionState) const newValue 69 Source/core/html/forms/BaseDateAndTimeInputType.cpp setValueAsDecimal(Decimal::fromDouble(newValue), eventBehavior, exceptionState); newValue 182 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp String newValue = sanitizeValue(dateTimeEditElement()->value()); newValue 184 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp if ((oldValue.isEmpty() && newValue.isEmpty()) || oldValue == newValue) { newValue 187 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp input->setValueInternal(newValue, DispatchNoEvent); newValue 221 Source/core/html/forms/InputType.cpp void InputType::setValueAsDecimal(const Decimal& newValue, TextFieldEventBehavior eventBehavior, ExceptionState&) const newValue 223 Source/core/html/forms/InputType.cpp element().setValue(serialize(newValue), eventBehavior); newValue 818 Source/core/html/forms/InputType.cpp Decimal newValue; newValue 821 Source/core/html/forms/InputType.cpp newValue = base + ((current - base) / step).floor() * step; newValue 823 Source/core/html/forms/InputType.cpp newValue = base + ((current - base) / step).ceiling() * step; newValue 825 Source/core/html/forms/InputType.cpp newValue = current; newValue 827 Source/core/html/forms/InputType.cpp if (newValue < stepRange.minimum()) newValue 828 Source/core/html/forms/InputType.cpp newValue = stepRange.minimum(); newValue 829 Source/core/html/forms/InputType.cpp if (newValue > stepRange.maximum()) newValue 830 Source/core/html/forms/InputType.cpp newValue = stepRange.maximum(); newValue 832 Source/core/html/forms/InputType.cpp setValueAsDecimal(newValue, count == 1 || count == -1 ? DispatchChangeEvent : DispatchNoEvent, IGNORE_EXCEPTION); newValue 834 Source/core/html/forms/InputType.cpp applyStep(newValue, count - 1, AnyIsDefaultStep, DispatchChangeEvent, IGNORE_EXCEPTION); newValue 838 Source/core/html/forms/InputType.cpp applyStep(newValue, count + 1, AnyIsDefaultStep, DispatchChangeEvent, IGNORE_EXCEPTION); newValue 842 Source/core/html/forms/InputType.cpp Decimal newValue = current + stepRange.step() * count; newValue 845 Source/core/html/forms/InputType.cpp newValue = stepRange.alignValueForStep(current, newValue); newValue 847 Source/core/html/forms/InputType.cpp if (newValue > stepRange.maximum()) newValue 848 Source/core/html/forms/InputType.cpp newValue = newValue - stepRange.step(); newValue 849 Source/core/html/forms/InputType.cpp else if (newValue < stepRange.minimum()) newValue 850 Source/core/html/forms/InputType.cpp newValue = newValue + stepRange.step(); newValue 852 Source/core/html/forms/InputType.cpp setValueAsDecimal(newValue, eventBehavior, exceptionState); newValue 124 Source/core/html/forms/NumberInputType.cpp void NumberInputType::setValueAsDouble(double newValue, TextFieldEventBehavior eventBehavior, ExceptionState& exceptionState) const newValue 126 Source/core/html/forms/NumberInputType.cpp element().setValue(serializeForNumberType(newValue), eventBehavior); newValue 129 Source/core/html/forms/NumberInputType.cpp void NumberInputType::setValueAsDecimal(const Decimal& newValue, TextFieldEventBehavior eventBehavior, ExceptionState& exceptionState) const newValue 131 Source/core/html/forms/NumberInputType.cpp element().setValue(serializeForNumberType(newValue), eventBehavior); newValue 108 Source/core/html/forms/RangeInputType.cpp void RangeInputType::setValueAsDouble(double newValue, TextFieldEventBehavior eventBehavior, ExceptionState& exceptionState) const newValue 110 Source/core/html/forms/RangeInputType.cpp setValueAsDecimal(Decimal::fromDouble(newValue), eventBehavior, exceptionState); newValue 209 Source/core/html/forms/RangeInputType.cpp Decimal newValue; newValue 211 Source/core/html/forms/RangeInputType.cpp newValue = current + step; newValue 213 Source/core/html/forms/RangeInputType.cpp newValue = current - step; newValue 215 Source/core/html/forms/RangeInputType.cpp newValue = isVertical ? current + step : current - step; newValue 217 Source/core/html/forms/RangeInputType.cpp newValue = isVertical ? current - step : current + step; newValue 219 Source/core/html/forms/RangeInputType.cpp newValue = current + bigStep; newValue 221 Source/core/html/forms/RangeInputType.cpp newValue = current - bigStep; newValue 223 Source/core/html/forms/RangeInputType.cpp newValue = isVertical ? stepRange.maximum() : stepRange.minimum(); newValue 225 Source/core/html/forms/RangeInputType.cpp newValue = isVertical ? stepRange.minimum() : stepRange.maximum(); newValue 229 Source/core/html/forms/RangeInputType.cpp newValue = stepRange.clampValue(newValue); newValue 231 Source/core/html/forms/RangeInputType.cpp if (newValue != current) { newValue 234 Source/core/html/forms/RangeInputType.cpp setValueAsDecimal(newValue, eventBehavior, IGNORE_EXCEPTION); newValue 76 Source/core/html/forms/StepRange.cpp Decimal StepRange::alignValueForStep(const Decimal& currentValue, const Decimal& newValue) const newValue 79 Source/core/html/forms/StepRange.cpp if (newValue >= tenPowerOf21) newValue 80 Source/core/html/forms/StepRange.cpp return newValue; newValue 82 Source/core/html/forms/StepRange.cpp return stepMismatch(currentValue) ? newValue : roundByStep(newValue, m_stepBase); newValue 74 Source/core/html/forms/StepRange.h Decimal alignValueForStep(const Decimal& currentValue, const Decimal& newValue) const; newValue 135 Source/core/html/shadow/DateTimeNumericFieldElement.cpp int newValue = typeAheadValue(); newValue 136 Source/core/html/shadow/DateTimeNumericFieldElement.cpp if (newValue >= m_hardLimits.minimum) newValue 137 Source/core/html/shadow/DateTimeNumericFieldElement.cpp setValueAsInteger(newValue, DispatchEvent); newValue 143 Source/core/html/shadow/DateTimeNumericFieldElement.cpp if (m_typeAheadBuffer.length() >= maximumLength || newValue * 10 > m_range.maximum) newValue 184 Source/core/html/shadow/DateTimeNumericFieldElement.cpp int newValue = roundDown(m_hasValue ? m_value - 1 : defaultValueForStepDown()); newValue 185 Source/core/html/shadow/DateTimeNumericFieldElement.cpp if (!m_range.isInRange(newValue)) newValue 186 Source/core/html/shadow/DateTimeNumericFieldElement.cpp newValue = roundDown(m_range.maximum); newValue 188 Source/core/html/shadow/DateTimeNumericFieldElement.cpp setValueAsInteger(newValue, DispatchEvent); newValue 193 Source/core/html/shadow/DateTimeNumericFieldElement.cpp int newValue = roundUp(m_hasValue ? m_value + 1 : defaultValueForStepUp()); newValue 194 Source/core/html/shadow/DateTimeNumericFieldElement.cpp if (!m_range.isInRange(newValue)) newValue 195 Source/core/html/shadow/DateTimeNumericFieldElement.cpp newValue = roundUp(m_range.minimum); newValue 197 Source/core/html/shadow/DateTimeNumericFieldElement.cpp setValueAsInteger(newValue, DispatchEvent); newValue 1860 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::willModifyDOMAttr(Element*, const AtomicString& oldValue, const AtomicString& newValue) newValue 1862 Source/core/inspector/InspectorDOMAgent.cpp m_suppressAttributeModifiedEvent = (oldValue == newValue); newValue 166 Source/core/inspector/InspectorDOMAgent.h void willModifyDOMAttr(Element*, const AtomicString& oldValue, const AtomicString& newValue); newValue 176 Source/core/inspector/InspectorDOMStorageAgent.cpp void InspectorDOMStorageAgent::didDispatchDOMStorageEvent(const String& key, const String& oldValue, const String& newValue, StorageType storageType, SecurityOrigin* securityOrigin) newValue 185 Source/core/inspector/InspectorDOMStorageAgent.cpp else if (newValue.isNull()) newValue 188 Source/core/inspector/InspectorDOMStorageAgent.cpp m_frontend->domstorage()->domStorageItemAdded(id, key, newValue); newValue 190 Source/core/inspector/InspectorDOMStorageAgent.cpp m_frontend->domstorage()->domStorageItemUpdated(id, key, oldValue, newValue); newValue 68 Source/core/inspector/InspectorDOMStorageAgent.h void didDispatchDOMStorageEvent(const String& key, const String& oldValue, const String& newValue, StorageType, SecurityOrigin*); newValue 1010 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::setVariableValue(ErrorString* errorString, int scopeNumber, const String& variableName, const RefPtr<JSONObject>& newValue, const String* callFrameId, const String* functionObjectId) newValue 1033 Source/core/inspector/InspectorDebuggerAgent.cpp String newValueString = newValue->toJSONString(); newValue 170 Source/core/inspector/JavaScriptCallFrame.cpp ScriptValue JavaScriptCallFrame::setVariableValue(int scopeNumber, const String& variableName, const ScriptValue& newValue) newValue 177 Source/core/inspector/JavaScriptCallFrame.cpp newValue.v8Value() newValue 69 Source/core/inspector/JavaScriptCallFrame.h ScriptValue setVariableValue(int scopeNumber, const String& variableName, const ScriptValue& newValue); newValue 143 Source/core/storage/StorageArea.cpp void StorageArea::dispatchLocalStorageEvent(const String& key, const String& oldValue, const String& newValue, SecurityOrigin* securityOrigin, const KURL& pageURL, blink::WebStorageArea* sourceAreaInstance, bool originatedInProcess) newValue 151 Source/core/storage/StorageArea.cpp frame->domWindow()->enqueueWindowEvent(StorageEvent::create(EventTypeNames::storage, key, oldValue, newValue, pageURL, storage)); newValue 153 Source/core/storage/StorageArea.cpp InspectorInstrumentation::didDispatchDOMStorageEvent(*it, key, oldValue, newValue, LocalStorage, securityOrigin); newValue 170 Source/core/storage/StorageArea.cpp void StorageArea::dispatchSessionStorageEvent(const String& key, const String& oldValue, const String& newValue, SecurityOrigin* securityOrigin, const KURL& pageURL, const blink::WebStorageNamespace& sessionNamespace, blink::WebStorageArea* sourceAreaInstance, bool originatedInProcess) newValue 179 Source/core/storage/StorageArea.cpp frame->domWindow()->enqueueWindowEvent(StorageEvent::create(EventTypeNames::storage, key, oldValue, newValue, pageURL, storage)); newValue 181 Source/core/storage/StorageArea.cpp InspectorInstrumentation::didDispatchDOMStorageEvent(page, key, oldValue, newValue, SessionStorage, securityOrigin); newValue 70 Source/core/storage/StorageArea.h static void dispatchLocalStorageEvent(const String& key, const String& oldValue, const String& newValue, newValue 72 Source/core/storage/StorageArea.h static void dispatchSessionStorageEvent(const String& key, const String& oldValue, const String& newValue, newValue 51 Source/core/storage/StorageEvent.cpp PassRefPtrWillBeRawPtr<StorageEvent> StorageEvent::create(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea) newValue 53 Source/core/storage/StorageEvent.cpp return adoptRefWillBeNoop(new StorageEvent(type, key, oldValue, newValue, url, storageArea)); newValue 61 Source/core/storage/StorageEvent.cpp StorageEvent::StorageEvent(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea) newValue 65 Source/core/storage/StorageEvent.cpp , m_newValue(newValue) newValue 76 Source/core/storage/StorageEvent.cpp , m_newValue(initializer.newValue) newValue 83 Source/core/storage/StorageEvent.cpp void StorageEvent::initStorageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea) newValue 92 Source/core/storage/StorageEvent.cpp m_newValue = newValue; newValue 42 Source/core/storage/StorageEvent.h String newValue; newValue 50 Source/core/storage/StorageEvent.h static PassRefPtrWillBeRawPtr<StorageEvent> create(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea); newValue 56 Source/core/storage/StorageEvent.h const String& newValue() const { return m_newValue; } newValue 61 Source/core/storage/StorageEvent.h void initStorageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea); newValue 72 Source/core/storage/StorageEvent.h StorageEvent(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea); newValue 896 Source/core/svg/SVGElement.cpp void SVGElement::attributeChanged(const QualifiedName& name, const AtomicString& newValue, AttributeModificationReason) newValue 898 Source/core/svg/SVGElement.cpp Element::attributeChanged(name, newValue); newValue 92 Source/core/svg/SVGEnumeration.h static PassRefPtr<SVGEnumeration<Enum> > create(Enum newValue) newValue 94 Source/core/svg/SVGEnumeration.h return adoptRef(new SVGEnumeration<Enum>(newValue)); newValue 119 Source/core/svg/SVGEnumeration.h explicit SVGEnumeration(Enum newValue) newValue 120 Source/core/svg/SVGEnumeration.h : SVGEnumerationBase(newValue, getStaticStringEntries<Enum>()) newValue 55 Source/platform/fonts/FontDataCache.cpp pair<RefPtr<SimpleFontData>, unsigned> newValue(SimpleFontData::create(*platformData), shouldRetain == Retain ? 1 : 0); newValue 56 Source/platform/fonts/FontDataCache.cpp m_cache.set(*platformData, newValue); newValue 58 Source/platform/fonts/FontDataCache.cpp m_inactiveFontData.add(newValue.first); newValue 59 Source/platform/fonts/FontDataCache.cpp return newValue.first.release(); newValue 209 Source/platform/graphics/filters/FETurbulence.cpp inline void checkNoise(int& noiseValue, int limitValue, int newValue) newValue 212 Source/platform/graphics/filters/FETurbulence.cpp noiseValue -= newValue; newValue 214 Source/platform/graphics/filters/FETurbulence.cpp noiseValue -= newValue - 1; newValue 606 Source/platform/text/TextBreakIteratorICU.cpp static inline bool compareAndSwapNonSharedCharacterBreakIterator(TextBreakIterator* expected, TextBreakIterator* newValue) newValue 612 Source/platform/text/TextBreakIteratorICU.cpp nonSharedCharacterBreakIterator = newValue; newValue 52 Source/web/WebMutationEvent.cpp return WebString(constUnwrap<MutationEvent>()->newValue()); newValue 45 Source/web/WebOptionElement.cpp void WebOptionElement::setValue(const WebString& newValue) newValue 47 Source/web/WebOptionElement.cpp unwrap<HTMLOptionElement>()->setValue(newValue); newValue 582 Source/web/WebSettingsImpl.cpp void WebSettingsImpl::setValidationMessageTimerMagnification(int newValue) newValue 584 Source/web/WebSettingsImpl.cpp m_settings->setValidationMessageTimerMagnification(newValue); newValue 45 Source/web/WebStorageEventDispatcherImpl.cpp const WebString& newValue, const WebURL& origin, newValue 51 Source/web/WebStorageEventDispatcherImpl.cpp key, oldValue, newValue, securityOrigin.get(), pageURL, newValue 57 Source/web/WebStorageEventDispatcherImpl.cpp const WebString& newValue, const WebURL& origin, newValue 63 Source/web/WebStorageEventDispatcherImpl.cpp key, oldValue, newValue, securityOrigin.get(), pageURL, newValue 3511 Source/web/WebViewImpl.cpp void WebViewImpl::setIgnoreInputEvents(bool newValue) newValue 3513 Source/web/WebViewImpl.cpp ASSERT(m_ignoreInputEvents != newValue); newValue 3514 Source/web/WebViewImpl.cpp m_ignoreInputEvents = newValue; newValue 297 Source/web/WebViewImpl.h void setIgnoreInputEvents(bool newValue); newValue 153 Source/wtf/ListHashSet.h AddResult insertBefore(ValuePeekInType beforeValue, ValuePeekInType newValue); newValue 795 Source/wtf/ListHashSet.h typename ListHashSet<T, inlineCapacity, U>::AddResult ListHashSet<T, inlineCapacity, U>::insertBefore(iterator it, ValuePeekInType newValue) newValue 798 Source/wtf/ListHashSet.h typename ImplType::AddResult result = m_impl.template add<BaseTranslator>(newValue, m_allocator.get()); newValue 805 Source/wtf/ListHashSet.h typename ListHashSet<T, inlineCapacity, U>::AddResult ListHashSet<T, inlineCapacity, U>::insertBefore(ValuePeekInType beforeValue, ValuePeekInType newValue) newValue 808 Source/wtf/ListHashSet.h return insertBefore(find(beforeValue), newValue); newValue 46 Source/wtf/TemporaryChange.h TemporaryChange(T& scopedVariable, T newValue) newValue 50 Source/wtf/TemporaryChange.h m_scopedVariable = newValue; newValue 66 public/platform/WebStorageArea.h virtual void setItem(const WebString& key, const WebString& newValue, const WebURL& pageUrl, Result& result) newValue 69 public/platform/WebStorageArea.h setItem(key, newValue, pageUrl, result, unused); newValue 92 public/platform/WebStorageArea.h virtual void setItem(const WebString& key, const WebString& newValue, const WebURL&, Result&, WebString& oldValue) { } newValue 47 public/web/WebStorageEventDispatcher.h const WebString& newValue, const WebURL& origin, newValue 54 public/web/WebStorageEventDispatcher.h const WebString& newValue, const WebURL& origin,