HomeSort by relevance Sort by last modified time
    Searched defs:text_string (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/child/
browser_font_resource_trusted.cc 64 StringVar* text_string = StringVar::FromPPVar(run.text); local
65 if (!text_string)
67 text_ = base::UTF8ToUTF16(text_string->value());
125 StringVar* text_string = StringVar::FromPPVar(text.text);
126 if (!text_string)
129 *run = WebTextRun(base::UTF8ToUTF16(text_string->value()),
  /external/pcre/dist/
pcrecpp_unittest.cc 89 string text_string; local
91 text_string += "this is another line\n";
96 StringPiece text(text_string);
    [all...]

Completed in 235 milliseconds