getValue 74 android_webview/java/src/org/chromium/android_webview/AndroidProtocolHandler.java context.getResources().getValue(fieldId, value, true); getValue 115 android_webview/javatests/src/org/chromium/android_webview/test/AwQuotaManagerBridgeTest.java return callbackHelper.getValue(); getValue 139 android_webview/javatests/src/org/chromium/android_webview/test/AwQuotaManagerBridgeTest.java return callbackHelper.getValue(); getValue 1618 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java assertEquals(customUserAgentString, header.getValue()); getValue 125 android_webview/javatests/src/org/chromium/android_webview/test/LoadUrlTest.java assertEquals(refNamesAndValues[i + 1], header.getValue()); getValue 203 android_webview/javatests/src/org/chromium/android_webview/test/LoadUrlTest.java assertTrue(header.getValue().length() > 0); getValue 204 android_webview/javatests/src/org/chromium/android_webview/test/LoadUrlTest.java assertFalse(extraHeaders[1].equals(header.getValue())); getValue 721 base/android/java/src/org/chromium/base/library_loader/Linker.java LibInfo libInfo = entry.getValue(); getValue 993 base/android/java/src/org/chromium/base/library_loader/Linker.java bundle.putParcelable(entry.getKey(), entry.getValue()); getValue 1012 base/android/java/src/org/chromium/base/library_loader/Linker.java entry.getValue().close(); getValue 221 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java Object value = entry.getValue(); getValue 90 chrome/android/java/src/org/chromium/chrome/browser/omaha/XMLParser.java String attributeValue = attributes.getValue(attributeName); getValue 178 chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/SyncTestUtil.java String expectedValue = statEntry.getValue().toLowerCase(Locale.US).trim(); getValue 279 content/public/android/java/src/org/chromium/content/browser/LoadUrlParams.java headerBuilder.append(header.getValue()); getValue 316 content/public/android/java/src/org/chromium/content/browser/accessibility/AccessibilityInjector.java return Integer.parseInt(param.getValue()); getValue 250 content/public/android/java/src/org/chromium/content/browser/input/MultiFieldTimePickerDialog.java int hour = mHourSpinner.getValue(); getValue 251 content/public/android/java/src/org/chromium/content/browser/input/MultiFieldTimePickerDialog.java int minute = mMinuteSpinner.getValue(); getValue 252 content/public/android/java/src/org/chromium/content/browser/input/MultiFieldTimePickerDialog.java int sec = mSecSpinner.getValue(); getValue 253 content/public/android/java/src/org/chromium/content/browser/input/MultiFieldTimePickerDialog.java int milli = mMilliSpinner.getValue() * mStep + mBaseMilli; getValue 255 content/public/android/java/src/org/chromium/content/browser/input/MultiFieldTimePickerDialog.java int ampm = mAmPmSpinner.getValue(); getValue 188 net/cronet/android/java/src/org/chromium/net/HttpUrlConnectionUrlRequest.java header.getValue()); getValue 153 net/cronet/android/java/src/org/chromium/net/UrlRequest.java entry.getValue()); getValue 161 net/cronet/android/java/src/org/chromium/net/UrlRequest.java entry.getValue()); getValue 71 sync/test/android/javatests/src/org/chromium/sync/test/util/AccountHolder.java if (authToken.equals(tokenEntry.getValue())) { getValue 69 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java for (final Message element : (List<Message>) entry.getValue()) { getValue 75 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java if (!((Message) entry.getValue()).isInitialized()) { getValue 116 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java final Object value = entry.getValue(); getValue 149 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java final Object value = entry.getValue(); getValue 201 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java Object value = entry.getValue(); getValue 310 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java for (final Object element : (List)entry.getValue()) { getValue 316 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java setField(field, entry.getValue()); getValue 321 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java .mergeFrom((Message)entry.getValue()) getValue 325 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java setField(field, entry.getValue()); getValue 743 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java builder.setField(field, lazyField.getValue()); getValue 798 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java final Object value = entry.getValue(); getValue 1257 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java proto.getValue(i), file, this, i); getValue 1268 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java values[i].setProto(proto.getValue(i)); getValue 138 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java clone.setField(descriptor, entry.getValue()); getValue 143 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java clone.setField(descriptor, entry.getValue()); getValue 182 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java Object value = entry.getValue(); getValue 184 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java map.put(key, ((LazyField) value).getValue()); getValue 225 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java return ((LazyField) o).getValue(); getValue 435 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java (List<MessageLite>) entry.getValue()) { getValue 441 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java Object value = entry.getValue(); getValue 490 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java Object otherValue = entry.getValue(); getValue 492 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java otherValue = ((LazyField) otherValue).getValue(); getValue 580 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java writeField(entry.getKey(), entry.getValue(), output); getValue 584 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java writeField(entry.getKey(), entry.getValue(), output); getValue 609 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java (MessageLite) entry.getValue()); getValue 611 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java writeField(descriptor, entry.getValue(), output); getValue 707 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java writeElement(output, type, number, ((LazyField) value).getValue()); getValue 723 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java size += computeFieldSize(entry.getKey(), entry.getValue()); getValue 727 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java size += computeFieldSize(entry.getKey(), entry.getValue()); getValue 750 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java Object value = entry.getValue(); getValue 708 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java (Message) next.getValue()); getValue 718 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java FieldSet.writeField(descriptor, next.getValue(), output); getValue 274 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java (MessageLite) next.getValue()); getValue 276 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java FieldSet.writeField(extension, next.getValue(), output); getValue 165 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyField.java LazyField field = entry.getValue(); getValue 169 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyField.java return field.getValue(); getValue 173 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyField.java return entry.getValue(); getValue 182 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyField.java return entry.getValue().setValue((MessageLite) value); getValue 200 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyField.java if (entry.getValue() instanceof LazyField) { getValue 109 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java final List value = (List) entry.getValue(); getValue 116 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java final List value = (List) entry.getValue(); getValue 230 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java return entryList.get(index).getValue(); getValue 254 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java lastEntryInArray.getValue()); getValue 297 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java final V removed = entryList.remove(index).getValue(); getValue 406 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java this(copy.getKey(), copy.getValue()); getValue 447 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java return equals(key, other.getKey()) && equals(value, other.getValue()); getValue 492 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java final V value = entry.getValue(); getValue 500 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java put(entry.getKey(), entry.getValue()); getValue 273 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java printField(field.getKey(), field.getValue(), generator); getValue 415 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java final UnknownFieldSet.Field field = entry.getValue(); getValue 130 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java entry.getValue().writeTo(entry.getKey(), output); getValue 200 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java result += entry.getValue().getSerializedSize(entry.getKey()); getValue 212 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java entry.getValue().writeAsMessageSetExtensionTo( getValue 224 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java result += entry.getValue().getSerializedSizeAsMessageSetExtension( getValue 379 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java mergeField(entry.getKey(), entry.getValue()); getValue 82 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java return eq(key, e.getKey()) && eq(value, e.getValue()); getValue 218 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java assertEquals(new Integer(i + 1), entry.getValue()); getValue 226 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java assertEquals(new Integer(i + 1), entry.getValue()); getValue 302 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java assertEquals(new Integer(i + 1), entry.getValue()); getValue 77 third_party/protobuf/java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java if (entry.getValue().getVarintList().isEmpty()) { getValue 52 tools/android/memconsumer/java/src/org/chromium/memconsumer/MemConsumer.java updateMemoryConsumption(picker.getValue()); getValue 146 ui/android/java/src/org/chromium/ui/ColorPickerAdvanced.java mCurrentHsvValues[0] = mHueDetails.getValue(); getValue 147 ui/android/java/src/org/chromium/ui/ColorPickerAdvanced.java mCurrentHsvValues[1] = mSaturationDetails.getValue() / 100.0f; getValue 148 ui/android/java/src/org/chromium/ui/ColorPickerAdvanced.java mCurrentHsvValues[2] = mValueDetails.getValue() / 100.0f; getValue 39 webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h virtual float getValue(double time) const; getValue 22 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(2, curve->getValue(-1)); getValue 23 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(2, curve->getValue(0)); getValue 24 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(2, curve->getValue(0.5)); getValue 25 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(2, curve->getValue(1)); getValue 26 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(2, curve->getValue(2)); getValue 36 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(2, curve->getValue(-1)); getValue 37 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(2, curve->getValue(0)); getValue 38 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(3, curve->getValue(0.5)); getValue 39 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(4, curve->getValue(1)); getValue 40 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(4, curve->getValue(2)); getValue 52 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(2, curve->getValue(-1)); getValue 53 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(2, curve->getValue(0)); getValue 54 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(3, curve->getValue(0.5)); getValue 55 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(4, curve->getValue(1)); getValue 56 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(6, curve->getValue(1.5)); getValue 57 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(8, curve->getValue(2)); getValue 58 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(8, curve->getValue(3)); getValue 73 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(4, curve->getValue(-1)); getValue 74 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(4, curve->getValue(0)); getValue 75 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(4, curve->getValue(0.5)); getValue 78 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc float value = curve->getValue(1); getValue 81 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(6, curve->getValue(1.5)); getValue 82 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(6, curve->getValue(2)); getValue 83 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(6, curve->getValue(3)); getValue 96 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(2, curve->getValue(-1)); getValue 97 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(2, curve->getValue(0)); getValue 98 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(3, curve->getValue(0.5)); getValue 99 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(4, curve->getValue(1)); getValue 100 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(6, curve->getValue(1.5)); getValue 101 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(8, curve->getValue(2)); getValue 102 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(8, curve->getValue(3)); getValue 112 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(0, curve->getValue(0)); getValue 113 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_LT(0, curve->getValue(0.25)); getValue 114 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_GT(0.25, curve->getValue(0.25)); getValue 115 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_NEAR(curve->getValue(0.5), 0.5, 0.00015); getValue 116 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_LT(0.75, curve->getValue(0.75)); getValue 117 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_GT(1, curve->getValue(0.75)); getValue 118 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(1, curve->getValue(1)); getValue 132 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(timing_function->GetValue(time), curve->getValue(time)); getValue 146 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(time, curve->getValue(time)); getValue 162 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(timing_function->GetValue(time), curve->getValue(time)); getValue 178 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(timing_function->GetValue(time), curve->getValue(time)); getValue 194 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(timing_function->GetValue(time), curve->getValue(time)); getValue 213 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(timing_function->GetValue(time), curve->getValue(time)); getValue 228 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc EXPECT_FLOAT_EQ(timing_function->GetValue(time), curve->getValue(time)); getValue 36 webkit/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.h virtual blink::WebFloatPoint getValue(double time) const;