Searched refs:newValue (Results 201 - 225 of 331) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DJavaScriptCallFrame.cpp183 ScriptValue JavaScriptCallFrame::setVariableValue(ScriptState* scriptState, int scopeNumber, const String& variableName, const ScriptValue& newValue) argument
191 newValue.v8Value()
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
H A DCacheBuilder.java252 public boolean replace(K key, V oldValue, V newValue) { argument
254 put(key, newValue);
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DAbstractBiMap.java116 K key, boolean containedKey, V oldValue, V newValue) {
120 inverse.delegate.put(newValue, key);
115 updateInverseMap( K key, boolean containedKey, V oldValue, V newValue) argument
H A DTreeMultiset.java152 public boolean compareAndSet(T expected, T newValue) { argument
154 value = newValue;
/external/chromium_org/third_party/icu/source/i18n/
H A Ducal.cpp342 int32_t newValue)
347 ((Calendar*)cal)->setLenient((UBool)newValue);
351 ((Calendar*)cal)->setFirstDayOfWeek((UCalendarDaysOfWeek)newValue);
355 ((Calendar*)cal)->setMinimalDaysInFirstWeek((uint8_t)newValue);
359 ((Calendar*)cal)->setRepeatedWallTimeOption((UCalendarWallTimeOption)newValue);
363 ((Calendar*)cal)->setSkippedWallTimeOption((UCalendarWallTimeOption)newValue);
340 ucal_setAttribute( UCalendar* cal, UCalendarAttribute attr, int32_t newValue) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java1046 Object newValue = new Object();
1055 assertFalse(segment.replace(key, hash, oldValue, newValue));
1063 assertTrue(segment.replace(key, hash, oldValue, newValue));
1065 assertSame(newValue, segment.get(key, hash));
1068 assertFalse(segment.replace(key, hash, oldValue, newValue));
1070 assertSame(newValue, segment.get(key, hash));
1076 assertFalse(segment.replace(key, hash, oldValue, newValue));
1090 Object newValue = new Object();
1099 assertNull(segment.replace(key, hash, newValue));
1107 assertSame(oldValue, segment.replace(key, hash, newValue));
2661 notifyNewValue(V newValue) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Ducal.cpp342 int32_t newValue)
347 ((Calendar*)cal)->setLenient((UBool)newValue);
351 ((Calendar*)cal)->setFirstDayOfWeek((UCalendarDaysOfWeek)newValue);
355 ((Calendar*)cal)->setMinimalDaysInFirstWeek((uint8_t)newValue);
359 ((Calendar*)cal)->setRepeatedWallTimeOption((UCalendarWallTimeOption)newValue);
363 ((Calendar*)cal)->setSkippedWallTimeOption((UCalendarWallTimeOption)newValue);
340 ucal_setAttribute( UCalendar* cal, UCalendarAttribute attr, int32_t newValue) argument
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dlist.js598 if (pe.newValue != -1) {
599 if ((element = this.getListItemByIndex(pe.newValue)))
601 if (pe.oldValue != pe.newValue) {
602 this.scrollIndexIntoView(pe.newValue);
615 self.scrollIndexIntoView(pe.newValue);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextFormControlElement.cpp192 bool HTMLTextFormControlElement::shouldDispatchFormControlChangeEvent(String& oldValue, String& newValue) argument
194 return !equalIgnoringNullity(oldValue, newValue);
199 String newValue = value(); local
200 if (shouldDispatchFormControlChangeEvent(m_textAsOfLastFormControlChangeEvent, newValue)) {
201 setTextAsOfLastFormControlChangeEvent(newValue);
H A DHTMLLinkElement.cpp455 void HTMLLinkElement::attributeWillChange(const QualifiedName& name, const AtomicString& oldValue, const AtomicString& newValue) argument
464 argv.append(newValue);
468 HTMLElement::attributeWillChange(name, oldValue, newValue);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DLinkedHashSet.h239 AddResult insertBefore(ValuePeekInType beforeValue, ValuePeekInType newValue);
240 AddResult insertBefore(iterator it, ValuePeekInType newValue) { return m_impl.template add<NodeHashFunctions>(newValue, it.node()); } argument
651 typename LinkedHashSet<T, U, V, W>::AddResult LinkedHashSet<T, U, V, W>::insertBefore(ValuePeekInType beforeValue, ValuePeekInType newValue) argument
653 return insertBefore(find(beforeValue), newValue);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptPromisePropertyTest.cpp395 GarbageCollectedScriptWrappable* newValue = new GarbageCollectedScriptWrappable("new"); local
412 property()->reject(newValue);
423 EXPECT_EQ(wrap(mainWorld(), newValue), newActual);
H A DScriptDebugServer.h103 v8::Handle<v8::Value> setFunctionVariableValue(v8::Handle<v8::Value> functionValue, int scopeNumber, const String& variableName, v8::Handle<v8::Value> newValue);
/external/chromium_org/chrome/browser/resources/options/
H A Dcookies_list.js656 this.parent_ = event.newValue;
791 if (pe.newValue != -1) {
792 var listItem = this.getListItemByIndex(pe.newValue);
H A Dinline_editable_list.js442 if (e.newValue)
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h870 void SetAt(void* key, void* newValue) argument
872 (*this)[key] = newValue;
938 void SetAt(KeyType key, ValueType newValue) argument
940 CFX_MapPtrToPtr::SetAt((void*)(FX_UINTPTR)key, (void*)(FX_UINTPTR)newValue);
1008 void SetAt(FX_BSTR key, void* newValue) argument
1010 (*this)[key] = newValue;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebSettingsImpl.cpp550 void WebSettingsImpl::setValidationMessageTimerMagnification(int newValue) argument
552 m_settings->setValidationMessageTimerMagnification(newValue);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Ddrive_banners.js128 this.welcomeHeaderCounter_ = changes[WELCOME_HEADER_COUNTER_KEY].newValue;
131 this.warningDismissedCounter_ = changes[WARNING_DISMISSED_KEY].newValue;
/external/guava/guava/src/com/google/common/collect/
H A DAbstractBiMap.java120 K key, boolean containedKey, V oldValue, V newValue) {
124 inverse.delegate.put(newValue, key);
119 updateInverseMap( K key, boolean containedKey, V oldValue, V newValue) argument
H A DMapMaker.java905 public boolean replace(K key, @Nullable V oldValue, V newValue) { argument
907 checkNotNull(newValue);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTextView.java128 private void sendBeforeTextChanged(CharSequence newValue) { argument
130 watcher.beforeTextChanged(this.text, 0, this.text.length(), newValue.length());
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Deditable_text.js49 * @param {string} newValue The new string value of the editable text control.
54 cvox.TextChangeEvent = function(newValue, newStart, newEnd, triggeredByUser) {
55 this.value = newValue;
645 * of this.value and newValue.
647 * of this.value and newValue.
981 var newValue = this.node.value;
982 var textChangeEvent = new cvox.TextChangeEvent(newValue,
/external/guava/guava-tests/test/com/google/common/collect/
H A DMinMaxPriorityQueueTest.java798 int newValue) {
799 if (replica.containsKey(newValue)) {
800 replica.get(newValue).incrementAndGet();
802 replica.put(newValue, new AtomicInteger(1));
796 insertIntoReplica( Map<Integer, AtomicInteger> replica, int newValue) argument

Completed in 1062 milliseconds

1234567891011>>