HomeSort by relevance Sort by last modified time
    Searched defs:selectorValue (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.cpp 417 static bool attributeValueMatches(const Attribute& attributeItem, CSSSelector::Match match, const AtomicString& selectorValue, bool caseSensitive)
425 if (caseSensitive ? selectorValue != value : !equalIgnoringCase(selectorValue, value))
431 if (selectorValue.isEmpty() || containsHTMLSpace(selectorValue))
436 size_t foundPos = value.find(selectorValue, startSearchAt, caseSensitive);
440 unsigned endStr = foundPos + selectorValue.length();
451 if (!value.contains(selectorValue, caseSensitive) || selectorValue.isEmpty())
455 if (!value.startsWith(selectorValue, caseSensitive) || selectorValue.isEmpty()
    [all...]
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 

Completed in 147 milliseconds