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

  /external/chromium_org/chrome/test/perf/
generate_profile.cc 73 string16 RandomChars(int count) {
92 return RandomChars(word_length);
108 return GURL(ASCIIToUTF16("http://") + RandomChars(3) + ASCIIToUTF16(".com/") +
109 RandomChars(RandomInt(5, 20)));
  /external/chromium_org/chrome_frame/test/
delete_chrome_history_test.cc 35 image_path_ = L"/" + RandomChars(32);
61 static std::wstring RandomChars(int count) {
190 std::wstring top_name = RandomChars(32);

Completed in 862 milliseconds