Searched refs:endQuoteFound (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDOMAgent.cpp1018 bool endQuoteFound = whitespaceTrimmedQuery.reverseFind('"') + 1 == queryLength; local
1019 bool exactAttributeMatch = startQuoteFound && endQuoteFound;
1029 if (endQuoteFound)

Completed in 329 milliseconds