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

  /external/chromium_org/webkit/browser/fileapi/
sandbox_quota_observer.h 68 // Not owned; sandbox_file_util_ should have identical lifetime with this.
69 ObfuscatedFileUtil* sandbox_file_util_; member in class:fileapi::SandboxQuotaObserver
sandbox_quota_observer.cc 25 sandbox_file_util_(sandbox_file_util),
107 DCHECK(sandbox_file_util_);
111 sandbox_file_util_, url.origin(), url.type(), &error);
sandbox_file_system_backend_delegate.h 182 AsyncFileUtil* file_util() { return sandbox_file_util_.get(); }
230 scoped_ptr<AsyncFileUtil> sandbox_file_util_; member in class:fileapi::SandboxFileSystemBackendDelegate
sandbox_file_system_backend_delegate.cc 179 sandbox_file_util_(new AsyncFileUtilAdapter(
225 DeleteSoon(file_task_runner_.get(), sandbox_file_util_.release());

Completed in 332 milliseconds