OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttachmentUploader
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/sync/internal_api/attachments/
attachment_uploader.cc
9
AttachmentUploader
::
AttachmentUploader
() {
11
AttachmentUploader
::~
AttachmentUploader
() {
fake_attachment_uploader_unittest.cc
33
AttachmentUploader
::UploadCallback upload_callback;
37
const
AttachmentUploader
::UploadResult& result,
39
if (result ==
AttachmentUploader
::UPLOAD_SUCCESS) {
attachment_uploader_impl_unittest.cc
187
scoped_ptr<
AttachmentUploader
>& uploader();
188
const
AttachmentUploader
::UploadCallback& upload_callback() const;
190
std::vector<
AttachmentUploader
::UploadResult>& upload_results();
198
void UploadDone(const
AttachmentUploader
::UploadResult& result,
204
scoped_ptr<
AttachmentUploader
> uploader_;
205
AttachmentUploader
::UploadCallback upload_callback_;
210
std::vector<
AttachmentUploader
::UploadResult> upload_results_;
300
scoped_ptr<
AttachmentUploader
>& AttachmentUploaderImplTest::uploader() {
304
const
AttachmentUploader
::UploadCallback&
313
std::vector<
AttachmentUploader
::UploadResult>
[
all
...]
attachment_service_impl.cc
115
scoped_ptr<
AttachmentUploader
> attachment_uploader,
150
scoped_ptr<
AttachmentUploader
> attachment_uploader(
235
const
AttachmentUploader
::UploadResult& result,
239
case
AttachmentUploader
::UPLOAD_SUCCESS:
245
case
AttachmentUploader
::UPLOAD_TRANSIENT_ERROR:
249
case
AttachmentUploader
::UPLOAD_UNSPECIFIED_ERROR:
attachment_service_impl_unittest.cc
128
: public
AttachmentUploader
,
133
//
AttachmentUploader
implementation.
194
uploader.PassAs<
AttachmentUploader
>(),
387
AttachmentUploader
::UPLOAD_SUCCESS);
418
AttachmentUploader
::UPLOAD_SUCCESS);
437
AttachmentUploader
::UPLOAD_SUCCESS);
498
AttachmentUploader
::UploadResult result =
499
AttachmentUploader
::UPLOAD_SUCCESS;
502
result =
AttachmentUploader
::UPLOAD_UNSPECIFIED_ERROR;
504
result =
AttachmentUploader
::UPLOAD_SUCCESS
[
all
...]
/external/chromium_org/sync/internal_api/public/attachments/
attachment_uploader.h
16
//
AttachmentUploader
is responsible for uploading attachments to the server.
17
class SYNC_EXPORT
AttachmentUploader
{
30
AttachmentUploader
();
31
virtual ~
AttachmentUploader
();
fake_attachment_uploader.h
13
// A fake implementation of
AttachmentUploader
.
14
class SYNC_EXPORT FakeAttachmentUploader : public
AttachmentUploader
,
20
//
AttachmentUploader
implementation.
attachment_service_impl.h
51
scoped_ptr<
AttachmentUploader
> attachment_uploader,
89
void UploadDone(const
AttachmentUploader
::UploadResult& result,
104
const scoped_ptr<
AttachmentUploader
> attachment_uploader_;
attachment_uploader_impl.h
22
// An implementation of
AttachmentUploader
.
23
class SYNC_EXPORT AttachmentUploaderImpl : public
AttachmentUploader
,
45
//
AttachmentUploader
implementation.
/external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc
612
scoped_ptr<syncer::
AttachmentUploader
> attachment_uploader;
614
// Only construct an
AttachmentUploader
and AttachmentDownload if we have sync
625
//
AttachmentUploader
and AttachmentDownloader instead of creating a new one
/external/chromium_org/components/sync_driver/
generic_change_processor_unittest.cc
54
scoped_ptr<syncer::
AttachmentUploader
>(
Completed in 213 milliseconds