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

/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/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/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp250 int64_t currentValue = cast<ConstantInt>(I->High)->getSExtValue(); local
256 if ((nextValue-currentValue==1) && (currentBB == nextBB)) {
/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/webkit/Source/WebCore/plugins/
H A DPluginView.cpp1197 String currentValue = headerFields.get(lastKey); local
1200 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/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/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2402 const APInt& currentValue = cast<ConstantInt>(I->High)->getValue(); local
2408 if ((nextValue - currentValue == 1) && (currentBB == nextBB)) {
/external/emma/lib/
H A Demma_ant.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/emma/ com/vladium/emma/ANTMain ...

Completed in 2119 milliseconds