Searched refs:firstValue (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLEntityTable.h38 UChar32 firstValue; member in struct:WebCore::HTMLEntityTableEntry
H A DHTMLEntityParser.cpp147 decodedEntity.append(entitySearch.mostRecentMatch()->firstValue);
298 size_t numberOfCodePoints = appendUChar32ToUCharArray(search.mostRecentMatch()->firstValue, result);
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DTransformBuilder.cpp117 CSSPrimitiveValue* firstValue = toCSSPrimitiveValue(transformValue->itemWithoutBoundsCheck(0)); local
126 sy = firstValue->getDoubleValue();
128 sx = firstValue->getDoubleValue();
146 sz = firstValue->getDoubleValue();
148 sy = firstValue->getDoubleValue();
150 sx = firstValue->getDoubleValue();
172 ty = convertToFloatLength(firstValue, conversionData);
174 tx = convertToFloatLength(firstValue, conversionData);
195 tz = convertToFloatLength(firstValue, conversionData);
197 ty = convertToFloatLength(firstValue, conversionDat
[all...]
H A DFilterOperationResolver.cpp425 CSSPrimitiveValue* firstValue = filterValue->length() && filterValue->itemWithoutBoundsCheck(0)->isPrimitiveValue() ? toCSSPrimitiveValue(filterValue->itemWithoutBoundsCheck(0)) : 0; local
432 amount = firstValue->getDoubleValue();
433 if (firstValue->isPercentage())
443 angle = firstValue->computeDegrees();
454 amount = firstValue->getDoubleValue();
455 if (firstValue->isPercentage())
465 stdDeviation = firstValue->convertToLength<FixedConversion | PercentConversion>(conversionData);
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBFactory.cpp166 short IDBFactory::cmp(ExecutionContext* context, const ScriptValue& firstValue, const ScriptValue& secondValue, ExceptionState& exceptionState) argument
169 RefPtr<IDBKey> first = scriptValueToIDBKey(&requestState, firstValue);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPNormalizer.java616 String firstValue = dcRightsArray.getChild(1).getValue();
618 firstValue, null);
/external/icu4c/test/intltest/
H A Ducharstrietest.cpp828 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; local
832 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) ||
842 firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1;
846 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) ||
H A Dbytestrietest.cpp664 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; local
668 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) ||
/external/icu4c/common/
H A Duloc_tag.c1885 UBool firstValue = TRUE; local
1889 if (firstValue) {
1892 firstValue = FALSE;
1964 UBool firstValue = TRUE; local
1985 if (firstValue) {
2004 if (firstValue) {
2023 firstValue = FALSE;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSParser-in.cpp6810 RefPtr<CSSPrimitiveValue> firstValue;
6816 firstValue = cssValuePool().createIdentifierValue(val->id);
6831 secondValue = firstValue;
6834 secondValue = firstValue;
6836 result = createPrimitiveValuePair(firstValue, secondValue);
9210 CSSParserValue* firstValue = m_valueList->current();
9215 if (validUnit(firstValue, FLength | FPercent) && secondValue->id == CSSValueEachLine)
9216 lengthOrPercentageValue = firstValue;
9218 else if (firstValue->id == CSSValueEachLine && validUnit(secondValue, FLength | FPercent))
/external/clang/include/clang/AST/
H A DDecl.h480 static bool classofKind(Kind K) { return K >= firstValue && K <= lastValue; }
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 252 milliseconds