Home | History | Annotate | Download | only in inspector

Lines Matching refs:foundPosition

968                     size_t foundPosition = attribute->value().find(attributeQuery);
969 if (foundPosition != notFound) {
970 if (!exactAttributeMatch || (!foundPosition && attribute->value().length() == attributeQuery.length())) {