OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PartialData
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/http/
partial_data.h
31
class
PartialData
{
33
PartialData
();
34
~
PartialData
();
140
DISALLOW_COPY_AND_ASSIGN(
PartialData
);
partial_data.cc
30
// A core object that can be detached from the
Partialdata
object at destruction
32
class
PartialData
::Core {
35
static Core* CreateCore(
PartialData
* owner) {
40
//
PartialData
::GetAvailableRangeCompleted() will be invoked on the owner
50
explicit Core(
PartialData
* owner);
56
PartialData
* owner_;
62
PartialData
::Core::Core(
PartialData
* owner)
68
PartialData
::Core::~Core() {
73
void
PartialData
::Core::Cancel()
[
all
...]
Completed in 7740 milliseconds