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

  /external/chromium_org/webkit/browser/fileapi/
isolated_context_unittest.cc 11 #include "webkit/browser/fileapi/isolated_context.h"
68 IsolatedContext* isolated_context() const { function in class:fileapi::IsolatedContextTest
84 ASSERT_TRUE(isolated_context()->GetDraggedFileInfo(id_, &toplevels));
94 base::FilePath virtual_path = isolated_context()->CreateVirtualRootPath(id_)
99 ASSERT_TRUE(isolated_context()->CrackVirtualPath(
110 ASSERT_FALSE(isolated_context()->GetRegisteredPath(id_, &path));
113 isolated_context()->RemoveReference(id_);
115 std::string id2 = isolated_context()->RegisterFileSystemForPath(
119 ASSERT_FALSE(isolated_context()->GetDraggedFileInfo(id2, &toplevels));
120 ASSERT_FALSE(isolated_context()->GetDraggedFileInfo(id_, &toplevels))
    [all...]
transient_file_util_unittest.cc 15 #include "webkit/browser/fileapi/isolated_context.h"
45 IsolatedContext* isolated_context = IsolatedContext::GetInstance(); local
47 std::string fsid = isolated_context->RegisterFileSystemForPath(
52 base::FilePath virtual_path = isolated_context->CreateVirtualRootPath(
isolated_file_util_unittest.cc 22 #include "webkit/browser/fileapi/isolated_context.h"
109 isolated_context()->AddReference(filesystem_id_);
113 isolated_context()->RemoveReference(filesystem_id_);
117 IsolatedContext* isolated_context() const { function in class:fileapi::IsolatedFileUtilTest
143 base::FilePath virtual_path = isolated_context()->CreateVirtualRootPath(
275 filesystem_id_ = isolated_context()->RegisterDraggedFileSystem(toplevels);
  /external/chromium_org/chrome/browser/extensions/api/file_handlers/
app_file_handler_util.cc 10 #include "webkit/browser/fileapi/isolated_context.h"
131 fileapi::IsolatedContext* isolated_context = local
133 DCHECK(isolated_context);
135 result.filesystem_id = isolated_context->RegisterFileSystemForPath(
  /external/chromium_org/chrome/browser/devtools/
devtools_file_helper.cc 38 #include "webkit/browser/fileapi/isolated_context.h"
132 fileapi::IsolatedContext* isolated_context() { function in namespace:__anon7107
134 fileapi::IsolatedContext* isolated_context = local
136 DCHECK(isolated_context);
137 return isolated_context;
145 std::string file_system_id = isolated_context()->RegisterFileSystemForPath(
387 isolated_context()->RevokeFileSystemByPath(path);
  /external/chromium_org/chrome/browser/extensions/api/runtime/
runtime_api.cc 35 #include "webkit/browser/fileapi/isolated_context.h"
409 fileapi::IsolatedContext* isolated_context = local
411 DCHECK(isolated_context);
415 std::string filesystem_id = isolated_context->RegisterFileSystemForPath(
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
native_media_file_util_unittest.cc 25 #include "webkit/browser/fileapi/isolated_context.h"
141 filesystem_id_ = isolated_context()->RegisterFileSystemForPath(
144 isolated_context()->AddReference(filesystem_id_);
148 isolated_context()->RemoveReference(filesystem_id_);
164 fileapi::IsolatedContext* isolated_context() { function in class:chrome::NativeMediaFileUtilTest
  /external/chromium_org/content/browser/
child_process_security_policy_impl.cc 25 #include "webkit/browser/fileapi/isolated_context.h"
82 fileapi::IsolatedContext* isolated_context = local
87 isolated_context->RemoveReference(iter->first);
  /external/chromium_org/webkit/
webkit_storage_browser.target.darwin-mips.mk 77 webkit/browser/fileapi/isolated_context.cc \
webkit_storage_browser.target.linux-mips.mk 77 webkit/browser/fileapi/isolated_context.cc \
webkit_storage_browser.target.darwin-arm.mk 77 webkit/browser/fileapi/isolated_context.cc \
webkit_storage_browser.target.darwin-x86.mk 77 webkit/browser/fileapi/isolated_context.cc \
webkit_storage_browser.target.linux-arm.mk 77 webkit/browser/fileapi/isolated_context.cc \
webkit_storage_browser.target.linux-x86.mk 77 webkit/browser/fileapi/isolated_context.cc \
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.cc 70 #include "webkit/browser/fileapi/isolated_context.h"
630 fileapi::IsolatedContext* isolated_context = local
632 DCHECK(isolated_context);
633 std::string filesystem_id = isolated_context->RegisterDraggedFileSystem(
    [all...]

Completed in 317 milliseconds