Searched refs:RegisterDraggedFileSystem (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/storage/browser/fileapi/
H A Disolated_context.h93 std::string RegisterDraggedFileSystem(const FileInfoSet& files);
138 // (i.e. must be the one registered by RegisterDraggedFileSystem).
H A Disolated_context.cc116 // could be registered by IsolatedContext::RegisterDraggedFileSystem().
216 std::string IsolatedContext::RegisterDraggedFileSystem( function in class:storage::IsolatedContext
/external/chromium_org/content/shell/browser/
H A Dshell_message_filter.cc86 storage::IsolatedContext::GetInstance()->RegisterDraggedFileSystem(files);
/external/chromium_org/content/browser/fileapi/
H A Disolated_context_unittest.cc66 id_ = IsolatedContext::GetInstance()->RegisterDraggedFileSystem(files);
98 // register in SetUp() by RegisterDraggedFileSystem) is properly cracked as
H A Ddragged_file_util_unittest.cc280 filesystem_id_ = isolated_context()->RegisterDraggedFileSystem(toplevels);
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.cc665 std::string filesystem_id = isolated_context->RegisterDraggedFileSystem(

Completed in 244 milliseconds