Home
last modified time | relevance | path

Searched refs:repeat_ct (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/tests/ceftests/
Dresource_request_handler_unittest.cc3451 size_t repeat_ct = in CreateInput() local
3455 *calculated_repeat_ct = repeat_ct; in CreateInput()
3458 result.reserve(header_footer_size + (content.size() * repeat_ct)); in CreateInput()
3461 while (repeat_ct--) in CreateInput()
3468 std::string CreateOutput(const std::string& content, size_t repeat_ct) { in CreateOutput() argument
3473 result.reserve(header_footer_size + (content.size() * repeat_ct)); in CreateOutput()
3476 while (repeat_ct--) in CreateOutput()
Dmessage_router_unittest.cc1613 const std::string& repeat_ct = in GetQueryHTML() local
1623 repeat_ct_var + " == " + repeat_ct + in GetQueryHTML()
1650 const std::string& repeat_ct = in GetQueryHTML() local
1657 repeat_ct_var + " > " + repeat_ct + in GetQueryHTML()
1669 repeat_ct_var + " == " + repeat_ct + in GetQueryHTML()