Home
last modified time | relevance | path

Searched refs:GetDraggedFileInfo (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/browser/fileapi/
Disolated_context_unittest.cc91 ASSERT_TRUE(isolated_context()->GetDraggedFileInfo(id_, &toplevels)); in TEST_F()
131 ASSERT_FALSE(isolated_context()->GetDraggedFileInfo(id2, &toplevels)); in TEST_F()
132 ASSERT_FALSE(isolated_context()->GetDraggedFileInfo(id_, &toplevels)); in TEST_F()
/external/chromium_org/storage/browser/fileapi/
Ddragged_file_util.cc100 IsolatedContext::GetInstance()->GetDraggedFileInfo( in CreateFileEnumerator()
Disolated_context.h140 bool GetDraggedFileInfo(const std::string& filesystem_id,
Disolated_context.cc402 bool IsolatedContext::GetDraggedFileInfo( in GetDraggedFileInfo() function in storage::IsolatedContext
/external/chromium_org/chrome/browser/devtools/
Ddevtools_file_helper.cc330 isolated_context()->GetDraggedFileInfo(root_url.filesystem_id(), in UpgradeDraggedFileSystemPermissions()