Home
last modified time | relevance | path

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

/external/chromium_org/extensions/browser/
Dfile_highlighter.cc153 size_t quote_end = start_; in FindBounds() local
154 QuoteIncrement(contents_, &quote_end); in FindBounds()
155 if (contents_.substr(start_ + 1, quote_end - 1 - start_) == feature) { in FindBounds()
156 FindBoundsEnd(feature, quote_end + 1); in FindBounds()
160 start_ = quote_end + 1; in FindBounds()