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

  /external/chromium/net/http/
partial_data.h 32 class PartialData {
34 PartialData();
35 ~PartialData();
141 DISALLOW_COPY_AND_ASSIGN(PartialData);
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...]

Completed in 589 milliseconds