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

  /external/chromium_org/content/public/test/
sandbox_file_system_test_helper.cc 71 return file_system_context_->sandbox_delegate()->
90 return file_system_context_->sandbox_delegate()->
135 file_system_context_->sandbox_delegate()->AddFileChangeObserver(
141 file_system_context_->sandbox_delegate()->AddFileUpdateObserver(
146 return file_system_context()->sandbox_delegate()->usage_cache();
153 file_util_ = file_system_context_->sandbox_delegate()->sync_file_util();
157 file_system_context_->sandbox_delegate()->
  /external/chromium_org/chrome/browser/sync_file_system/local/
root_delete_helper.cc 90 file_system_context_->sandbox_delegate()->OpenFileSystem(
sync_file_system_backend.cc 263 DCHECK(context_->sandbox_delegate());
264 return context_->sandbox_delegate();
local_file_sync_context.cc 93 base::Unretained(file_system_context->sandbox_delegate()),
    [all...]
local_file_change_tracker.cc 355 file_system_context->sandbox_delegate()->sync_file_util();
  /external/chromium_org/storage/browser/fileapi/
file_system_context.h 294 SandboxFileSystemBackendDelegate* sandbox_delegate() { function in class:storage::FileSystemContext
obfuscated_file_util.h 110 SandboxFileSystemBackendDelegate* sandbox_delegate);
file_system_operation_impl.cc 320 file_system_context()->sandbox_delegate()->sync_file_util();
obfuscated_file_util.cc 259 SandboxFileSystemBackendDelegate* sandbox_delegate)
267 sandbox_delegate_(sandbox_delegate) {
    [all...]
  /external/chromium_org/content/browser/fileapi/
file_system_dir_url_request_job_unittest.cc 273 return file_system_context_->sandbox_delegate()->sync_file_util();

Completed in 166 milliseconds