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.cpp1019 bool exactAttributeMatch = startQuoteFound && endQuoteFound; in performSearch() local
1073 … if (!exactAttributeMatch || (!foundPosition && it->value().length() == attributeQuery.length())) { in performSearch()