HomeSort by relevance Sort by last modified time
    Searched refs:IsolatedContext (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/
ProviderTestBase.java 9 import android.test.IsolatedContext;
22 private IsolatedContext mContext;
38 mContext = new IsolatedContext(resolver, activity);
  /external/chromium_org/storage/browser/fileapi/
isolated_context.cc 50 static base::LazyInstance<IsolatedContext>::Leaky g_isolated_context =
55 IsolatedContext::FileInfoSet::FileInfoSet() {}
56 IsolatedContext::FileInfoSet::~FileInfoSet() {}
58 bool IsolatedContext::FileInfoSet::AddPath(
87 bool IsolatedContext::FileInfoSet::AddPathWithName(
98 class IsolatedContext::Instance {
106 // IsolatedContext::RegisterFileSystemForPath() or
107 // IsolatedContext::RegisterFileSystemForVirtualPath().
116 // could be registered by IsolatedContext::RegisterDraggedFileSystem().
153 IsolatedContext::Instance::Instance(FileSystemType type
    [all...]
isolated_context.h 40 class STORAGE_EXPORT IsolatedContext : public MountPoints {
65 static IsolatedContext* GetInstance();
67 // Returns true if the given filesystem type is managed by IsolatedContext
165 friend struct base::DefaultLazyInstanceTraits<IsolatedContext>;
176 IsolatedContext();
177 virtual ~IsolatedContext();
196 DISALLOW_COPY_AND_ASSIGN(IsolatedContext);
transient_file_util.cc 23 IsolatedContext::GetInstance()->RevokeFileSystem(filesystem_id);
dragged_file_util.cc 20 typedef IsolatedContext::MountPointInfo FileInfo;
100 IsolatedContext::GetInstance()->GetDraggedFileInfo(
file_system_url.h 149 friend class IsolatedContext;
  /cts/tests/tests/content/src/android/content/cts/
SearchRecentSuggestionsProviderTest.java 24 import android.test.IsolatedContext;
33 private IsolatedContext mProviderContext;
42 mProviderContext = new IsolatedContext(new MockContentResolver(), targetContextWrapper);
  /external/chromium_org/content/browser/fileapi/
file_system_context_unittest.cc 31 using storage::IsolatedContext;
115 IsolatedContext::GetInstance()->RegisterFileSystemForPath(
155 IsolatedContext::GetInstance()->RevokeFileSystem(isolated_id);
205 IsolatedContext::GetInstance()->RegisterFileSystemForPath(
319 IsolatedContext::GetInstance()->RevokeFileSystemByPath(
342 IsolatedContext::GetInstance()->RegisterFileSystemForPath(
366 IsolatedContext::GetInstance()->RevokeFileSystem(isolated_fs_id);
isolated_context_unittest.cc 23 using storage::IsolatedContext;
30 typedef IsolatedContext::MountPointInfo FileInfo;
59 IsolatedContext::FileInfoSet files;
66 id_ = IsolatedContext::GetInstance()->RegisterDraggedFileSystem(files);
67 IsolatedContext::GetInstance()->AddReference(id_);
72 IsolatedContext::GetInstance()->RemoveReference(id_);
75 IsolatedContext* isolated_context() const {
76 return IsolatedContext::GetInstance();
transient_file_util_unittest.cc 45 storage::IsolatedContext* isolated_context =
46 storage::IsolatedContext::GetInstance();
plugin_private_file_system_backend_unittest.cc 25 using storage::IsolatedContext;
43 return IsolatedContext::GetInstance()->RegisterFileSystemForVirtualPath(
dragged_file_util_unittest.cc 121 storage::IsolatedContext* isolated_context() const {
122 return storage::IsolatedContext::GetInstance();
260 storage::IsolatedContext::FileInfoSet toplevels;
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_isolated_file_system_message_filter.cc 119 return storage::IsolatedContext::GetInstance()->RegisterFileSystemForPath(
196 storage::IsolatedContext::GetInstance()->RegisterFileSystemForVirtualPath(
  /external/chromium_org/content/shell/browser/
shell_message_filter.cc 77 storage::IsolatedContext::FileInfoSet files;
86 storage::IsolatedContext::GetInstance()->RegisterDraggedFileSystem(files);
  /external/chromium_org/chrome/browser/extensions/api/file_handlers/
app_file_handler_util.cc 295 storage::IsolatedContext* isolated_context =
296 storage::IsolatedContext::GetInstance();
364 storage::IsolatedContext* context = storage::IsolatedContext::GetInstance();
  /external/chromium_org/chrome/browser/media_galleries/
media_file_system_registry.h 40 class IsolatedContext;
  /external/chromium_org/content/browser/
child_process_security_policy_unittest.cc 312 storage::IsolatedContext::GetInstance()->RegisterFileSystemForVirtualPath(
315 storage::IsolatedContext::GetInstance()->RegisterFileSystemForVirtualPath(
320 storage::IsolatedContext::GetInstance()->RegisterFileSystemForVirtualPath(
325 storage::IsolatedContext::GetInstance()->RegisterFileSystemForVirtualPath(
378 storage::IsolatedContext::GetInstance()->RevokeFileSystem(read_id);
379 storage::IsolatedContext::GetInstance()->RevokeFileSystem(read_write_id);
380 storage::IsolatedContext::GetInstance()->RevokeFileSystem(copy_into_id);
381 storage::IsolatedContext::GetInstance()->RevokeFileSystem(delete_from_id);
child_process_security_policy_impl.cc 79 storage::IsolatedContext* isolated_context =
80 storage::IsolatedContext::GetInstance();
124 storage::IsolatedContext::GetInstance()->AddReference(filesystem_id);
  /external/chromium_org/chrome/browser/devtools/
devtools_file_helper.cc 134 storage::IsolatedContext* isolated_context() {
136 storage::IsolatedContext* isolated_context =
137 storage::IsolatedContext::GetInstance();
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
mount_path_util_unittest.cc 211 storage::IsolatedContext* const isolated_context =
212 storage::IsolatedContext::GetInstance();
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_system_browser_host.cc 345 storage::IsolatedContext::GetInstance()->RevokeFileSystem(fsid);
404 storage::IsolatedContext::GetInstance()->RevokeFileSystem(fsid);
  /external/chromium_org/extensions/browser/api/runtime/
runtime_api.cc 501 storage::IsolatedContext* isolated_context =
502 storage::IsolatedContext::GetInstance();
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util_unittest.cc 181 storage::IsolatedContext::GetInstance()->RegisterFileSystemForPath(
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_validator_browsertest.cc 132 storage::IsolatedContext::GetInstance()->RegisterFileSystemForPath(
native_media_file_util_unittest.cc 163 storage::IsolatedContext* isolated_context() {
164 return storage::IsolatedContext::GetInstance();

Completed in 1928 milliseconds

1 2