Searched refs:matchResult (Results 1 - 3 of 3) sorted by last modified time

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStyleResolver.cpp1700 void StyleResolver::applyMatchedProperties(const MatchResult& matchResult, bool isImportant, int startIndex, int endIndex, bool inheritedOnly)
1708 const MatchedProperties& matchedProperties = matchResult.matchedProperties[i];
1714 applyProperties<pass>(matchedProperties.properties.get(), matchResult.matchedRules[i], isImportant, inheritedOnly, static_cast<PropertyWhitelistType>(matchedProperties.whitelistType));
1721 const MatchedProperties& matchedProperties = matchResult.matchedProperties[i];
1722 applyProperties<pass>(matchedProperties.properties.get(), matchResult.matchedRules[i], isImportant, inheritedOnly, static_cast<PropertyWhitelistType>(matchedProperties.whitelistType));
1757 const StyleResolver::MatchedPropertiesCacheItem* StyleResolver::findFromMatchedPropertiesCache(unsigned hash, const MatchResult& matchResult)
1766 size_t size = matchResult.matchedProperties.size();
1770 if (matchResult.matchedProperties[i] != cacheItem.matchedProperties[i])
1773 if (cacheItem.ranges != matchResult.ranges)
1778 void StyleResolver::addToMatchedPropertiesCache(const RenderStyle* style, const RenderStyle* parentStyle, unsigned hash, const MatchResult& matchResult)
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/
H A DtestRegExp.cpp210 int matchResult = regexp->match(vm, regExpTest->subject, regExpTest->offset, outVector); local
212 if (matchResult != regExpTest->result) {
215 printf("Line %d: results mismatch - expected %d got %d\n", lineNumber, regExpTest->result, matchResult);
216 } else if (matchResult != -1) {
354 int matchResult; local
356 if (sscanf(line + i, "%d, ", &matchResult) != 1)
373 result->result = matchResult;
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclUnixFile.c214 int matchResult = 0;
239 matchResult = NativeMatchType(interp, native, nativeTail, types);
240 if (matchResult == 1) {
354 matchResult = NativeMatchType(interp, native,
356 typeOk = (matchResult == 1);
365 if (matchResult < 0) {
375 if (matchResult < 0) {
518 int matchResult;
530 matchResult = TclMacOSXMatchType(interp, nativeEntry, nativeName,
532 if (matchResult !
212 int matchResult = 0; local
515 int matchResult; local
[all...]

Completed in 135 milliseconds