HomeSort by relevance Sort by last modified time
    Searched refs:PartialData (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/net/http/
partial_data.cc 43 // A core object that can be detached from the Partialdata object at destruction
45 class PartialData::Core {
48 static Core* CreateCore(PartialData* owner) {
53 // PartialData::GetAvailableRangeCompleted() will be invoked on the owner
63 explicit Core(PartialData* owner);
69 PartialData* owner_;
75 PartialData::Core::Core(PartialData* owner)
81 PartialData::Core::~Core() {
86 void PartialData::Core::Cancel()
    [all...]
partial_data.h 31 class PartialData {
33 PartialData();
34 ~PartialData();
140 DISALLOW_COPY_AND_ASSIGN(PartialData);
http_cache_transaction.h 24 class PartialData;
430 scoped_ptr<PartialData> partial_; // We are dealing with range requests.
http_cache_transaction.cc     [all...]
  /external/chromium/net/http/
partial_data.cc 41 // A core object that can be detached from the Partialdata object at destruction
43 class PartialData::Core {
46 static Core* CreateCore(PartialData* owner) {
51 // PartialData::GetAvailableRangeCompleted() will be invoked on the owner
61 explicit Core(PartialData* owner);
67 PartialData* owner_;
73 PartialData::Core::Core(PartialData* owner)
80 PartialData::Core::~Core() {
85 void PartialData::Core::Cancel()
    [all...]
partial_data.h 32 class PartialData {
34 PartialData();
35 ~PartialData();
141 DISALLOW_COPY_AND_ASSIGN(PartialData);
http_cache_transaction.h 24 class PartialData;
359 scoped_ptr<PartialData> partial_; // We are dealing with range requests.
http_cache_transaction.cc     [all...]

Completed in 84 milliseconds