HomeSort by relevance Sort by last modified time
    Searched full:newvalue (Results 276 - 300 of 719) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLabelElement.cpp 239 void HTMLLabelElement::attributeWillChange(const QualifiedName& name, const AtomicString& oldValue, const AtomicString& newValue)
244 updateLabel(scope, oldValue, newValue);
246 HTMLElement::attributeWillChange(name, oldValue, newValue);
HTMLButtonElement.h 55 virtual void attributeWillChange(const QualifiedName&, const AtomicString& oldValue, const AtomicString& newValue) OVERRIDE;
HTMLInputElement.cpp 620 void HTMLInputElement::attributeWillChange(const QualifiedName& name, const AtomicString& oldValue, const AtomicString& newValue)
629 argv.append(newValue);
633 HTMLTextFormControlElement::attributeWillChange(name, oldValue, newValue);
880 void HTMLInputElement::setIndeterminate(bool newValue)
882 if (indeterminate() == newValue)
885 m_isIndeterminate = newValue;
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
atomicops-internals-macosx.h 76 int64_t oldValue, int64_t newValue, int64_t *theValue) {
89 int64_t oldValue, int64_t newValue, int64_t *theValue) {
90 int64_t prev = OSAtomicCompareAndSwap64(oldValue, newValue, theValue);
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
atomicops-internals-macosx.h 76 int64_t oldValue, int64_t newValue, int64_t *theValue) {
89 int64_t oldValue, int64_t newValue, int64_t *theValue) {
90 int64_t prev = OSAtomicCompareAndSwap64(oldValue, newValue, theValue);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractContainerTester.java 74 * @param newValue the new container instance
76 protected C resetContainer(C newValue) {
77 container = newValue;
  /external/proguard/src/proguard/evaluation/
Variables.java 136 Value newValue = thisValue.generalize(otherValue);
138 changed = changed || !thisValue.equals(newValue);
140 this.values[index] = newValue;
Stack.java 137 Value newValue = null;
143 newValue = thisValue.generalize(otherValue);
146 changed = changed || !thisValue.equals(newValue);
148 values[index] = newValue;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/
GeneralPrefsFragment.java 112 public boolean onPreferenceChange(Preference preference, Object newValue) {
122 final String removalAction = newValue.toString();
126 AUTO_ADVANCE_VALUES[mAutoAdvance.findIndexOfValue((String) newValue)];
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/
cr.js 48 * @param {*} newValue The new value for the property.
51 function dispatchPropertyChange(target, propertyName, newValue, oldValue) {
54 e.newValue = newValue;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/
cr.js 96 * @param {*} newValue The new value for the property.
99 function dispatchPropertyChange(target, propertyName, newValue, oldValue) {
102 e.newValue = newValue;
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElement.h 68 static void attributeDidChange(Element*, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue);
CustomElementCallbackInvocation.h 47 static PassOwnPtr<CustomElementCallbackInvocation> createAttributeChangedInvocation(PassRefPtr<CustomElementLifecycleCallbacks>, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue);
CustomElementLifecycleCallbacks.h 58 virtual void attributeChanged(Element*, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) = 0;
CustomElementScheduler.h 57 static void scheduleAttributeChangedCallback(PassRefPtr<CustomElementLifecycleCallbacks>, PassRefPtrWillBeRawPtr<Element>, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue);
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
StepRange.h 74 Decimal alignValueForStep(const Decimal& currentValue, const Decimal& newValue) const;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptHost.idl 59 [NotEnumerable, Unforgeable, Custom] any setFunctionVariableValue(Function functionObject, long scopeIndex, DOMString variableName, any newValue);
JavaScriptCallFrame.idl 43 [CallWith=ScriptState] any setVariableValue([Default=Undefined] optional long scopeIndex, [TreatUndefinedAs=NullString, Default=Undefined] optional DOMString? variableName, [Default=Undefined] optional any newValue);
  /external/chromium_org/ui/accessibility/extensions/longdesc/
lastRightClick.js 10 if (changes.addBorder.newValue) {
  /external/chromium_org/ui/webui/resources/js/
cr.js 48 * @param {*} newValue The new value for the property.
51 function dispatchPropertyChange(target, propertyName, newValue, oldValue) {
54 e.newValue = newValue;
  /external/guava/guava/src/com/google/common/collect/
ComputingConcurrentHashMap.java 241 public void clear(ValueReference<K, V> newValue) {}
280 public void clear(ValueReference<K, V> newValue) {}
342 public void clear(ValueReference<K, V> newValue) {
345 setValueReference(newValue);
ConcurrentHashMultiset.java 240 int newValue = IntMath.checkedAdd(oldValue, occurrences);
241 if (existingCounter.compareAndSet(oldValue, newValue)) {
242 // newValue can't == 0, so no need to check & remove
288 int newValue = Math.max(0, oldValue - occurrences);
289 if (existingCounter.compareAndSet(oldValue, newValue)) {
290 if (newValue == 0) {
329 int newValue = oldValue - occurrences;
330 if (existingCounter.compareAndSet(oldValue, newValue)) {
331 if (newValue == 0) {
  /external/icu/icu4c/source/i18n/
decimfmt.cpp     [all...]
  /libcore/luni/src/test/resources/prefs/java/util/prefs/
userprefs.xml 44 <entry key="prefskey" value="newvalue" />
  /packages/apps/Settings/src/com/android/settings/
UsageAccessSettings.java 294 public boolean onPreferenceChange(Preference preference, Object newValue) {
303 if (!(newValue instanceof Boolean)) {
305 + " had non boolean value of type " + newValue.getClass().getName());
309 final int newMode = (Boolean) newValue ?

Completed in 695 milliseconds

<<11121314151617181920>>