/external/chromium_org/third_party/WebKit/Source/platform/ |
DateTimeChooser.h | 55 String currentValue;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapObexServer.java | 600 String compareValue = "", currentValue; 613 currentValue = nameList.get(pos); 614 if (D) Log.d(TAG, "currentValue=" + currentValue); 615 if (currentValue.startsWith(compareValue)) { 617 writeVCardEntry(pos, currentValue,result); 630 currentValue = nameList.get(pos); 631 if (D) Log.d(TAG, "currentValue=" + currentValue); 632 if (searchValue == null || currentValue.startsWith(compareValue)) [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
wallpaper_loader.js | 153 function(previousValue, currentValue) { 154 return previousValue + currentValue;
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
StepRange.cpp | 76 Decimal StepRange::alignValueForStep(const Decimal& currentValue, const Decimal& newValue) const 82 return stepMismatch(currentValue) ? newValue : roundByStep(newValue, m_stepBase);
|
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
SVGAnimatedPropertyMacros.h | 106 PropertyType& OwnerType::LowerProperty##CurrentValue() const \ 164 PropertyType& LowerProperty##CurrentValue() const; \
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
WebTestThemeEngineMac.mm | 139 trackInfo.value = scrollbarInfo.currentValue; 172 double value = double(scrollbarInfo.currentValue) / double(scrollbarInfo.maxValue);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
ExternalDateTimeChooser.cpp | 116 webParams.currentValue = parameters.currentValue;
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
DeviceInfoResult.java | 390 String currentValue = mMetrics.get(metricEntry.getKey()); 391 if (keyCheckSet.contains(metricEntry.getKey()) && currentValue != null 392 && !metricEntry.getValue().equals(currentValue)) { 396 metricEntry.getKey(), currentValue, metricEntry.getValue()); 399 metricEntry.getValue(), currentValue));
|
/external/chromium_org/third_party/WebKit/Source/platform/network/ |
HTTPParsers.cpp | 471 XFrameOptionsDisposition currentValue = XFrameOptionsNone; 473 currentValue = XFrameOptionsDeny; 475 currentValue = XFrameOptionsSameOrigin; 477 currentValue = XFrameOptionsAllowAll; 479 currentValue = XFrameOptionsInvalid; 482 result = currentValue; 483 else if (result != currentValue)
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
timeline_data_series.js | 108 var currentValue = 0; 113 currentValue = this.dataPoints_[nextPoint].value; 116 values[i] = currentValue;
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGPathBlender.cpp | 66 float currentValue = blend(fromValue, toValue, m_progress); 67 return m_toMode == AbsoluteCoordinates ? animValue + currentValue : animValue - currentValue;
|
/external/libmtp/src/ |
ptp-pack.c | 733 ret = ptp_unpack_DPV (params, data, &offset, dpdlen, &dpd->CurrentValue, dpd->DataType); [all...] |
/external/chromium_org/third_party/WebKit/public/web/ |
WebDateTimeChooserParams.h | 46 WebString currentValue;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
FingerPrintGraph.java | 231 double currentValue = currentBuildResults.getValue(); 278 if (baselineValue < currentValue) { 289 double currentGraphValue = kind == TIME_LOG ? Math.log(currentValue) : currentValue; 296 String tooltip = "Time for current build "+currentBuildResults.getName()+": "+Util.timeString((long)currentValue); 316 tooltip.append(Util.timeString((long)currentValue));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
ClientRulesEngine.java | 330 public String displayReferenceInput(@Nullable String currentValue) { 348 dlg.setCurrentResource(currentValue); 360 @Nullable String currentValue) { 361 return displayResourceInput(resourceTypeName, currentValue, null); 364 private String displayResourceInput(String resourceTypeName, String currentValue, 368 return ResourceChooser.chooseResource(graphicalEditor, type, currentValue, validator);
|
/external/chromium_org/third_party/WebKit/Source/platform/mac/ |
ScrollAnimatorMac.mm | 350 CGFloat currentValue; 352 currentValue = 1 - progress; 354 currentValue = progress; 358 [_scrollbarPainter.get() setKnobAlpha:currentValue]; 361 [_scrollbarPainter.get() setTrackAlpha:currentValue]; 364 [_scrollbarPainter.get() setUiStateTransitionProgress:currentValue]; 367 [_scrollbarPainter.get() setExpansionTransitionProgress:currentValue]; [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
Settings.js | 232 var currentValue = this.get(); 233 if (currentValue !== defaultValue) 234 this.set(currentValue);
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
timeline_explorer.js | 245 function addNumberRow(label, currentValue, previousValue) 247 var delta = currentValue - previousValue; 254 addRow(label, currentValue + deltaText);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiFlagAttributeNode.java | 160 public String showDialog(Shell shell, String currentValue) { 162 shell, currentValue.trim().split("\\s*\\|\\s*")); //$NON-NLS-1$
|
UiResourceAttributeNode.java | 152 * @param currentValue an initial value, if any 156 public String showDialog(@NonNull Shell shell, @Nullable String currentValue) { 170 .setCurrentResource(currentValue); 180 dlg.setCurrentResource(currentValue);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
LayoutTestBase.java | 262 public String displayReferenceInput(String currentValue) { 276 @Nullable String currentValue) {
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
hover_close_button.mm | 116 value = [fadeOutAnimation_ currentValue];
|
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
MediaControlElementTypes.h | 130 double currentValue() const { return m_currentValue; }
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
XmlPropertyEditor.java | 478 String currentValue = (String) property.getValue(); 479 dlg.setCurrentResource(currentValue); 500 String currentValue = (String) property.getValue(); 503 type, currentValue, null /* validator */);
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
StyleBuilderCustom.cpp | [all...] |