HomeSort by relevance Sort by last modified time
    Searched refs:in_escape (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/
string_tokenizer.h 218 bool in_escape; member in struct:StringTokenizerT::AdvanceState
220 AdvanceState() : in_quote(false), in_escape(false) {}
226 if (state->in_escape) {
227 state->in_escape = false;
229 state->in_escape = true;
  /external/chromium_org/base/strings/
string_tokenizer.h 219 bool in_escape; member in struct:base::StringTokenizerT::AdvanceState
221 AdvanceState() : in_quote(false), in_escape(false), quote_char('\0') {}
227 if (state->in_escape) {
228 state->in_escape = false;
230 state->in_escape = true;
  /external/chromium_org/chrome_frame/
html_utils.cc 210 bool in_escape; member in struct:ScanState
212 ScanState() : in_quote(false), in_escape(false) {}
293 if (state.in_escape) {
294 state.in_escape = false;
296 state.in_escape = true;

Completed in 148 milliseconds