Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.cpp411 unsigned startSearchAt = 0; in attributeValueMatches() local
413 size_t foundPos = value.find(selectorValue, startSearchAt, caseSensitive); in attributeValueMatches()
423 startSearchAt = foundPos + 1; in attributeValueMatches()