Searched refs:fake_response_destination_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/url_request/
H A Dtest_url_fetcher_factory.cc48 fake_response_destination_(STRING),
168 if (fake_response_destination_ == STRING) {
181 } else if (fake_response_destination_ == TEMP_FILE) {
235 if (fake_response_destination_ != STRING)
244 if (fake_response_destination_ != TEMP_FILE)
278 fake_response_destination_ = STRING;
283 fake_response_destination_ = TEMP_FILE;
H A Dtest_url_fetcher_factory.h217 ResponseDestinationType fake_response_destination_; member in class:net::TestURLFetcher

Completed in 48 milliseconds