Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.cpp387 static inline bool containsHTMLSpace(const AtomicString& string) in containsHTMLSpace() function
408 if (selectorValue.isEmpty() || containsHTMLSpace(selectorValue)) in attributeValueMatches()