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

  /external/chromium_org/storage/browser/fileapi/
sandbox_file_system_backend.cc 110 scoped_ptr<FileSystemOperationContext> operation_context = local
112 if (!operation_context)
117 operation_context->set_quota_limit_type(storage::kQuotaLimitTypeUnlimited);
119 operation_context->set_quota_limit_type(storage::kQuotaLimitTypeLimited);
121 return FileSystemOperation::Create(url, context, operation_context.Pass());
sandbox_file_system_backend_delegate.cc 289 scoped_ptr<FileSystemOperationContext> operation_context(
291 operation_context->set_update_observers(*update_observers);
292 operation_context->set_change_observers(
295 return operation_context.Pass();
598 FileSystemOperationContext operation_context(context);
603 &operation_context, url, true));
plugin_private_file_system_backend.cc 181 scoped_ptr<FileSystemOperationContext> operation_context(
183 return FileSystemOperation::Create(url, context, operation_context.Pass());
file_system_operation.h 64 scoped_ptr<FileSystemOperationContext> operation_context);
file_system_operation_impl.cc 37 scoped_ptr<FileSystemOperationContext> operation_context) {
39 operation_context.Pass());
328 scoped_ptr<FileSystemOperationContext> operation_context)
330 operation_context_(operation_context.Pass()),
file_system_operation_impl.h 107 scoped_ptr<FileSystemOperationContext> operation_context);
  /external/chromium_org/chrome/browser/sync_file_system/local/
sync_file_system_backend.cc 165 scoped_ptr<storage::FileSystemOperationContext> operation_context = local
167 if (!operation_context)
172 url, context, operation_context.Pass());
176 url, context, operation_context.Pass());
syncable_file_system_operation.h 110 scoped_ptr<storage::FileSystemOperationContext> operation_context);
syncable_file_system_operation.cc 353 scoped_ptr<storage::FileSystemOperationContext> operation_context)
366 url_, file_system_context, operation_context.Pass()));
  /external/chromium_org/content/public/test/
test_file_system_backend.cc 280 scoped_ptr<FileSystemOperationContext> operation_context(
282 operation_context->set_update_observers(*GetUpdateObservers(url.type()));
283 operation_context->set_change_observers(*GetChangeObservers(url.type()));
284 return FileSystemOperation::Create(url, context, operation_context.Pass());
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_system_backend.cc 304 scoped_ptr<storage::FileSystemOperationContext> operation_context(
308 url, context, operation_context.Pass());

Completed in 5042 milliseconds