Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDOMAgent.cpp929 bool exactAttributeMatch = startQuoteFound && endQuoteFound; in performSearch() local
985 …if (!exactAttributeMatch || (!foundPosition && attribute->value().length() == attributeQuery.lengt… in performSearch()