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

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
get_file_for_saving_operation.cc 40 GetFileForSavingOperation::GetFileForSavingOperation(
66 GetFileForSavingOperation::~GetFileForSavingOperation() {
69 void GetFileForSavingOperation::GetFileForSaving(
79 base::Bind(&GetFileForSavingOperation::GetFileForSavingAfterCreate,
85 void GetFileForSavingOperation::GetFileForSavingAfterCreate(
102 base::Bind(&GetFileForSavingOperation::GetFileForSavingAfterDownload,
107 void GetFileForSavingOperation::GetFileForSavingAfterDownload(
133 base::Bind(&GetFileForSavingOperation::GetFileForSavingAfterOpenForWrite
    [all...]
get_file_for_saving_operation.h 43 class GetFileForSavingOperation {
45 GetFileForSavingOperation(EventLogger* logger,
52 ~GetFileForSavingOperation();
98 base::WeakPtrFactory<GetFileForSavingOperation> weak_ptr_factory_;
99 DISALLOW_COPY_AND_ASSIGN(GetFileForSavingOperation);

Completed in 3698 milliseconds