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

  /external/chromium_org/content/browser/fileapi/
isolated_context_unittest.cc 10 #include "storage/browser/fileapi/isolated_context.h"
75 IsolatedContext* isolated_context() const { function in class:content::IsolatedContextTest
91 ASSERT_TRUE(isolated_context()->GetDraggedFileInfo(id_, &toplevels));
101 base::FilePath virtual_path = isolated_context()->CreateVirtualRootPath(id_)
108 ASSERT_TRUE(isolated_context()->CrackVirtualPath(
121 ASSERT_FALSE(isolated_context()->GetRegisteredPath(id_, &path));
124 isolated_context()->RemoveReference(id_);
126 std::string id2 = isolated_context()->RegisterFileSystemForPath(
131 ASSERT_FALSE(isolated_context()->GetDraggedFileInfo(id2, &toplevels));
132 ASSERT_FALSE(isolated_context()->GetDraggedFileInfo(id_, &toplevels))
    [all...]
transient_file_util_unittest.cc 14 #include "storage/browser/fileapi/isolated_context.h"
45 storage::IsolatedContext* isolated_context = local
48 std::string fsid = isolated_context->RegisterFileSystemForPath(
54 base::FilePath virtual_path = isolated_context->CreateVirtualRootPath(
dragged_file_util_unittest.cc 24 #include "storage/browser/fileapi/isolated_context.h"
113 isolated_context()->AddReference(filesystem_id_);
117 isolated_context()->RemoveReference(filesystem_id_);
121 storage::IsolatedContext* isolated_context() const { function in class:content::DraggedFileUtilTest
147 base::FilePath virtual_path = isolated_context()->CreateVirtualRootPath(
280 filesystem_id_ = isolated_context()->RegisterDraggedFileSystem(toplevels);
  /external/chromium_org/chrome/browser/devtools/
devtools_file_helper.cc 36 #include "storage/browser/fileapi/isolated_context.h"
134 storage::IsolatedContext* isolated_context() { function in namespace:__anon8174
136 storage::IsolatedContext* isolated_context = local
138 DCHECK(isolated_context);
139 return isolated_context;
147 std::string file_system_id = isolated_context()->RegisterFileSystemForPath(
323 isolated_context()->CrackURL(GURL(file_system_url));
330 isolated_context()->GetDraggedFileInfo(root_url.filesystem_id(),
415 isolated_context()->RevokeFileSystemByPath(path);
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
mount_path_util_unittest.cc 26 #include "storage/browser/fileapi/isolated_context.h"
211 storage::IsolatedContext* const isolated_context = member in class:chromeos::file_system_provider::util::storage
214 isolated_context->RegisterFileSystemForPath(
221 isolated_context->CreateVirtualRootPath(isolated_file_system_id)
225 isolated_context->CreateCrackedFileSystemURL(
  /external/chromium_org/chrome/browser/extensions/api/file_handlers/
app_file_handler_util.cc 17 #include "storage/browser/fileapi/isolated_context.h"
295 storage::IsolatedContext* isolated_context = local
297 DCHECK(isolated_context);
299 result.filesystem_id = isolated_context->RegisterFileSystemForPath(
  /external/chromium_org/extensions/browser/api/runtime/
runtime_api.cc 36 #include "storage/browser/fileapi/isolated_context.h"
501 storage::IsolatedContext* isolated_context = local
503 DCHECK(isolated_context);
507 std::string filesystem_id = isolated_context->RegisterFileSystemForPath(
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
native_media_file_util_unittest.cc 26 #include "storage/browser/fileapi/isolated_context.h"
140 filesystem_id_ = isolated_context()->RegisterFileSystemForPath(
143 isolated_context()->AddReference(filesystem_id_);
147 isolated_context()->RemoveReference(filesystem_id_);
163 storage::IsolatedContext* isolated_context() { function in class:NativeMediaFileUtilTest
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.cc 76 #include "storage/browser/fileapi/isolated_context.h"
662 storage::IsolatedContext* isolated_context = local
664 DCHECK(isolated_context);
665 std::string filesystem_id = isolated_context->RegisterDraggedFileSystem(
682 std::string filesystem_id = isolated_context->RegisterFileSystemForPath(
    [all...]
  /external/chromium_org/content/browser/
child_process_security_policy_impl.cc 25 #include "storage/browser/fileapi/isolated_context.h"
79 storage::IsolatedContext* isolated_context = local
84 isolated_context->RemoveReference(iter->first);
  /external/chromium_org/storage/
storage.target.darwin-arm.mk 58 storage/browser/fileapi/isolated_context.cc \
storage.target.darwin-arm64.mk 58 storage/browser/fileapi/isolated_context.cc \
storage.target.darwin-mips.mk 58 storage/browser/fileapi/isolated_context.cc \
storage.target.darwin-mips64.mk 58 storage/browser/fileapi/isolated_context.cc \
storage.target.darwin-x86.mk 58 storage/browser/fileapi/isolated_context.cc \
storage.target.darwin-x86_64.mk 58 storage/browser/fileapi/isolated_context.cc \
storage.target.linux-arm.mk 58 storage/browser/fileapi/isolated_context.cc \
storage.target.linux-arm64.mk 58 storage/browser/fileapi/isolated_context.cc \
storage.target.linux-mips.mk 58 storage/browser/fileapi/isolated_context.cc \
storage.target.linux-mips64.mk 58 storage/browser/fileapi/isolated_context.cc \
storage.target.linux-x86.mk 58 storage/browser/fileapi/isolated_context.cc \
storage.target.linux-x86_64.mk 58 storage/browser/fileapi/isolated_context.cc \

Completed in 305 milliseconds