HomeSort by relevance Sort by last modified time
    Searched refs:thisValue (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFaceSetForEachCallback.h 41 virtual bool handleItem(ScriptValue thisValue, FontFace*, FontFace*, FontFaceSet*) = 0;
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
HeadersForEachCallback.h 19 virtual bool handleItem(ScriptValue thisValue, const String& value, const String& key, Headers*) = 0;
  /external/proguard/src/proguard/evaluation/
Variables.java 124 Value thisValue = this.values[index];
132 if (thisValue != null &&
134 thisValue.computationalType() == otherValue.computationalType())
136 Value newValue = thisValue.generalize(otherValue);
138 changed = changed || !thisValue.equals(newValue);
144 changed = changed || thisValue != null;
295 Value thisValue = this.values[index];
303 if (thisValue != null &&
305 thisValue.computationalType() == otherValue.computationalType() &&
306 !thisValue.equals(otherValue)
    [all...]
Stack.java 133 Value thisValue = this.values[index];
135 if (thisValue != null)
143 newValue = thisValue.generalize(otherValue);
146 changed = changed || !thisValue.equals(newValue);
516 Value thisValue = this.values[index];
518 if (thisValue == null ? otherValue != null :
519 !thisValue.equals(otherValue))
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8ErrorHandler.cpp 64 v8::Local<v8::Object> thisValue = scriptState()->context()->Global();
74 returnValue = V8ScriptRunner::callFunction(callFunction, scriptState()->executionContext(), thisValue, WTF_ARRAY_LENGTH(parameters), parameters, isolate());
76 returnValue = ScriptController::callFunction(scriptState()->executionContext(), callFunction, thisValue, WTF_ARRAY_LENGTH(parameters), parameters, isolate());
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestCallbackInterface.h 33 virtual void callbackWithThisValueVoidMethodStringArg(ScriptValue thisValue, const String& stringArg) OVERRIDE;
V8TestCallbackInterface.cpp 169 void V8TestCallbackInterface::callbackWithThisValueVoidMethodStringArg(ScriptValue thisValue, const String& stringArg)
178 v8::Handle<v8::Value> thisHandle = thisValue.v8Value();
  /external/chromium_org/v8/test/webkit/fast/js/
Promise-resolve-with-then-fulfill.js 28 var thisValue;
33 thisValue = this;
34 shouldBe('thisValue', 'value');
Promise-resolve-with-then-reject.js 28 var thisValue;
33 thisValue = this;
34 shouldBe('thisValue', 'value');
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
callback_interface.cpp 41 v8::Handle<v8::Value> thisHandle = thisValue.v8Value();
  /external/chromium_org/third_party/sinonjs/src/
sinon.js 836 var thisValue, prop, i = this.callCount;
839 thisValue = this.getCall(i).thisValue;
841 for (prop in thisValue) {
842 if (thisValue[prop] === this) {
    [all...]
  /frameworks/support/v7/palette/src/android/support/v7/graphics/
Palette.java 351 float thisValue = createComparisonValue(sat, targetSaturation, luma, targetLuma,
353 if (max == null || thisValue > maxValue) {
355 maxValue = thisValue;
  /external/chromium_org/v8/test/webkit/
function-apply-aliased.js 36 function forwarder(f, thisValue, args) {
38 return f.apply(thisValue, arguments);
  /libcore/luni/src/main/java/java/math/
BigDecimal.java 762 private static BigDecimal addAndMult10(BigDecimal thisValue,BigDecimal augend, int diffScale) {
764 Math.max(thisValue.bitLength,augend.bitLength+LONG_POWERS_OF_TEN_BIT_LENGTH[diffScale])+1<64) {
765 return valueOf(thisValue.smallValue+augend.smallValue*MathUtils.LONG_POWERS_OF_TEN[diffScale],thisValue.scale);
768 bi.add(thisValue.getUnscaledValue().getBigInt());
769 return new BigDecimal(new BigInteger(bi), thisValue.scale);
    [all...]
  /prebuilts/sdk/current/support/v7/palette/libs/
android-support-v7-palette.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
cdi-api-1.0.jar 
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 450 milliseconds