OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateWithResponse
(Results
1 - 11
of
11
) sorted by null
/external/chromium/net/url_request/
url_request_throttler_entry_interface.h
45
virtual void
UpdateWithResponse
(
url_request_throttler_unittest.cc
255
entry_->
UpdateWithResponse
("", &header_w_delay_header);
268
entry_->
UpdateWithResponse
("", &failure_response);
275
entry_->
UpdateWithResponse
("", &success_response);
283
entry_->
UpdateWithResponse
("", &success_response);
284
entry_->
UpdateWithResponse
("", &failure_response);
312
entry_->
UpdateWithResponse
("", &response_adapter);
323
entry_->
UpdateWithResponse
("", &response_adapter);
329
//
UpdateWithResponse
to pair with ReceivedContentWasMalformed() since that
334
entry_->
UpdateWithResponse
("", &success_adapter);
436
entry->
UpdateWithResponse
("", &failure_adapter)
[
all
...]
url_request_throttler_entry.h
99
virtual void
UpdateWithResponse
(
url_request_throttler_entry.cc
179
void URLRequestThrottlerEntry::
UpdateWithResponse
(
201
// call to ReceivedContentWasMalformed() and one call to
UpdateWithResponse
()
204
//
UpdateWithResponse
().
url_request_http_job.cc
248
throttling_entry_->
UpdateWithResponse
(request_info_.url.host(),
[
all
...]
/external/chromium_org/net/url_request/
url_request_throttler_entry_interface.h
51
virtual void
UpdateWithResponse
(
url_request_throttler_unittest.cc
295
entry_->
UpdateWithResponse
(std::string(), &failure_response);
302
entry_->
UpdateWithResponse
(std::string(), &success_response);
310
entry_->
UpdateWithResponse
(std::string(), &success_response);
311
entry_->
UpdateWithResponse
(std::string(), &failure_response);
314
entry_->
UpdateWithResponse
(std::string(), &success_response);
340
entry_->
UpdateWithResponse
(std::string(), &response_adapter);
351
entry_->
UpdateWithResponse
(std::string(), &response_adapter);
357
//
UpdateWithResponse
to pair with ReceivedContentWasMalformed() since that
362
entry_->
UpdateWithResponse
(std::string(), &success_adapter);
490
entry->
UpdateWithResponse
(std::string(), &failure_adapter)
[
all
...]
url_request_throttler_entry.h
99
virtual void
UpdateWithResponse
(
url_request_throttler_entry.cc
226
void URLRequestThrottlerEntry::
UpdateWithResponse
(
245
//
UpdateWithResponse
() with a response categorized as "good". To end
247
// the one success in
UpdateWithResponse
().
url_request_throttler_simulation_unittest.cc
433
throttler_entry_->
UpdateWithResponse
(std::string(), &response_headers);
url_request_http_job.cc
384
throttling_entry_->
UpdateWithResponse
(request_info_.url.host(),
[
all
...]
Completed in 498 milliseconds