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

/external/chromium_org/tools/grit/grit/node/
H A Dbase.py248 def FormatXml(self, indent = u'', one_line = False):
251 not include the <?xml> stuff at the top of the string. If one_line is true,
257 content_one_line = (one_line or
271 if one_line:
286 def ContentsAsXml(self, indent, one_line):
288 format. If 'one_line' is true, the content will be laid out on one line.'''
296 inside_parts.append(mixed_item.FormatXml(indent + u' ', one_line))
297 if not one_line:
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dplugin.cc864 static void LogLineToConsole(Plugin* plugin, const nacl::string& one_line) { argument
866 one_line.c_str()));
867 plugin->AddToConsole(one_line);
/external/chromium_org/third_party/re2/re2/
H A Dre2.h524 // one_line (false) ^ and $ only match beginning and end of text
611 bool one_line() const { return one_line_; } function in class:re2::RE2::Options
H A Dre2.cc184 if (one_line())
/external/regex-re2/re2/
H A Dre2.h524 // one_line (false) ^ and $ only match beginning and end of text
623 bool one_line() const { return one_line_; } function in class:re2::RE2::Options
H A Dre2.cc166 if (one_line())

Completed in 250 milliseconds