HomeSort by relevance Sort by last modified time
    Searched full:foundpos (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.cpp 387 size_t foundPos = value.find(selectorValue, startSearchAt, caseSensitive);
388 if (foundPos == kNotFound)
390 if (!foundPos || isHTMLSpace<UChar>(value[foundPos - 1])) {
391 unsigned endStr = foundPos + selectorValue.length();
397 startSearchAt = foundPos + 1;
    [all...]

Completed in 549 milliseconds