HomeSort by relevance Sort by last modified time
    Searched full:operation_context_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/webkit/browser/fileapi/
file_system_operation_impl.cc 39 operation_context_(operation_context.Pass()),
43 DCHECK(operation_context_.get());
44 operation_context_->DetachUserDataThread();
109 operation_context_.Pass(), url,
118 operation_context_.Pass(), url,
126 async_file_util_->GetFileInfo(operation_context_.Pass(), url, callback);
133 operation_context_.Pass(), url, callback);
147 operation_context_.Pass(), url,
190 operation_context_.Pass(), url,
252 file_util->GetLocalFilePath(operation_context_.get(), url, platform_path)
    [all...]
file_system_operation_impl.h 175 // Sets the quota info in the operation_context_ and then runs the given
243 scoped_ptr<FileSystemOperationContext> operation_context_; member in class:fileapi::FileSystemOperationImpl
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_system_operation.cc 336 DCHECK(operation_context_);
338 url_, file_system_context(), operation_context_.Pass()));

Completed in 86 milliseconds