Searched defs:currentValue (Results 1 - 25 of 38) sorted by relevance

12

/external/webkit/Source/WebCore/html/parser/
H A DHTMLEntitySearch.h42 UChar32 currentValue() const { return m_currentValue; } function in class:WebCore::HTMLEntitySearch
/external/webkit/Source/WebKit/chromium/public/mac/
H A DWebThemeEngine.h68 int currentValue; member in struct:WebKit::WebThemeEngine::ScrollbarInfo
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
H A DMotionTrack.java64 protected float currentValue; field in class:MotionTrack
267 control.currentValue = currentValue;
299 return currentValue;
306 public void setCurrentValue(float currentValue) { argument
307 this.currentValue = currentValue;
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DExpressionEvaluator.java62 private Value currentValue; field in class:ExpressionEvaluator
82 assert currentValue == null;
85 Value result = currentValue;
86 currentValue = null;
245 currentValue = value;
/external/webkit/Source/WebCore/html/
H A DNumberInputType.cpp222 String currentValue = element()->value(); local
223 if (currentValue.isEmpty())
224 return currentValue;
227 parseToDoubleForNumberTypeWithDecimalPlaces(currentValue, &doubleValue, &decimalPlace);
229 return localized.isEmpty() ? currentValue : localized;
H A DHTMLTextAreaElement.cpp97 String currentValue = value(); local
98 if (currentValue == defaultValue())
100 result = currentValue;
H A DInputType.cpp142 String currentValue = element()->value(); local
143 if (currentValue == element()->defaultValue())
145 result = currentValue;
/external/webkit/Source/WebCore/svg/
H A DSVGPathBlender.cpp63 float currentValue = blendAnimatedFloat(fromValue, toValue, m_progress); local
64 return m_toMode == AbsoluteCoordinates ? animValue + currentValue : animValue - currentValue;
/external/webkit/Source/WebCore/html/shadow/
H A DMediaControlElements.h419 float currentValue() const { return m_currentValue; } function in class:WebCore::MediaControlTimeDisplayElement
/external/webkit/Source/WebCore/platform/chromium/
H A DPlatformBridge.h393 int currentValue; member in struct:WebCore::PlatformBridge::ThemePaintScrollbarInfo
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebCore/plugins/
H A DPluginView.cpp1194 String currentValue = headerFields.get(lastKey); local
1197 headerFields.set(lastKey, currentValue + newValue);
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp177 String currentValue = headerFields.get(lastHeaderKey); local
180 headerFields.set(lastHeaderKey, currentValue + newValue);
/external/icu4c/i18n/
H A Dcalendar.cpp3382 int32_t currentValue; local
3388 currentValue = STAMP_MAX;
3391 if (fStamp[i] > fNextStamp && fStamp[i] < currentValue) {
3392 currentValue = fStamp[i];
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DlibGLESv2.cpp3543 float currentValue = attribState.mCurrentValue[i]; local
3544 params[i] = (GLint)(currentValue > 0.0f ? floor(currentValue + 0.5f) : ceil(currentValue - 0.5f));
/external/emma/lib/
H A Demma_ant.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/emma/ com/vladium/emma/ANTMain ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...

Completed in 3648 milliseconds

12