Home
last modified time | relevance | path

Searched refs:foundPos (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.cpp413 size_t foundPos = value.find(selectorValue, startSearchAt, caseSensitive); in attributeValueMatches() local
414 if (foundPos == kNotFound) in attributeValueMatches()
416 if (!foundPos || isHTMLSpace<UChar>(value[foundPos - 1])) { in attributeValueMatches()
417 unsigned endStr = foundPos + selectorValue.length(); in attributeValueMatches()
423 startSearchAt = foundPos + 1; in attributeValueMatches()