OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PartialData
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/net/http/
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
...]
partial_data.h
31
class
PartialData
{
33
PartialData
();
34
~
PartialData
();
140
DISALLOW_COPY_AND_ASSIGN(
PartialData
);
http_cache_transaction.h
24
class
PartialData
;
421
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 199 milliseconds