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

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
remove_operation.cc 62 RemoveOperation::RemoveOperation(
77 RemoveOperation::~RemoveOperation() {
81 void RemoveOperation::Remove(const base::FilePath& path,
92 base::Bind(&RemoveOperation::RemoveAfterCheckLocalState,
98 void RemoveOperation::RemoveAfterCheckLocalState(
112 base::Bind(&RemoveOperation::RemoveAfterDeleteResource,
118 void RemoveOperation::RemoveAfterDeleteResource(
140 base::Bind(&RemoveOperation::RemoveAfterUpdateLocalState
    [all...]
remove_operation.h 37 class RemoveOperation {
39 RemoveOperation(base::SequencedTaskRunner* blocking_task_runner,
44 ~RemoveOperation();
79 base::WeakPtrFactory<RemoveOperation> weak_ptr_factory_;
80 DISALLOW_COPY_AND_ASSIGN(RemoveOperation);

Completed in 250 milliseconds