Searched refs:sandbox_context_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/webkit/browser/fileapi/
H A Dsandbox_file_system_backend.cc43 : sandbox_context_(sandbox_context),
58 sandbox_context_->quota_observer(),
59 sandbox_context_->file_task_runner());
61 sandbox_context_->quota_observer(), NULL);
70 DCHECK(sandbox_context_);
71 if (sandbox_context_->file_system_options().is_incognito() &&
79 sandbox_context_->OpenFileSystem(
86 return sandbox_context_->sync_file_util();
91 DCHECK(sandbox_context_);
92 return sandbox_context_
[all...]
H A Dfile_system_context.h231 SandboxContext* sandbox_context() { return sandbox_context_.get(); }
286 scoped_ptr<SandboxContext> sandbox_context_; member in class:fileapi::FileSystemContext
H A Dsandbox_file_system_backend.h115 SandboxContext* sandbox_context_; // Not owned. member in class:fileapi::SandboxFileSystemBackend
H A Dfile_system_context.cc111 sandbox_context_(new SandboxContext(
118 sandbox_context_.get())),
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsync_file_system_backend.cc24 : sandbox_context_(NULL) {
29 sandbox_context_->file_task_runner()->DeleteSoon(
42 DCHECK(!sandbox_context_);
43 sandbox_context_ = context->sandbox_context();
45 sandbox_context_->quota_observer(),
46 sandbox_context_->file_task_runner());
48 sandbox_context_->quota_observer(),
49 sandbox_context_->file_task_runner());
58 DCHECK(sandbox_context_);
59 sandbox_context_
[all...]
H A Dsync_file_system_backend.h120 fileapi::SandboxContext* sandbox_context_; member in class:sync_file_system::SyncFileSystemBackend

Completed in 104 milliseconds