Home | History | Annotate | Download | only in common

Lines Matching refs:no_quotes

160   std::string no_quotes;
162 base::RemoveChars(has_quotes, "\"[]`", &no_quotes);
163 return no_quotes;