HomeSort by relevance Sort by last modified time
    Searched refs:UpdateOperation (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
update_operation.h 42 class UpdateOperation {
44 UpdateOperation(base::SequencedTaskRunner* blocking_task_runner,
49 ~UpdateOperation();
95 base::WeakPtrFactory<UpdateOperation> weak_ptr_factory_;
96 DISALLOW_COPY_AND_ASSIGN(UpdateOperation);
update_operation.cc 23 struct UpdateOperation::LocalState {
39 UpdateOperation::ContentCheckMode check,
40 UpdateOperation::LocalState* local_state) {
57 if (check == UpdateOperation::RUN_CONTENT_CHECK) {
104 UpdateOperation::UpdateOperation(
119 UpdateOperation::~UpdateOperation() {
123 void UpdateOperation::UpdateFileByLocalId(
141 base::Bind(&UpdateOperation::UpdateFileAfterGetLocalState
    [all...]
update_operation_unittest.cc 23 operation_.reset(new UpdateOperation(blocking_task_runner(),
30 scoped_ptr<UpdateOperation> operation_;
89 UpdateOperation::RUN_CONTENT_CHECK,
130 UpdateOperation::RUN_CONTENT_CHECK,
180 UpdateOperation::RUN_CONTENT_CHECK,
235 UpdateOperation::RUN_CONTENT_CHECK,
276 UpdateOperation::NO_CONTENT_CHECK,
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
UserPresetsManager.java 104 static class UpdateOperation {
111 UpdateOperation op = new UpdateOperation();
144 UpdateOperation op = (UpdateOperation) msg.obj;
  /external/chromium_org/chrome/browser/chromeos/drive/
sync_client.h 33 class UpdateOperation;
120 file_system::UpdateOperation::ContentCheckMode content_check_mode,
168 scoped_ptr<file_system::UpdateOperation> update_operation_;
sync_client.cc 150 update_operation_(new file_system::UpdateOperation(blocking_task_runner,
227 file_system::UpdateOperation::RUN_CONTENT_CHECK,
257 file_system::UpdateOperation::ContentCheckMode content_check_mode,
263 &file_system::UpdateOperation::UpdateFileByLocalId,
343 file_system::UpdateOperation::NO_CONTENT_CHECK,
436 file_system::UpdateOperation::NO_CONTENT_CHECK,
442 file_system::UpdateOperation::NO_CONTENT_CHECK,
file_system.h 57 class UpdateOperation;
294 scoped_ptr<file_system::UpdateOperation> update_operation_;
file_system.cc 318 new file_system::UpdateOperation(blocking_task_runner_.get(),
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.operations_2.0.0.v20100510.jar 

Completed in 142 milliseconds