OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DriveURLRequestJob
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/drive/
drive_url_request_job.cc
49
DriveURLRequestJob
::
DriveURLRequestJob
(
60
void
DriveURLRequestJob
::SetExtraRequestHeaders(
78
void
DriveURLRequestJob
::Start() {
106
base::Bind(&
DriveURLRequestJob
::OnDriveFileStreamReaderInitialized,
110
void
DriveURLRequestJob
::Kill() {
118
bool
DriveURLRequestJob
::GetMimeType(std::string* mime_type) const {
130
bool
DriveURLRequestJob
::IsRedirectResponse(
145
bool
DriveURLRequestJob
::ReadRawData(
152
base::Bind(&
DriveURLRequestJob
::OnReadCompleted
[
all
...]
drive_url_request_job.h
35
//
DriveURLRequestJob
is the gateway between network-level drive:...
40
class
DriveURLRequestJob
: public net::URLRequestJob {
49
DriveURLRequestJob
(const FileSystemGetter& file_system_getter,
66
virtual ~
DriveURLRequestJob
();
87
base::WeakPtrFactory<
DriveURLRequestJob
> weak_ptr_factory_;
88
DISALLOW_COPY_AND_ASSIGN(
DriveURLRequestJob
);
Completed in 29 milliseconds