OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RandomChars
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/test/perf/
generate_profile.cc
58
string16
RandomChars
(int count) {
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/
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 52 milliseconds