OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:partial_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/http/
http_cache_transaction.cc
145
if (
partial_
.get()) {
188
if (
partial_
.get() && !truncated_)
334
DCHECK(
partial_
.get());
616
if (
partial_
.get())
617
partial_
->RestoreHeaders(&custom_request_->extra_headers);
820
if (
partial_
.get())
821
partial_
->RestoreHeaders(&custom_request_->extra_headers);
891
if (
partial_
.get())
892
partial_
->RestoreHeaders(&custom_request_->extra_headers);
959
return
partial_
->ShouldValidateCache(entry_->disk_entry, &io_callback_)
[
all
...]
http_cache_transaction.h
310
// the control object (
partial_
).
359
scoped_ptr<PartialData>
partial_
; // We are dealing with range requests.
member in class:net::HttpCache::Transaction
Completed in 26 milliseconds