Searched defs:RandomChars (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/test/perf/
H A Dgenerate_profile.cc58 string16 RandomChars(int count) { function in namespace:__anon7348
77 return RandomChars(word_length);
93 return GURL(ASCIIToUTF16("http://") + RandomChars(3) + ASCIIToUTF16(".com/") +
94 RandomChars(RandomInt(5, 20)));
/external/chromium_org/chrome_frame/test/
H A Ddelete_chrome_history_test.cc35 image_path_ = L"/" + RandomChars(32);
61 static std::wstring RandomChars(int count) { function in class:chrome_frame_test::DeleteBrowsingHistoryTest
190 std::wstring top_name = RandomChars(32);

Completed in 95 milliseconds